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 | 5 | 2 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
2 | Warning |
javadoc | JavadocVariable
|
5 | Info |
Details
org/eclipse/aether/transport/apache/ApacheTransporter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'retryInterval' hides a field. | 811 |
org/eclipse/aether/transport/apache/ApacheTransporterConfigurationKeys.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 47 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
org/eclipse/aether/transport/apache/ApacheTransporterFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
Warning | coding | HiddenField | 'priority' hides a field. | 52 |