Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 13 | 25 | 23 | 0 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
7 | |
| javadoc | JavadocMethod
|
16 | |
JavadocVariable
|
25 |
Details
org/apache/maven/artifact/Artifact.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 |
org/apache/maven/artifact/ArtifactUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'from'. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'to'. | 165 |
org/apache/maven/artifact/DefaultArtifact.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'baseVersion' hides a field. | 353 | |
| coding | HiddenField | 'version' hides a field. | 386 | |
| coding | HiddenField | 'version' hides a field. | 441 | |
| coding | HiddenField | 'version' hides a field. | 468 |
org/apache/maven/artifact/DefaultArtifactTest.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'artifact' hides a field. | 115 |
org/apache/maven/artifact/handler/ArtifactHandler.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 |
org/apache/maven/artifact/repository/ArtifactRepository.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 78 | |
| javadoc | JavadocMethod | Expected @param tag for 'blocked'. | 81 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'authentication'. | 114 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 118 | |
| javadoc | JavadocMethod | Expected @param tag for 'proxy'. | 123 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 127 |
org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 |
org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | Expected @param tag for 'originatingArtifact'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'missingArtifacts'. | 39 | |
| javadoc | JavadocMethod | Expected @param tag for 'remoteRepositories'. | 40 |
org/apache/maven/artifact/versioning/Restriction.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 |
org/apache/maven/artifact/versioning/VersionRange.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'restrictions' hides a field. | 249 | |
| coding | HiddenField | 'restrictions' hides a field. | 292 |
org/apache/maven/repository/Proxy.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
org/apache/maven/repository/legacy/metadata/ArtifactMetadata.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 33 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 36 |


