Checkstyle Results
The following document contains the results of Checkstyle 8.41.1 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
2 |
1 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
1 |
Warning |
javadoc |
JavadocVariable
|
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 |