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/file/FileTransporterFactory.java | 0 | 4 | 0 |
org/eclipse/aether/transport/file/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. | 64 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 81 |
Warning | coding | HiddenField | 'priority' hides a field. | 92 |
Warning | javadoc | JavadocMethod | Missing a Javadoc comment. | 98 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | header | RegexpHeader | Line does not match expected header line of '^package '. | 1 |