Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files |  Info |  Warnings |  Errors | 
|---|---|---|---|
| 7 | 6 | 5 | 4 | 
Files
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField 
 | 4 |  Warning | 
| javadoc | JavadocMethod 
 | 1 |  Warning | 
| JavadocVariable 
 | 6 |  Info | |
| sizes | MethodLength | 1 |  Error | 
| ParameterNumber | 3 |  Error | 
Details
org/apache/maven/plugins/ear/AbstractEarTestBase.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | 
org/apache/maven/plugins/ear/ApplicationXmlWriterContext.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 55 | 
org/apache/maven/plugins/ear/EarExecutionContext.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'defaultLibBundleDir' hides a field. | 94 | 
|  Warning | coding | HiddenField | 'jbossConfiguration' hides a field. | 95 | 
|  Warning | coding | HiddenField | 'outputFileNameMapping' hides a field. | 96 | 
org/apache/maven/plugins/ear/EarMojo.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | MethodLength | Method changeManifestClasspath length is 174 lines (max allowed is 150). | 662 | 
org/apache/maven/plugins/ear/EnvEntryTest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | 
|  Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | 
org/apache/maven/plugins/ear/JbossConfiguration.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | ParameterNumber | More than 7 parameters (found 11). | 91 | 
org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 136 | 
|  Warning | coding | HiddenField | 'basedir' hides a field. | 226 | 
|  Warning | javadoc | JavadocMethod | Expected @param tag for 'directory'. | 574 | 


