Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 3 | 2 | 4 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
3 | |
| javadoc | JavadocMethod
|
1 | |
JavadocVariable
|
2 |
Details
org/apache/maven/plugins/release/AbstractReleaseMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| coding | HiddenField | 'project' hides a field. | 175 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 247 |
org/apache/maven/plugins/release/CleanReleaseMojoTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
org/apache/maven/plugins/release/PrepareReleaseMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'generateReleasePoms' hides a field. | 386 | |
| coding | HiddenField | 'lineSeparator' hides a field. | 473 |


