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 3 0

Files

File  I  W  E
org/eclipse/aether/transport/jetty/JettyTransporter.java 0 2 0
org/eclipse/aether/transport/jetty/JettyTransporterFactory.java 1 1 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3  Warning
javadoc JavadocVariable
  • scope: "protected"
1  Info

Details

org/eclipse/aether/transport/jetty/JettyTransporter.java

Severity Category Rule Message Line
 Warning coding HiddenField 'headers' hides a field. 146
 Warning coding HiddenField 'client' hides a field. 473

org/eclipse/aether/transport/jetty/JettyTransporterFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 38
 Warning coding HiddenField 'priority' hides a field. 47