Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 2 | 2 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| org/apache/maven/plugins/scmpublish/AbstractScmPublishMojo.java | 2 | 0 | 0 |
| org/apache/maven/plugins/scmpublish/ScmPublishPublishScmMojo.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
2 | |
| javadoc | JavadocVariable
|
2 |
Details
org/apache/maven/plugins/scmpublish/AbstractScmPublishMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
org/apache/maven/plugins/scmpublish/ScmPublishPublishScmMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'files' hides a field. | 89 | |
| coding | HiddenField | 'deleted' hides a field. | 96 |


