Checkstyle Results

The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
3 2 7 0

Rules

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

Details

org/apache/maven/plugins/install/AbstractInstallMojo.java

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

org/apache/maven/plugins/install/InstallFileMojo.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @throws tag for 'MojoExecutionException'. 183
 Warning javadoc JavadocMethod Expected @throws tag for 'MojoFailureException'. 183
 Warning coding HiddenField 'pomFile' hides a field. 357
 Warning coding HiddenField 'pomFile' hides a field. 445
 Warning coding HiddenField 'pomFile' hides a field. 546

org/apache/maven/plugins/install/InstallMojo.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Missing a Javadoc comment. 91
 Warning javadoc JavadocMethod Missing a Javadoc comment. 157