Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 5 | 3 | 8 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| javadoc | JavadocMethod
|
6 | |
JavadocVariable
|
3 |
Details
org/eclipse/aether/transport/http/ChecksumExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'request'. | 36 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 43 | |
| javadoc | JavadocMethod | Expected @param tag for 'exception'. | 43 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'response'. | 50 |
org/eclipse/aether/transport/http/HttpTransporter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'retryInterval' hides a field. | 790 |
org/eclipse/aether/transport/http/HttpTransporterFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocMethod | Expected @param tag for 'extractors'. | 69 | |
| coding | HiddenField | 'priority' hides a field. | 84 |
org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |


