The following document contains the results of Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
File | I | W | E |
---|---|---|---|
org/eclipse/aether/transport/classpath/ClasspathTransporterFactory.java | 0 | 4 | 0 |
org/eclipse/aether/transport/classpath/package-info.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
header | RegexpHeader
|
1 | Error |
javadoc | JavadocMethod
|
3 | Warning |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 76 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 93 |
Warning | coding | HiddenField | 'priority' hides a field. | 104 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 110 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |