Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 8 | 12 | 18 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
12 | |
| javadoc | JavadocMethod
|
6 | |
JavadocVariable
|
12 |
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/HttpServer.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| coding | HiddenField | 'expectContinue' hides a field. | 193 | |
| coding | HiddenField | 'username' hides a field. | 203 | |
| coding | HiddenField | 'password' hides a field. | 203 | |
| coding | HiddenField | 'username' hides a field. | 209 | |
| coding | HiddenField | 'password' hides a field. | 209 |
org/eclipse/aether/transport/http/HttpTransporter.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'retryInterval' hides a field. | 800 |
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 |
org/eclipse/aether/transport/http/HttpTransporterTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| coding | HiddenField | 'auth' hides a field. | 376 | |
| coding | HiddenField | 'auth' hides a field. | 799 | |
| coding | HiddenField | 'auth' hides a field. | 1126 | |
| coding | HiddenField | 'auth' hides a field. | 1149 |
org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/eclipse/aether/transport/http/RecordingTransportListener.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'dataOffset' hides a field. | 46 | |
| coding | HiddenField | 'dataLength' hides a field. | 46 |
org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |


