Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
3 0 2 1

Files

File
 I
 W
 E
org/apache/maven/shared/utils/StringUtils.java 0 0 1
org/apache/maven/shared/utils/cli/shell/BourneShell.java 0 1 0
org/apache/maven/shared/utils/logging/MessageBuilder.java 0 1 0

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public, protected"
2
 Warning
sizes FileLength 1
 Error

Details

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

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

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

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

org/apache/maven/shared/utils/logging/MessageBuilder.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod @return tag should be present and have description. 151