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

Files

File
 I
 W
 E
org/apache/maven/plugin/jxr/AbstractJxrReport.java 0 4 0
org/apache/maven/plugin/jxr/JxrReportUtil.java 0 6 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'. 492
 Warning
coding HiddenField 'project' hides a field. 619
 Warning
coding HiddenField 'project' hides a field. 737
 Warning
javadoc JavadocMethod Expected an @return tag. 751

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

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected an @return tag. 55
 Warning
javadoc JavadocMethod Expected @param tag for 'project'. 55
 Warning
javadoc JavadocMethod Expected @throws tag for 'IOException'. 56
 Warning
javadoc JavadocMethod Expected an @return tag. 157
 Warning
javadoc JavadocMethod Expected @param tag for 'project'. 218
 Warning
javadoc JavadocMethod Expected @param tag for 'ignoreMissingSiteUrl'. 218