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 |
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 |
Removed plugins
Here is the list of plugins that were removed from the forge because they were deprecated or never released:
- Ada
- Basic Cocomo
- Code Size
- CQL
- Debug
- JLint
- Profiler
- Radiator
- Rules Meter
- Sonar Replay
- SonarJ
- Testability Explorer
- W3C markup Validation
Source code of those plugins can be found at revision 6107 of Codehaus SVN repository: http://svn.codehaus.org/sonar-plugins/trunk/?p=6107.

