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
1 0 4 1

Files

File
 I
 W
 E
org/apache/maven/doxia/tools/DefaultSiteTool.java 0 4 1

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • scope: "protected"
4
 Warning
sizes MethodLength 1
 Error

Details

org/apache/maven/doxia/tools/DefaultSiteTool.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Missing a Javadoc comment. 132
 Warning
javadoc JavadocMethod Expected an @return tag. 177
 Warning
javadoc JavadocMethod Expected @param tag for 'to'. 178
 Warning
javadoc JavadocMethod Expected @param tag for 'from'. 178
 Error
sizes MethodLength Method length is 159 lines (max allowed is 150). 916