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 | 3 | 2 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocMethod
|
1 | Warning |
JavadocVariable
|
3 | Info |
Details
org/apache/maven/resolver/examples/DependencyHierarchyWithRanges.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'args'. | 50 |
org/apache/maven/resolver/examples/resolver/Resolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'remoteRepository' hides a field. | 108 |
org/apache/maven/resolver/examples/util/Booter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 41 |