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
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4  Warning
javadoc JavadocVariable
  • scope: "protected"
1  Info

Details

org/eclipse/aether/supplier/RepositorySystemSupplier.java

Severity Category Rule Message Line
 Warning coding HiddenField 'localPathComposer' hides a field. 425
 Warning coding HiddenField 'remoteRepositoryManager' hides a field. 715
 Warning coding HiddenField 'artifactDescriptorReader' hides a field. 716
 Warning coding HiddenField 'versionRangeResolver' hides a field. 717

org/eclipse/aether/supplier/SessionBuilderSupplier.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 67