Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 0 | 4 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/eclipse/aether/supplier/RepositorySystemSupplier.java | 0 | 4 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
4 | Warning |
Details
org/eclipse/aether/supplier/RepositorySystemSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'localPathComposer' hides a field. | 478 |
Warning | coding | HiddenField | 'remoteRepositoryManager' hides a field. | 772 |
Warning | coding | HiddenField | 'artifactDescriptorReader' hides a field. | 773 |
Warning | coding | HiddenField | 'versionRangeResolver' hides a field. | 774 |