Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
17 13 53 0

Files

File  I  W  E
org/eclipse/aether/spi/artifact/ArtifactPredicate.java 0 6 0
org/eclipse/aether/spi/artifact/generator/ArtifactGenerator.java 0 1 0
org/eclipse/aether/spi/checksums/TrustedChecksumsSource.java 0 6 0
org/eclipse/aether/spi/connector/ArtifactDownload.java 0 2 0
org/eclipse/aether/spi/connector/MetadataDownload.java 0 1 0
org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithm.java 0 2 0
org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactory.java 0 3 0
org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySelector.java 0 7 0
org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter.java 0 2 0
org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilterSource.java 0 1 0
org/eclipse/aether/spi/connector/layout/RepositoryLayout.java 0 3 0
org/eclipse/aether/spi/connector/transport/GetTask.java 0 4 0
org/eclipse/aether/spi/connector/transport/http/HttpConstants.java 13 0 0
org/eclipse/aether/spi/io/ChecksumProcessor.java 0 4 0
org/eclipse/aether/spi/io/FileProcessor.java 0 4 0
org/eclipse/aether/spi/io/PathProcessor.java 0 5 0
org/eclipse/aether/spi/resolution/ArtifactResolverPostProcessor.java 0 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
7  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
46  Warning
JavadocVariable
  • scope: "protected"
13  Info

Details

org/eclipse/aether/spi/artifact/ArtifactPredicate.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 35
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 35
 Warning javadoc JavadocMethod @return tag should be present and have description. 42
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 42
 Warning javadoc JavadocMethod @return tag should be present and have description. 47
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 47

org/eclipse/aether/spi/artifact/generator/ArtifactGenerator.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 34

org/eclipse/aether/spi/checksums/TrustedChecksumsSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 68
 Warning javadoc JavadocMethod Expected @param tag for 'artifactRepository'. 69
 Warning javadoc JavadocMethod Expected @param tag for 'checksumAlgorithmFactories'. 70
 Warning javadoc JavadocMethod Expected @param tag for 'trustedArtifactChecksums'. 71
 Warning javadoc JavadocMethod @return tag should be present and have description. 79
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 79

org/eclipse/aether/spi/connector/ArtifactDownload.java

Severity Category Rule Message Line
 Warning coding HiddenField 'context' hides a field. 172
 Warning coding HiddenField 'contexts' hides a field. 197

org/eclipse/aether/spi/connector/MetadataDownload.java

Severity Category Rule Message Line
 Warning coding HiddenField 'context' hides a field. 135

org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithm.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'input'. 33
 Warning javadoc JavadocMethod @return tag should be present and have description. 43

org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 33
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod @return tag should be present and have description. 46

org/eclipse/aether/spi/connector/checksum/ChecksumAlgorithmFactorySelector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 39
 Warning javadoc JavadocMethod Expected @param tag for 'algorithmName'. 39
 Warning javadoc JavadocMethod @return tag should be present and have description. 50
 Warning javadoc JavadocMethod Expected @param tag for 'algorithmNames'. 50
 Warning javadoc JavadocMethod @return tag should be present and have description. 58
 Warning javadoc JavadocMethod @return tag should be present and have description. 67
 Warning javadoc JavadocMethod Expected @param tag for 'extension'. 67

org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilter.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 39
 Warning javadoc JavadocMethod @return tag should be present and have description. 44

org/eclipse/aether/spi/connector/filter/RemoteRepositoryFilterSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 35

org/eclipse/aether/spi/connector/layout/RepositoryLayout.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 123
 Warning javadoc JavadocMethod @return tag should be present and have description. 144
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 144

org/eclipse/aether/spi/connector/transport/GetTask.java

Severity Category Rule Message Line
 Warning coding HiddenField 'resume' hides a field. 82
 Warning coding HiddenField 'resume' hides a field. 166
 Warning coding HiddenField 'dataPath' hides a field. 182
 Warning coding HiddenField 'resume' hides a field. 182

org/eclipse/aether/spi/connector/transport/http/HttpConstants.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 31
 Info javadoc JavadocVariable Missing a Javadoc comment. 33
 Info javadoc JavadocVariable Missing a Javadoc comment. 35
 Info javadoc JavadocVariable Missing a Javadoc comment. 37
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Info javadoc JavadocVariable Missing a Javadoc comment. 41
 Info javadoc JavadocVariable Missing a Javadoc comment. 43
 Info javadoc JavadocVariable Missing a Javadoc comment. 45
 Info javadoc JavadocVariable Missing a Javadoc comment. 47
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Info javadoc JavadocVariable Missing a Javadoc comment. 51
 Info javadoc JavadocVariable Missing a Javadoc comment. 53
 Info javadoc JavadocVariable Missing a Javadoc comment. 55

org/eclipse/aether/spi/io/ChecksumProcessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 36
 Warning javadoc JavadocMethod Expected @param tag for 'checksumFile'. 36
 Warning javadoc JavadocMethod Expected @param tag for 'checksumFile'. 44
 Warning javadoc JavadocMethod Expected @param tag for 'checksum'. 44

org/eclipse/aether/spi/io/FileProcessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 114
 Warning javadoc JavadocMethod Expected @param tag for 'checksumFile'. 114
 Warning javadoc JavadocMethod Expected @param tag for 'checksumFile'. 122
 Warning javadoc JavadocMethod Expected @param tag for 'checksum'. 122

org/eclipse/aether/spi/io/PathProcessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod Expected @param tag for 'defValue'. 41
 Warning javadoc JavadocMethod Expected @param tag for 'value'. 59
 Warning javadoc JavadocMethod @return tag should be present and have description. 67
 Warning javadoc JavadocMethod Expected @param tag for 'defValue'. 67

org/eclipse/aether/spi/resolution/ArtifactResolverPostProcessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 44
 Warning javadoc JavadocMethod Expected @param tag for 'artifactResults'. 44