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
2 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/plugin/jxr/AbstractJxrReport.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'sourceDirs'. 486
 Warning coding HiddenField 'project' hides a field. 618
 Warning coding HiddenField 'project' hides a field. 736
 Warning javadoc JavadocMethod Expected an @return tag. 750

org/apache/maven/plugin/jxr/JxrReportUtil.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected an @return tag. 67
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 67
 Warning javadoc JavadocMethod Expected @throws tag for 'IOException'. 68
 Warning javadoc JavadocMethod Expected an @return tag. 202
 Warning javadoc JavadocMethod Expected @param tag for 'project'. 269
 Warning javadoc JavadocMethod Expected @param tag for 'ignoreMissingSiteUrl'. 269