Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 1 | 4 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/eclipse/aether/supplier/RepositorySystemSupplier.java | 0 | 4 | 0 |
org/eclipse/aether/supplier/SessionBuilderSupplier.java | 1 | 0 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
4 | Warning |
javadoc | JavadocVariable
|
1 | Info |
Details
org/eclipse/aether/supplier/RepositorySystemSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'localPathComposer' hides a field. | 447 |
Warning | coding | HiddenField | 'remoteRepositoryManager' hides a field. | 741 |
Warning | coding | HiddenField | 'artifactDescriptorReader' hides a field. | 742 |
Warning | coding | HiddenField | 'versionRangeResolver' hides a field. | 743 |
org/eclipse/aether/supplier/SessionBuilderSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |