Checkstyle Results

The following document contains the results of Checkstyle 8.41.1 with config/maven_checks.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
2 2 1 0

Files

File
 I
 W
 E
org/codehaus/modello/plugin/velocity/ModelloVelocityMojo.java 0 1 0
org/codehaus/modello/plugin/velocity/VelocityGenerator.java 2 0 0

Rules

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

Details

org/codehaus/modello/plugin/velocity/ModelloVelocityMojo.java

Severity Category Rule Message Line
 Warning
coding HiddenField 'params' hides a field. 64

org/codehaus/modello/plugin/velocity/VelocityGenerator.java

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