Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
1 | 3 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
org/apache/maven/plugin/patch/ApplyMojo.java | 3 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
2 | Warning |
javadoc | JavadocVariable
|
3 | Info |
Details
org/apache/maven/plugin/patch/ApplyMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 73 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 75 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 77 |
Warning | coding | HiddenField | 'patchFile' hides a field. | 342 |
Warning | coding | HiddenField | 'patchFile' hides a field. | 501 |