Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
10 0 5 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2  Warning
javadoc JavadocMethod
  • scope: "protected"
3  Warning

Details

org/apache/maven/plugins/surefire/report/AbstractSurefireReportMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'reportsDirectories' hides a field. 147
 Warning coding HiddenField 'reportsDirectory' hides a field. 216
 Warning javadoc JavadocMethod Missing a Javadoc comment. 328

org/apache/maven/plugins/surefire/report/SurefireReportGenerator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 57
 Warning javadoc JavadocMethod Missing a Javadoc comment. 65