Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
7 | 6 | 5 | 4 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
4 | ![]() |
javadoc | JavadocMethod
|
1 | ![]() |
JavadocVariable
|
6 | ![]() | |
sizes | MethodLength | 1 | ![]() |
ParameterNumber | 3 | ![]() |
Details
org/apache/maven/plugins/ear/AbstractEarTestBase.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
org/apache/maven/plugins/ear/ApplicationXmlWriterContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 55 |
org/apache/maven/plugins/ear/EarExecutionContext.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
coding | HiddenField | 'defaultLibBundleDir' hides a field. | 94 |
![]() |
coding | HiddenField | 'jbossConfiguration' hides a field. | 95 |
![]() |
coding | HiddenField | 'outputFileNameMapping' hides a field. | 96 |
org/apache/maven/plugins/ear/EarMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
---|---|---|---|---|
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 37 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 39 |
org/apache/maven/plugins/ear/JbossConfiguration.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 11). | 91 |
org/apache/maven/plugins/ear/it/AbstractEarPluginIT.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | ParameterNumber | More than 7 parameters (found 8). | 136 |
![]() |
coding | HiddenField | 'basedir' hides a field. | 226 |
![]() |
javadoc | JavadocMethod | Expected @param tag for 'directory'. | 574 |