Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
29 0 53 0

Files

File  I  W  E
org/eclipse/aether/DefaultRepositorySystemSession.java 0 1 0
org/eclipse/aether/MultiRuntimeException.java 0 2 0
org/eclipse/aether/RepositoryCache.java 0 1 0
org/eclipse/aether/RepositorySystem.java 0 1 0
org/eclipse/aether/RepositorySystemSession.java 0 1 0
org/eclipse/aether/RequestTrace.java 0 1 0
org/eclipse/aether/artifact/AbstractArtifact.java 0 1 0
org/eclipse/aether/collection/CollectRequest.java 0 1 0
org/eclipse/aether/collection/CollectStepData.java 0 3 0
org/eclipse/aether/deployment/DeployRequest.java 0 1 0
org/eclipse/aether/deployment/DeployResult.java 0 1 0
org/eclipse/aether/graph/DefaultDependencyNode.java 0 2 0
org/eclipse/aether/graph/Dependency.java 0 1 0
org/eclipse/aether/installation/InstallRequest.java 0 1 0
org/eclipse/aether/installation/InstallResult.java 0 1 0
org/eclipse/aether/repository/RemoteRepository.java 0 3 0
org/eclipse/aether/repository/RepositoryPolicy.java 0 4 0
org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java 0 1 0
org/eclipse/aether/resolution/ArtifactDescriptorRequest.java 0 1 0
org/eclipse/aether/resolution/ArtifactDescriptorResult.java 0 3 0
org/eclipse/aether/resolution/ArtifactRequest.java 0 2 0
org/eclipse/aether/resolution/ArtifactResult.java 0 2 0
org/eclipse/aether/resolution/MetadataRequest.java 0 1 0
org/eclipse/aether/resolution/VersionRangeRequest.java 0 1 0
org/eclipse/aether/resolution/VersionRequest.java 0 1 0
org/eclipse/aether/scope/DependencyScope.java 0 4 0
org/eclipse/aether/scope/ResolutionScope.java 0 1 0
org/eclipse/aether/scope/ScopeManager.java 0 8 0
org/eclipse/aether/transfer/TransferEvent.java 0 2 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
25  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
28  Warning

Details

org/eclipse/aether/DefaultRepositorySystemSession.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'onSessionEndedRegistrar'. 157

org/eclipse/aether/MultiRuntimeException.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'message'. 58
 Warning javadoc JavadocMethod Expected @param tag for 'throwables'. 58

org/eclipse/aether/RepositoryCache.java

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

org/eclipse/aether/RepositorySystem.java

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

org/eclipse/aether/RepositorySystemSession.java

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

org/eclipse/aether/RequestTrace.java

Severity Category Rule Message Line
 Warning coding HiddenField 'data' hides a field. 98

org/eclipse/aether/artifact/AbstractArtifact.java

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

org/eclipse/aether/collection/CollectRequest.java

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

org/eclipse/aether/collection/CollectStepData.java

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

org/eclipse/aether/deployment/DeployRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'metadata' hides a field. 120

org/eclipse/aether/deployment/DeployResult.java

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

org/eclipse/aether/graph/DefaultDependencyNode.java

Severity Category Rule Message Line
 Warning coding HiddenField 'data' hides a field. 112
 Warning coding HiddenField 'context' hides a field. 253

org/eclipse/aether/graph/Dependency.java

Severity Category Rule Message Line
 Warning coding HiddenField 'exclusions' hides a field. 189

org/eclipse/aether/installation/InstallRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'metadata' hides a field. 118

org/eclipse/aether/installation/InstallResult.java

Severity Category Rule Message Line
 Warning coding HiddenField 'metadata' hides a field. 134

org/eclipse/aether/repository/RemoteRepository.java

Severity Category Rule Message Line
 Warning coding HiddenField 'host' hides a field. 99
 Warning coding HiddenField 'prototype' hides a field. 352
 Warning coding HiddenField 'type' hides a field. 381

org/eclipse/aether/repository/RepositoryPolicy.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'enabled'. 80
 Warning javadoc JavadocMethod Expected @param tag for 'updatePolicy'. 80
 Warning javadoc JavadocMethod Expected @param tag for 'checksumPolicy'. 80
 Warning javadoc JavadocMethod @return tag should be present and have description. 122

org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java

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

org/eclipse/aether/resolution/ArtifactDescriptorRequest.java

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

org/eclipse/aether/resolution/ArtifactDescriptorResult.java

Severity Category Rule Message Line
 Warning coding HiddenField 'artifact' hides a field. 159
 Warning coding HiddenField 'dependencies' hides a field. 307
 Warning coding HiddenField 'repository' hides a field. 362

org/eclipse/aether/resolution/ArtifactRequest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'node' hides a field. 115
 Warning coding HiddenField 'context' hides a field. 178

org/eclipse/aether/resolution/ArtifactResult.java

Severity Category Rule Message Line
 Warning coding HiddenField 'repository' hides a field. 166
 Warning javadoc JavadocMethod Expected @param tag for 'repository'. 166

org/eclipse/aether/resolution/MetadataRequest.java

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

org/eclipse/aether/resolution/VersionRangeRequest.java

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

org/eclipse/aether/resolution/VersionRequest.java

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

org/eclipse/aether/scope/DependencyScope.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. 38
 Warning javadoc JavadocMethod Expected @param tag for 'label'. 38
 Warning javadoc JavadocMethod @return tag should be present and have description. 45

org/eclipse/aether/scope/ResolutionScope.java

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

org/eclipse/aether/scope/ScopeManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 36
 Warning javadoc JavadocMethod @return tag should be present and have description. 45
 Warning javadoc JavadocMethod @return tag should be present and have description. 52
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 52
 Warning javadoc JavadocMethod @return tag should be present and have description. 57
 Warning javadoc JavadocMethod @return tag should be present and have description. 64
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 64
 Warning javadoc JavadocMethod @return tag should be present and have description. 69

org/eclipse/aether/transfer/TransferEvent.java

Severity Category Rule Message Line
 Warning coding HiddenField 'type' hides a field. 264
 Warning coding HiddenField 'transferredBytes' hides a field. 326