| Class | Description |
|---|---|
| AbstractNcssReportGenerator |
Base abstract class for NCSSReport classes.
It holds essentially helper methods on top of the Sink Doxia object. |
| HelpMojo |
Display help information on javancss-maven-plugin.
Call mvn javancss:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| ModuleReport |
A bean which holds a child project and its associated JavaNCSS raw report.
|
| NcssAggregateReportGenerator |
Generates the JavaNCSS aggregate report.
|
| NcssExecuter |
The NcssExecuter is able to call JavaNCSS to produce a code analysis.
The results are produced into a raw xml file. |
| NcssReportGenerator |
Generates the javaNcss maven report.
|
| NcssReportMojo |
Generates a JavaNCSS report based on this module's source code.
|
| NcssViolationCheckMojo |
Check the build if for any Method with a ccn greater than a limit in the source code.
|
| NumericNodeComparator |
Comparator for numeric xml node tag.
|
Copyright © 2005–2015 Codehaus. All rights reserved.