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

Files

File
 I
 W
 E
org/apache/maven/scm/plugin/AbstractScmMojo.java 4 2 0
org/apache/maven/scm/plugin/BootstrapMojo.java 0 1 0

Rules

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

Details

org/apache/maven/scm/plugin/AbstractScmMojo.java

Severity Category Rule Message Line
 Info
javadoc JavadocVariable Missing a Javadoc comment. 64
 Info
javadoc JavadocVariable Missing a Javadoc comment. 66
 Info
javadoc JavadocVariable Missing a Javadoc comment. 68
 Info
javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning
coding HiddenField 'includes' hides a field. 433
 Warning
coding HiddenField 'excludes' hides a field. 442

org/apache/maven/scm/plugin/BootstrapMojo.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'goalsDirectory' hides a field. 160