Checkstyle Results
The following document contains the results of Checkstyle 6.18 with config/maven_checks.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
4 |
0 |
4 |
3 |
Details
org/apache/maven/plugins/ear/ApplicationXmlWriterContext.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
ParameterNumber |
More than 7 parameters (found 11). |
57 |
Warning |
coding |
HiddenField |
'applicationId' hides a field. |
76 |
org/apache/maven/plugins/ear/EarExecutionContext.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
HiddenField |
'defaultLibBundleDir' hides a field. |
90 |
Warning |
coding |
HiddenField |
'jbossConfiguration' hides a field. |
91 |
Warning |
coding |
HiddenField |
'outputFileNameMapping' hides a field. |
91 |
org/apache/maven/plugins/ear/EarMojo.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
MethodLength |
Method length is 216 lines (max allowed is 150). |
742 |
org/apache/maven/plugins/ear/JbossConfiguration.java
Severity |
Category |
Rule |
Message |
Line |
Error |
sizes |
ParameterNumber |
More than 7 parameters (found 11). |
93 |