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 | 17 | 4 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/eclipse/aether/supplier/Maven4ScopeManagerConfiguration.java | 17 | 0 | 0 |
org/eclipse/aether/supplier/RepositorySystemSupplier.java | 0 | 4 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
4 | Warning |
javadoc | JavadocVariable
|
17 | Info |
Details
org/eclipse/aether/supplier/Maven4ScopeManagerConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 50 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 52 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 54 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 56 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 57 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 58 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 59 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 60 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 61 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 62 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 65 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 66 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 67 |
org/eclipse/aether/supplier/RepositorySystemSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'localPathComposer' hides a field. | 442 |
Warning | coding | HiddenField | 'remoteRepositoryManager' hides a field. | 734 |
Warning | coding | HiddenField | 'artifactDescriptorReader' hides a field. | 735 |
Warning | coding | HiddenField | 'versionRangeResolver' hides a field. | 736 |