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 | 
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 |