Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
4 | 8 | 1 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocVariable
|
8 | Info |
Details
org/eclipse/aether/transport/apache/ApacheRFC9457Reporter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
org/eclipse/aether/transport/apache/ApacheTransporter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'retryInterval' hides a field. | 805 |
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 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 110 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 123 |
org/eclipse/aether/transport/apache/ApacheTransporterFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |