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 |
1 |
0 |
2 |
1 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
2 |
Warning |
sizes |
MethodLength |
1 |
Error |
Details
org/apache/maven/archiver/MavenArchiver.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
MethodLength |
Method length is 160 lines (max allowed is 150). |
253 |
Warning |
coding |
HiddenField |
'createdBy' hides a field. |
686 |
Warning |
coding |
HiddenField |
'createdBy' hides a field. |
748 |