Checkstyle Results
The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
2 |
3 |
2 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
2 |
Warning |
javadoc |
JavadocVariable
|
3 |
Info |
Details
org/apache/maven/plugins/clean/CleanMojo.java
Severity |
Category |
Rule |
Message |
Line |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
52 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
54 |
Info |
javadoc |
JavadocVariable |
Missing a Javadoc comment. |
56 |
Warning |
coding |
HiddenField |
'fastDir' hides a field. |
232 |
org/apache/maven/plugins/clean/Cleaner.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'fastDir' hides a field. |
143 |