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 | 2 | 2 | 0 |
Files
File | I | W | E |
---|---|---|---|
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 | Warning |
javadoc | JavadocVariable
|
2 | Info |
Details
org/apache/maven/plugins/scmpublish/AbstractScmPublishMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 270 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 272 |
org/apache/maven/plugins/scmpublish/ScmPublishPublishScmMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'files' hides a field. | 89 |
Warning | coding | HiddenField | 'deleted' hides a field. | 96 |