Name |
Quality Index Plugin |
Authors |
SonarSource |
JIRA |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14140 |
Most Recent Version |
N/A |
License |
LGPL v3 |
Sources |
|
Download |
N/A |
Compatibility with Sonar
Plugin |
0.1 |
|---|---|
Sonar |
1.11+ |
Description / Features
The Quality Index plugin measures 4 axes of quality and combines them to give a global note between 0 and 10 to the project, 10 being the best.
1. Coding violations : a PMD compliance index
(Blocker * 10 + Critical * 5 + Major * 3 + Minor + Info) / validLines
2. Complexity
(Complexity>30 *10 + Complexity>20 * 5 + Complexity>10 * 3 + Complexity>1) / validLines
3. Test Coverage
(ValidLines - CoveredLines)/validLines
4. Style violations : it consists of calculating a PMD rules compliance index
Usage & Installation
1. Copy the jar into /extensions/plugins/ directory
2. Restart Sonar Web server
3. Launch a new quality analysis and the metrics will be fed
Known limitations
TBD
Changelog
TBD

