Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 6 | 2 | 12 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
5 | |
| javadoc | JavadocMethod
|
7 | |
JavadocVariable
|
2 |
Details
org/apache/maven/plugins/dependency/ListClassesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'groupId'. | 59 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactId'. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'version'. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'classifier'. | 89 | |
| javadoc | JavadocMethod | Expected @param tag for 'packaging'. | 99 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 109 |
org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'project' hides a field. | 663 |
org/apache/maven/plugins/dependency/analyze/AnalyzeDuplicateMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 |
org/apache/maven/plugins/dependency/exclusion/Coordinates.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'groupId' hides a field. | 80 | |
| coding | HiddenField | 'artifactId' hides a field. | 81 |
org/apache/maven/plugins/dependency/resolvers/ResolveDependenciesMojo.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'outputAbsoluteArtifactFilename' hides a field. | 143 | |
| coding | HiddenField | 'outputAbsoluteArtifactFilename' hides a field. | 182 |
org/apache/maven/plugins/dependency/utils/ParamArtifact.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 88 |


