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 10 0

Rules

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

Details

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 118
 Warning javadoc JavadocMethod Missing a Javadoc comment. 120
 Warning javadoc JavadocMethod Missing a Javadoc comment. 122
 Warning javadoc JavadocMethod Missing a Javadoc comment. 124
 Warning coding HiddenField 'reportsDirectories' hides a field. 156
 Warning coding HiddenField 'reportsDirectory' hides a field. 225
 Warning javadoc JavadocMethod Missing a Javadoc comment. 341

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 64
 Warning javadoc JavadocMethod Missing a Javadoc comment. 73
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79