Checkstyle Results

The following document contains the results of Checkstyle 9.3 with config/maven_checks_nocodestyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
9 26 10 0

Files

File  I  W  E
org/apache/maven/artifact/Artifact.java 12 0 0
org/apache/maven/artifact/DefaultArtifact.java 0 4 0
org/apache/maven/artifact/DefaultArtifactTest.java 0 4 0
org/apache/maven/artifact/handler/ArtifactHandler.java 1 0 0
org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java 8 0 0
org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java 1 0 0
org/apache/maven/artifact/versioning/Restriction.java 1 0 0
org/apache/maven/artifact/versioning/VersionRange.java 0 2 0
org/apache/maven/repository/Proxy.java 3 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
10  Warning
javadoc JavadocVariable
  • scope: "protected"
26  Info

Details

org/apache/maven/artifact/Artifact.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 40
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 43
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 46
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 48
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 52
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 54
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 56
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 58
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 60
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 62
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 64
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 66

org/apache/maven/artifact/DefaultArtifact.java

Severity Category Rule Message Line
 Warning coding HiddenField 'baseVersion' masque un attribut. 371
 Warning coding HiddenField 'version' masque un attribut. 406
 Warning coding HiddenField 'version' masque un attribut. 472
 Warning coding HiddenField 'version' masque un attribut. 505

org/apache/maven/artifact/DefaultArtifactTest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'artifact' masque un attribut. 136
 Warning coding HiddenField 'groupId' masque un attribut. 164
 Warning coding HiddenField 'artifactId' masque un attribut. 164
 Warning coding HiddenField 'version' masque un attribut. 164

org/apache/maven/artifact/handler/ArtifactHandler.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 30

org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 31
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 33
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 35
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 37
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 39
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 41
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 43
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 45

org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 32

org/apache/maven/artifact/versioning/Restriction.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 34

org/apache/maven/artifact/versioning/VersionRange.java

Severity Category Rule Message Line
 Warning coding HiddenField 'restrictions' masque un attribut. 249
 Warning coding HiddenField 'restrictions' masque un attribut. 292

org/apache/maven/repository/Proxy.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 25
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 27
 Info javadoc JavadocVariable Commentaire Javadoc manquant. 29