Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
3 |
0 |
3 |
1 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
HiddenField
- ignoreConstructorParameter:
"true"
- ignoreSetter:
"true" |
3 |
Warning |
sizes |
ParameterNumber |
1 |
Error |
Details
org/apache/maven/plugins/war/AbstractWarMojo.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
ParameterNumber |
More than 7 parameters (found 12). |
601 |
org/apache/maven/plugins/war/packaging/ArtifactsPackagingTask.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'artifacts' hides a field. |
140 |
org/apache/maven/plugins/war/packaging/OverlayPackagingTask.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'overlay' hides a field. |
95 |
Warning |
coding |
HiddenField |
'overlay' hides a field. |
115 |