Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
2 | 1 | 4 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
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 | ![]() |
javadoc | JavadocVariable
|
1 | ![]() |
Details
org/eclipse/aether/supplier/RepositorySystemSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'localPathComposer' hides a field. | 475 |
![]() |
coding | HiddenField | 'remoteRepositoryManager' hides a field. | 771 |
![]() |
coding | HiddenField | 'artifactDescriptorReader' hides a field. | 772 |
![]() |
coding | HiddenField | 'versionRangeResolver' hides a field. | 773 |
org/eclipse/aether/supplier/SessionBuilderSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |