Checkstyle Results
The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.
Summary
Files | Info | Warnings | Errors |
---|---|---|---|
14 | 15 | 9 | 1 |
Files
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | HiddenField
|
5 | Warning |
javadoc | JavadocMethod
|
4 | Warning |
JavadocVariable
|
15 | Info | |
sizes | ParameterNumber | 1 | Error |
Details
org/apache/maven/repository/internal/ArtifactDescriptorUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 52 |
Warning | javadoc | JavadocMethod | Expected @param tag for 'artifact'. | 52 |
org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | sizes | ParameterNumber | More than 7 parameters (found 8). | 82 |
Warning | coding | HiddenField | 'delegate' hides a field. | 113 |
org/apache/maven/repository/internal/DefaultVersionResolver.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'timestamp' hides a field. | 405 |
org/apache/maven/repository/internal/MavenMetadata.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'metadata' hides a field. | 115 |
org/apache/maven/repository/internal/MavenRepositorySystemUtils.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 43 |
org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 63 |
Warning | javadoc | JavadocMethod | @return tag should be present and have description. | 113 |
org/apache/maven/repository/internal/PluginsMetadataGeneratorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/RelocatedArtifact.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'version' hides a field. | 111 |
org/apache/maven/repository/internal/SnapshotMetadataGeneratorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/VersionsMetadataGeneratorFactory.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
org/apache/maven/repository/internal/relocation/DistributionManagementArtifactRelocationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 49 |
org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 53 |
org/apache/maven/repository/internal/scopes/MavenDependencyScopes.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 32 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 34 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 36 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 38 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 40 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 42 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 44 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 46 |
Info | javadoc | JavadocVariable | Missing a Javadoc comment. | 48 |
org/apache/maven/repository/internal/type/DefaultType.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Warning | coding | HiddenField | 'properties' hides a field. | 62 |