Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files |  Info |  Warnings |  Errors | 
|---|---|---|---|
| 2 | 0 | 4 | 0 | 
Files
| File |  I |  W |  E | 
|---|---|---|---|
| org/apache/maven/plugins/antrun/AntRunMojo.java | 0 | 3 | 0 | 
| org/apache/maven/plugins/antrun/AntrunXmlPlexusConfigurationWriterTest.java | 0 | 1 | 0 | 
Rules
| Category | Rule | Violations | Severity | 
|---|---|---|---|
| coding | HiddenField 
 | 4 |  Warning | 
Details
org/apache/maven/plugins/antrun/AntRunMojo.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'mavenProject' hides a field. | 342 | 
|  Warning | coding | HiddenField | 'mavenProject' hides a field. | 402 | 
|  Warning | coding | HiddenField | 'mavenProject' hides a field. | 466 | 
org/apache/maven/plugins/antrun/AntrunXmlPlexusConfigurationWriterTest.java
| Severity | Category | Rule | Message | Line | 
|---|---|---|---|---|
|  Warning | coding | HiddenField | 'file' hides a field. | 116 | 


