Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 1 | 3 | 2 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/plugin/compiler/AbstractCompilerMojo.java | 1 | 3 | 1 |
| org/apache/maven/plugin/compiler/TestCompilerMojo.java | 0 | 0 | 1 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
3 | |
| javadoc | JavadocVariable
|
1 | |
| sizes | MethodLength | 2 |
Details
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| coding | HiddenField | 'staleMillis' hides a field. | 663 | |
| sizes | MethodLength | Method execute length is 623 lines (max allowed is 150). | 708 | |
| coding | HiddenField | 'source' hides a field. | 1336 | |
| coding | HiddenField | 'annotationProcessorPaths' hides a field. | 1698 |
org/apache/maven/plugin/compiler/TestCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | MethodLength | Method preparePaths length is 166 lines (max allowed is 150). | 233 |


