The following document contains the results of Checkstyle 5.7.
File | I | W | E |
---|---|---|---|
org/apache/maven/plugin/ear/ApplicationXmlWriterContext.java | 0 | 1 | 1 |
org/apache/maven/plugin/ear/EarExecutionContext.java | 0 | 2 | 0 |
org/apache/maven/plugin/ear/JbossConfiguration.java | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
3 | Warning |
sizes | ParameterNumber | 2 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 10). | 56 |
Warning | coding | HiddenField | 'applicationId' hides a field. | 74 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'defaultLibBundleDir' hides a field. | 94 |
Warning | coding | HiddenField | 'jbossConfiguration' hides a field. | 95 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 94 |