Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 9 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/eclipse/aether/tools/CollectConfiguration.java | 9 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
2 | Warning |
JavadocVariable
|
9 | Info |
Details
org/eclipse/aether/tools/CollectConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 71 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 74 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 78 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 85 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 93 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 96 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 417 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 419 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 429 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 429 |