Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
5 0 6 0

Rules

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

Details

org/apache/maven/plugin/clean/CleanMojo.java

Severity Category Rule Message Line
 Warning coding HiddenField 'directory' hides a field. 177

org/apache/maven/plugin/clean/Fileset.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 48
 Warning javadoc JavadocMethod Missing a Javadoc comment. 53
 Warning javadoc JavadocMethod Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod Missing a Javadoc comment. 63
 Warning javadoc JavadocMethod Missing a Javadoc comment. 68