Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
8 2 7 0

Files

File  I  W  E
org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java 2 0 0
org/apache/maven/plugins/source/stubs/Project001Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/Project003Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/Project005Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/Project007Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/Project009Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/Project010Stub.java 0 1 0
org/apache/maven/plugins/source/stubs/SourcePluginArtifactStub.java 0 1 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
7  Warning
javadoc JavadocVariable
  • scope: "protected"
2  Info

Details

org/apache/maven/plugins/source/AbstractSourcePluginTestCase.java

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

org/apache/maven/plugins/source/stubs/Project001Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 60

org/apache/maven/plugins/source/stubs/Project003Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 56

org/apache/maven/plugins/source/stubs/Project005Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 54

org/apache/maven/plugins/source/stubs/Project007Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 55

org/apache/maven/plugins/source/stubs/Project009Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 58

org/apache/maven/plugins/source/stubs/Project010Stub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'build' hides a field. 55

org/apache/maven/plugins/source/stubs/SourcePluginArtifactStub.java

Severity Category Rule Message Line
 Warning coding HiddenField 'handler' hides a field. 131