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 29 0

Files

File  I  W  E
org/eclipse/aether/MultiRuntimeException.java 0 2 0
org/eclipse/aether/RequestTrace.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/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/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/transfer/TransferEvent.java 0 2 0

Rules

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

Details

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/RequestTrace.java

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

org/eclipse/aether/collection/CollectRequest.java

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

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/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/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/transfer/TransferEvent.java

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