Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 0 | 4 | 0 |
Files
| File | |||
|---|---|---|---|
| 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 | |
| javadoc | JavadocMethod
|
1 |
Details
org/apache/maven/plugins/release/AbstractReleaseMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 175 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 247 |
org/apache/maven/plugins/release/PrepareReleaseMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'generateReleasePoms' hides a field. | 377 | |
| coding | HiddenField | 'lineSeparator' hides a field. | 464 |


