Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 4 | 5 | 4 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
4 | |
| javadoc | JavadocVariable
|
5 |
Details
org/eclipse/aether/connector/basic/BasicRepositoryConnector.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'executor' hides a field. | 187 | |
| coding | HiddenField | 'executor' hides a field. | 279 |
org/eclipse/aether/connector/basic/BasicRepositoryConnectorConfigurationKeys.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 |
org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| coding | HiddenField | 'priority' hides a field. | 85 |
org/eclipse/aether/connector/basic/ChecksumCalculator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'error' hides a field. | 67 |


