Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 11 | 5 | 10 | 1 |
Files
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | HiddenField
|
4 | |
| javadoc | JavadocMethod
|
6 | |
JavadocVariable
|
5 | ||
| sizes | ParameterNumber | 1 |
Details
org/apache/maven/repository/internal/ArtifactDescriptorUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 53 |
org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | ParameterNumber | More than 7 parameters (found 8). | 82 | |
| coding | HiddenField | 'delegate' hides a field. | 113 |
org/apache/maven/repository/internal/DefaultVersionResolver.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'timestamp' hides a field. | 406 |
org/apache/maven/repository/internal/MavenMetadata.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'metadata' hides a field. | 99 |
org/apache/maven/repository/internal/MavenRepositorySystemUtils.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocMethod | @return tag should be present and have description. | 64 | |
| javadoc | JavadocMethod | @return tag should be present and have description. | 98 | |
| javadoc | JavadocMethod | Expected @param tag for 'session'. | 124 | |
| javadoc | JavadocMethod | Expected @param tag for 'artifactTypeRegistry'. | 124 |
org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/RelocatedArtifact.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | HiddenField | 'version' hides a field. | 110 |
org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/relocation/DistributionManagementArtifactRelocationSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |


