Checkstyle Results

The following document contains the results of Checkstyle 5.7. rss feed

Summary

Files  Info  Warnings  Errors
1 3 4 0

Files

File  I  W  E
org/apache/maven/plugin/patch/ApplyMojo.java 3 4 0

Rules

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

Details

org/apache/maven/plugin/patch/ApplyMojo.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 56
 Info javadoc JavadocVariable Missing a Javadoc comment. 58
 Info javadoc JavadocVariable Missing a Javadoc comment. 60
 Warning javadoc JavadocMethod Expected @throws tag for 'MojoExecutionException'. 245
 Warning javadoc JavadocMethod Expected @throws tag for 'MojoFailureException'. 245
 Warning coding HiddenField 'patchFile' hides a field. 331
 Warning coding HiddenField 'patchFile' hides a field. 552