Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 14 18 0

Files

File  I  W  E
org/eclipse/aether/transport/http/ChecksumExtractor.java 0 5 0
org/eclipse/aether/transport/http/HttpServer.java 8 5 0
org/eclipse/aether/transport/http/HttpTransporter.java 0 1 0
org/eclipse/aether/transport/http/HttpTransporterFactory.java 1 1 0
org/eclipse/aether/transport/http/HttpTransporterTest.java 1 4 0
org/eclipse/aether/transport/http/Nexus2ChecksumExtractor.java 1 0 0
org/eclipse/aether/transport/http/RFC9457/RFC9457Payload.java 1 0 0
org/eclipse/aether/transport/http/RFC9457/RFC9457Reporter.java 1 0 0
org/eclipse/aether/transport/http/RecordingTransportListener.java 0 2 0
org/eclipse/aether/transport/http/XChecksumChecksumExtractor.java 1 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
12  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
6  Warning
JavadocVariable
  • scope: "protected"
14  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/HttpServer.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 65
 Info javadoc JavadocVariable Missing a Javadoc comment. 67
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Info javadoc JavadocVariable Missing a Javadoc comment. 84
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Info javadoc JavadocVariable Missing a Javadoc comment. 86
 Info javadoc JavadocVariable Missing a Javadoc comment. 90
 Info javadoc JavadocVariable Missing a Javadoc comment. 91
 Warning coding HiddenField 'expectContinue' hides a field. 198
 Warning coding HiddenField 'username' hides a field. 208
 Warning coding HiddenField 'password' hides a field. 208
 Warning coding HiddenField 'username' hides a field. 214
 Warning coding HiddenField 'password' hides a field. 214

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

Severity Category Rule Message Line
 Warning coding HiddenField 'retryInterval' hides a field. 809

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 42
 Warning javadoc JavadocMethod Expected @param tag for 'extractors'. 69

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning coding HiddenField 'auth' hides a field. 377
 Warning coding HiddenField 'auth' hides a field. 800
 Warning coding HiddenField 'auth' hides a field. 1127
 Warning coding HiddenField 'auth' hides a field. 1150

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/RFC9457/RFC9457Payload.java

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

org/eclipse/aether/transport/http/RFC9457/RFC9457Reporter.java

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

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

Severity Category Rule Message Line
 Warning coding HiddenField 'dataOffset' hides a field. 46
 Warning coding HiddenField 'dataLength' hides a field. 46

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

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