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

Rules

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

Details

org/apache/maven/shared/utils/StringUtils.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 2,551 lines (max allowed is 2,000). 1

org/apache/maven/shared/utils/cli/CommandLineUtils.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 179 lines (max allowed is 150). 229

org/apache/maven/shared/utils/cli/shell/BourneShell.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'isExecutable'. 128

org/apache/maven/shared/utils/cli/shell/Shell.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 117
 Warning javadoc JavadocMethod Missing a Javadoc comment. 409
 Warning javadoc JavadocMethod Missing a Javadoc comment. 414

org/apache/maven/shared/utils/io/FileUtils.java

Severity Category Rule Message Line
 Error sizes FileLength File length is 2,164 lines (max allowed is 2,000). 1

org/apache/maven/shared/utils/io/SelectorUtils.java

Severity Category Rule Message Line
 Error sizes MethodLength Method length is 154 lines (max allowed is 150). 398