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

Files

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

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
4  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. 63
 Info javadoc JavadocVariable Missing a Javadoc comment. 65
 Info javadoc JavadocVariable Missing a Javadoc comment. 67
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning coding HiddenField 'serverId' hides a field. 359
 Warning coding HiddenField 'includes' hides a field. 457
 Warning coding HiddenField 'excludes' hides a field. 466

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

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