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 | 7 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/eclipse/aether/tools/CollectConfiguration.java | 7 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
2 | Warning |
JavadocVariable
|
7 | Info |
Details
org/eclipse/aether/tools/CollectConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 72 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 79 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 86 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 97 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 420 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 422 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 432 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'file'. | 432 |