Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
4 2 7 0

Files

File
 I
 W
 E
org/eclipse/aether/transport/http/ChecksumExtractor.java 0 5 0
org/eclipse/aether/transport/http/HttpTransporterFactory.java 0 2 0
org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java 1 0 0
org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java 1 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1
 Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
6
 Warning
JavadocVariable
  • scope: "protected"
2
 Info

Details

org/eclipse/aether/transport/http/ChecksumExtractor.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected @param tag for 'request'. 36
 Warning
javadoc JavadocMethod @return tag should be present and have description. 43
 Warning
javadoc JavadocMethod Expected @param tag for 'exception'. 43
 Warning
javadoc JavadocMethod @return tag should be present and have description. 50
 Warning
javadoc JavadocMethod Expected @param tag for 'response'. 50

org/eclipse/aether/transport/http/HttpTransporterFactory.java

Severity Category Rule Message Line
 Warning
javadoc JavadocMethod Expected @param tag for 'extractors'. 67
 Warning
coding HiddenField 'priority' hides a field. 82

org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java

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

org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java

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