Name |
Scala Plugin |
Latest version |
Trunk |
Requires Sonar version |
2.9 or higher |
License |
GNU LGPL v3 |
Developers |
|
Issue Tracker |
http://jira.codehaus.org/browse/SONARPLUGINS/component/14772 |
Sources |
Description / Features
This plugin enables the analysis of Scala projects.
The following metrics are supported:
- Lines
- Lines of code
- Comment lines
- Classes
- Functions
- Statements
- Public API
- Cyclomatic Complexity
Calculation of Metrics
// TODO
Known Limitations
// TODO
Roadmap
// TODO
Installation
- Copy the jar into /extensions/plugins/ directory
- Restart Sonar Web server
Usage
Maven projects
If your project is built with maven, you should add
to the build section in your pom and:
Non-maven projects
If your project does not use maven as a build engine, you should create a small pom.xml file at the root of your project containing the following content:
Running analysis
To kick-off the analysis, run mvn sonar:sonar.
Contribution
// TODO
