The following document contains the results of Checkstyle 5.7. 
| File | |||
|---|---|---|---|
| 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 | |
| sizes | ParameterNumber | 2 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 10). | 56 | |
| coding | HiddenField | 'applicationId' hides a field. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'defaultLibBundleDir' hides a field. | 94 | |
| coding | HiddenField | 'jbossConfiguration' hides a field. | 95 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 11). | 94 |