Plugins under development
Name | Type | Description |
|---|---|---|
Report | Integration of Testability-explorer, a tool which analyzes Java bytecode and computes how difficult it will be to write unit tests for the code | |
Rules engine | Jlint will check your Java code and find bugs, inconsistencies and synchronization problems by doing data flow analysis and building the lock graph. Jlint is extremely fast - even on large projects, it requires only one second to check all classes! It is easy to learn and requires no changes to the class files. Jlint has been used in an industrial environment and successfully uncovered faults with little effort! | |
TimeMachine | Re-creates history for a project automatically | |
Report | See SONARPLUGINS-132 | |
Language | This plugin enables the analysis of Scala projects. | |
| Pitest | Report | Integration of the mutation testing tool pitest |
| PowerBuilder | Language | Analyze PowerBuilder projects |
| Fortify | Rules engine | Integrate Fortify SCA audit reports |
Wish list
You'd like to contribute to Sonar development but don't have a killer idea to start from. Here are several suggestions of possible plugins :
Name | Type | Description |
|---|---|---|
Metrics list | Report | Reports on the complete list of metrics store in Sonar |
FOSSology | Report | License analysis by integrating http://fossology.org/ |
SpellChecker |
| Check spelling in Javadocs, string constants, ... |
JTest |
| Integration of JTest from Parasoft - see SONARPLUGINS-99 |

