Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 6 0

Rules

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

Details

org/apache/maven/plugins/antrun/AntRunMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'mavenProject' hides a field. 354
 Warning coding HiddenField 'mavenProject' hides a field. 419
 Warning coding HiddenField 'mavenProject' hides a field. 483

org/apache/maven/plugins/antrun/MavenAntRunProject.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 36
 Warning javadoc JavadocMethod Missing a Javadoc comment. 41

org/apache/maven/plugins/antrun/MavenLogger.java

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