The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. 
| File | |||
|---|---|---|---|
| org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java | 0 | 7 | 0 |
| org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java | 0 | 3 | 0 |
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| javadoc | JavadocMethod
|
8 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| coding | HiddenField | 'reportsDirectories' hides a field. | 156 | |
| coding | HiddenField | 'reportsDirectory' hides a field. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 |