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


