Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
3 | 2 | 6 | 0 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
1 | Warning |
javadoc | JavadocMethod
|
5 | Warning |
JavadocVariable
|
2 | Info |
Details
org/apache/maven/plugin/resources/remote/AbstractProcessRemoteResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 372 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 580 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 585 |
Warning | coding | HiddenField | 'encoding' hides a field. | 615 |
org/apache/maven/plugin/resources/remote/BundleRemoteResourcesMojo.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 45 |
org/apache/maven/plugin/resources/remote/ModelUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | Expected @param tag for 'childContainer'. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'parentContainer'. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'handleAsInheritance'. | 52 |