Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 3 | 4 | 14 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/plugin/compiler/AbstractCompilerMojo.java | 4 | 11 | 0 |
| org/apache/maven/plugin/compiler/CompilerMojo.java | 0 | 1 | 0 |
| org/apache/maven/plugin/compiler/TestCompilerMojo.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
4 | |
| javadoc | JavadocMethod
|
10 | |
JavadocVariable
|
4 |
Details
org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 784 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 787 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 790 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 793 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 837 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 845 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 852 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 860 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 866 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 873 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 882 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 891 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 899 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 970 | |
| coding | HiddenField | 'source' hides a field. | 1527 |
org/apache/maven/plugin/compiler/CompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'outputDirectory' hides a field. | 167 |
org/apache/maven/plugin/compiler/TestCompilerMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'compileSourceRoots' hides a field. | 416 | |
| coding | HiddenField | 'compileSourceRoots' hides a field. | 481 |


