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/release/AbstractReleaseMojo.java | 0 | 2 | 0 |
org/apache/maven/plugins/release/PrepareReleaseMojo.java | 0 | 2 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
3 | Warning |
javadoc | JavadocMethod
|
1 | Warning |
Details
org/apache/maven/plugins/release/AbstractReleaseMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'project' hides a field. | 175 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 247 |
org/apache/maven/plugins/release/PrepareReleaseMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'generateReleasePoms' hides a field. | 377 |
Warning | coding | HiddenField | 'lineSeparator' hides a field. | 464 |