Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
19 0 55 0

Files

File  I  W  E
org/eclipse/aether/spi/checksums/TrustedChecksumsSource.java 0 6 0
org/eclipse/aether/spi/connector/ArtifactDownload.java 0 5 0
org/eclipse/aether/spi/connector/ArtifactTransfer.java 0 3 0
org/eclipse/aether/spi/connector/ArtifactUpload.java 0 1 0
org/eclipse/aether/spi/connector/MetadataDownload.java 0 3 0
org/eclipse/aether/spi/connector/MetadataTransfer.java 0 3 0
org/eclipse/aether/spi/connector/Transfer.java 0 2 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/checksum/ProvidedChecksumsSource.java 0 1 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/PutTask.java 0 1 0
org/eclipse/aether/spi/connector/transport/TransportTask.java 0 2 0
org/eclipse/aether/spi/io/FileProcessor.java 0 4 0
org/eclipse/aether/spi/resolution/ArtifactResolverPostProcessor.java 0 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
24  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
31  Warning

Details

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 'existenceCheck' hides a field. 105
 Warning coding HiddenField 'checksumPolicy' hides a field. 125
 Warning coding HiddenField 'context' hides a field. 145
 Warning coding HiddenField 'contexts' hides a field. 170
 Warning coding HiddenField 'repositories' hides a field. 196

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

Severity Category Rule Message Line
 Warning coding HiddenField 'artifact' hides a field. 58
 Warning coding HiddenField 'file' hides a field. 80
 Warning coding HiddenField 'exception' hides a field. 100

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

Severity Category Rule Message Line
 Warning coding HiddenField 'fileTransformer' hides a field. 101

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

Severity Category Rule Message Line
 Warning coding HiddenField 'checksumPolicy' hides a field. 92
 Warning coding HiddenField 'context' hides a field. 112
 Warning coding HiddenField 'repositories' hides a field. 134

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

Severity Category Rule Message Line
 Warning coding HiddenField 'metadata' hides a field. 58
 Warning coding HiddenField 'file' hides a field. 80
 Warning coding HiddenField 'exception' hides a field. 100

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

Severity Category Rule Message Line
 Warning coding HiddenField 'listener' hides a field. 61
 Warning coding HiddenField 'trace' hides a field. 81

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/checksum/ProvidedChecksumsSource.java

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

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. 145
 Warning javadoc JavadocMethod Expected @param tag for 'artifact'. 145

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

Severity Category Rule Message Line
 Warning coding HiddenField 'resume' hides a field. 80
 Warning coding HiddenField 'dataFile' hides a field. 122
 Warning coding HiddenField 'dataFile' hides a field. 137
 Warning coding HiddenField 'resume' hides a field. 137

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

Severity Category Rule Message Line
 Warning coding HiddenField 'dataFile' hides a field. 91

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

Severity Category Rule Message Line
 Warning coding HiddenField 'location' hides a field. 53
 Warning coding HiddenField 'listener' hides a field. 73

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

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

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