Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 4 | 9 | 8 | 2 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
6 | |
| javadoc | JavadocMethod
|
2 | |
JavadocVariable
|
9 | ||
| sizes | MethodLength | 2 |
Details
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 582 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 594 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 597 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 600 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 603 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 606 | |
| coding | HiddenField | 'staleMillis' hides a field. | 609 | |
| sizes | MethodLength | Method execute length is 592 lines (max allowed is 150). | 643 | |
| coding | HiddenField | 'source' hides a field. | 1240 | |
| coding | HiddenField | 'session' hides a field. | 1553 |
org/apache/maven/plugin/compiler/CompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| coding | HiddenField | 'compilePath' hides a field. | 217 |
org/apache/maven/plugin/compiler/IncrementalBuildHelper.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocMethod | Expected @param tag for 'added'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'removed'. | 99 |
org/apache/maven/plugin/compiler/TestCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method preparePaths length is 170 lines (max allowed is 150). | 240 | |
| coding | HiddenField | 'testPath' hides a field. | 242 | |
| coding | HiddenField | 'mainOutputDirectory' hides a field. | 250 |


