Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
62 89 193 0

Files

File  I  W  E
org/eclipse/aether/impl/RemoteRepositoryFilterManager.java 0 1 0
org/eclipse/aether/impl/RepositorySystemLifecycle.java 0 5 0
org/eclipse/aether/impl/UpdateCheck.java 0 10 0
org/eclipse/aether/impl/scope/BuildPath.java 0 3 0
org/eclipse/aether/impl/scope/BuildScope.java 0 4 0
org/eclipse/aether/impl/scope/BuildScopeMatrixSource.java 0 1 0
org/eclipse/aether/impl/scope/BuildScopeQuery.java 5 2 0
org/eclipse/aether/impl/scope/BuildScopeSource.java 0 4 0
org/eclipse/aether/impl/scope/InternalScopeManager.java 0 28 0
org/eclipse/aether/impl/scope/ProjectPath.java 0 3 0
org/eclipse/aether/internal/impl/DefaultArtifactPredicateFactory.java 1 0 0
org/eclipse/aether/internal/impl/DefaultArtifactResolver.java 3 0 0
org/eclipse/aether/internal/impl/DefaultMetadataResolver.java 1 0 0
org/eclipse/aether/internal/impl/DefaultRepositorySystem.java 1 0 0
org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java 1 0 0
org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java 2 1 0
org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport.java 18 0 0
org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java 2 1 0
org/eclipse/aether/internal/impl/PrioritizedComponents.java 0 5 0
org/eclipse/aether/internal/impl/SimpleLocalRepositoryManager.java 0 4 0
org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory.java 1 1 0
org/eclipse/aether/internal/impl/TrackingFileManager.java 0 10 0
org/eclipse/aether/internal/impl/checksum/Md5ChecksumAlgorithmFactory.java 1 0 0
org/eclipse/aether/internal/impl/checksum/Sha1ChecksumAlgorithmFactory.java 1 0 0
org/eclipse/aether/internal/impl/checksum/Sha256ChecksumAlgorithmFactory.java 1 0 0
org/eclipse/aether/internal/impl/checksum/Sha512ChecksumAlgorithmFactory.java 1 0 0
org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource.java 2 0 0
org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java 3 0 0
org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter.java 1 0 0
org/eclipse/aether/internal/impl/collect/DataPool.java 4 0 0
org/eclipse/aether/internal/impl/collect/DefaultDependencyCollectionContext.java 0 2 0
org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector.java 2 0 0
org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java 0 1 0
org/eclipse/aether/internal/impl/collect/DefaultVersionFilterContext.java 0 2 0
org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate.java 7 0 0
org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector.java 1 0 0
org/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext.java 0 1 0
org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector.java 1 0 0
org/eclipse/aether/internal/impl/filter/GroupIdRemoteRepositoryFilterSource.java 2 1 0
org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource.java 2 2 0
org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java 1 6 0
org/eclipse/aether/internal/impl/resolution/ArtifactResolverPostProcessorSupport.java 1 2 0
org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor.java 2 0 0
org/eclipse/aether/internal/impl/scope/ManagedScopeDeriver.java 0 3 0
org/eclipse/aether/internal/impl/scope/ManagedScopeSelector.java 0 2 0
org/eclipse/aether/internal/impl/scope/OptionalDependencySelector.java 0 4 0
org/eclipse/aether/internal/impl/scope/ScopeDependencySelector.java 0 18 0
org/eclipse/aether/internal/impl/scope/ScopeManagerDump.java 0 1 0
org/eclipse/aether/internal/impl/scope/ScopeManagerImpl.java 0 7 0
org/eclipse/aether/internal/impl/session/DefaultCloseableSession.java 0 1 0
org/eclipse/aether/internal/impl/session/DefaultSessionBuilder.java 0 29 0
org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory.java 0 1 0
org/eclipse/aether/internal/impl/synccontext/named/BasedirNameMapper.java 1 0 0
org/eclipse/aether/internal/impl/synccontext/named/DiscriminatingNameMapper.java 0 1 0
org/eclipse/aether/internal/impl/synccontext/named/HashingNameMapper.java 1 0 0
org/eclipse/aether/internal/impl/synccontext/named/NameMapper.java 0 5 0
org/eclipse/aether/internal/impl/synccontext/named/NameMappers.java 5 1 0
org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter.java 5 6 0
org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactory.java 0 2 0
org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl.java 7 12 0
org/eclipse/aether/internal/impl/transport/http/Nx2ChecksumExtractor.java 1 0 0
org/eclipse/aether/internal/impl/transport/http/XChecksumExtractor.java 1 0 0

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
68  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
125  Warning
JavadocVariable
  • scope: "protected"
89  Info

Details

org/eclipse/aether/impl/RemoteRepositoryFilterManager.java

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

org/eclipse/aether/impl/RepositorySystemLifecycle.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'handler'. 43
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 52
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 63
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 72
 Warning javadoc JavadocMethod Expected @param tag for 'handler'. 72

org/eclipse/aether/impl/UpdateCheck.java

Severity Category Rule Message Line
 Warning coding HiddenField 'localLastUpdated' hides a field. 83
 Warning coding HiddenField 'item' hides a field. 103
 Warning coding HiddenField 'path' hides a field. 148
 Warning coding HiddenField 'fileValid' hides a field. 172
 Warning coding HiddenField 'artifactPolicy' hides a field. 207
 Warning coding HiddenField 'metadataPolicy' hides a field. 220
 Warning coding HiddenField 'repository' hides a field. 240
 Warning coding HiddenField 'authoritativeRepository' hides a field. 264
 Warning coding HiddenField 'required' hides a field. 286
 Warning coding HiddenField 'exception' hides a field. 306

org/eclipse/aether/impl/scope/BuildPath.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. 44
 Warning javadoc JavadocMethod @return tag should be present and have description. 50

org/eclipse/aether/impl/scope/BuildScope.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 35
 Warning javadoc JavadocMethod @return tag should be present and have description. 40
 Warning javadoc JavadocMethod @return tag should be present and have description. 45
 Warning javadoc JavadocMethod @return tag should be present and have description. 54

org/eclipse/aether/impl/scope/BuildScopeMatrixSource.java

Severity Category Rule Message Line
 Warning coding HiddenField 'buildScopes' hides a field. 51

org/eclipse/aether/impl/scope/BuildScopeQuery.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 35
 Info javadoc JavadocVariable Missing a Javadoc comment. 36
 Info javadoc JavadocVariable Missing a Javadoc comment. 37
 Info javadoc JavadocVariable Missing a Javadoc comment. 38
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning coding HiddenField 'projectPath' hides a field. 41
 Warning coding HiddenField 'buildPath' hides a field. 41

org/eclipse/aether/impl/scope/BuildScopeSource.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 32
 Warning javadoc JavadocMethod @return tag should be present and have description. 37
 Warning javadoc JavadocMethod @return tag should be present and have description. 42
 Warning javadoc JavadocMethod Expected @param tag for 'queries'. 42

org/eclipse/aether/impl/scope/InternalScopeManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 50
 Warning javadoc JavadocMethod Expected @param tag for 'dependencyScope'. 50
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod Expected @param tag for 'dependencyScope'. 55
 Warning javadoc JavadocMethod @return tag should be present and have description. 61
 Warning javadoc JavadocMethod Expected @param tag for 'resolutionScope'. 61
 Warning javadoc JavadocMethod @return tag should be present and have description. 67
 Warning javadoc JavadocMethod Expected @param tag for 'resolutionScope'. 67
 Warning javadoc JavadocMethod @return tag should be present and have description. 73
 Warning javadoc JavadocMethod Expected @param tag for 'resolutionScope'. 73
 Warning javadoc JavadocMethod Expected @param tag for 'collectResult'. 73
 Warning javadoc JavadocMethod @return tag should be present and have description. 79
 Warning javadoc JavadocMethod Expected @param tag for 'resolutionScope'. 79
 Warning javadoc JavadocMethod @return tag should be present and have description. 104
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 104
 Warning javadoc JavadocMethod Expected @param tag for 'transitive'. 104
 Warning javadoc JavadocMethod Expected @param tag for 'presence'. 104
 Warning javadoc JavadocMethod @return tag should be present and have description. 112
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 113
 Warning javadoc JavadocMethod Expected @param tag for 'transitive'. 113
 Warning javadoc JavadocMethod Expected @param tag for 'presence'. 113
 Warning javadoc JavadocMethod Expected @param tag for 'systemPathProperty'. 113
 Warning javadoc JavadocMethod @return tag should be present and have description. 120
 Warning javadoc JavadocMethod Expected @param tag for 'id'. 121
 Warning javadoc JavadocMethod Expected @param tag for 'mode'. 122
 Warning javadoc JavadocMethod Expected @param tag for 'wantedPresence'. 123
 Warning javadoc JavadocMethod Expected @param tag for 'explicitlyIncluded'. 124
 Warning javadoc JavadocMethod Expected @param tag for 'transitivelyExcluded'. 125

org/eclipse/aether/impl/scope/ProjectPath.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. 39
 Warning javadoc JavadocMethod @return tag should be present and have description. 45

org/eclipse/aether/internal/impl/DefaultArtifactPredicateFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 53

org/eclipse/aether/internal/impl/DefaultArtifactResolver.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 86
 Info javadoc JavadocVariable Missing a Javadoc comment. 100
 Info javadoc JavadocVariable Missing a Javadoc comment. 112

org/eclipse/aether/internal/impl/DefaultMetadataResolver.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 93

org/eclipse/aether/internal/impl/DefaultRepositorySystem.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 136

org/eclipse/aether/internal/impl/DefaultUpdateCheckManager.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 94

org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 45
 Info javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning coding HiddenField 'priority' hides a field. 115

org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 49
 Info javadoc JavadocVariable Missing a Javadoc comment. 61
 Info javadoc JavadocVariable Missing a Javadoc comment. 73
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Info javadoc JavadocVariable Missing a Javadoc comment. 97
 Info javadoc JavadocVariable Missing a Javadoc comment. 109
 Info javadoc JavadocVariable Missing a Javadoc comment. 122
 Info javadoc JavadocVariable Missing a Javadoc comment. 134
 Info javadoc JavadocVariable Missing a Javadoc comment. 146
 Info javadoc JavadocVariable Missing a Javadoc comment. 191
 Info javadoc JavadocVariable Missing a Javadoc comment. 193
 Info javadoc JavadocVariable Missing a Javadoc comment. 195
 Info javadoc JavadocVariable Missing a Javadoc comment. 197
 Info javadoc JavadocVariable Missing a Javadoc comment. 199
 Info javadoc JavadocVariable Missing a Javadoc comment. 201
 Info javadoc JavadocVariable Missing a Javadoc comment. 203
 Info javadoc JavadocVariable Missing a Javadoc comment. 205
 Info javadoc JavadocVariable Missing a Javadoc comment. 207

org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 53
 Info javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning coding HiddenField 'priority' hides a field. 96

org/eclipse/aether/internal/impl/PrioritizedComponents.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 47
 Warning javadoc JavadocMethod Expected @param tag for '<C>'. 48
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 49
 Warning javadoc JavadocMethod Expected @param tag for 'components'. 49
 Warning javadoc JavadocMethod Expected @param tag for 'priorityFunction'. 49

org/eclipse/aether/internal/impl/SimpleLocalRepositoryManager.java

Severity Category Rule Message Line
 Warning coding HiddenField 'repository' hides a field. 70
 Warning coding HiddenField 'repository' hides a field. 83
 Warning coding HiddenField 'repository' hides a field. 94
 Warning coding HiddenField 'repository' hides a field. 149

org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 39
 Warning coding HiddenField 'priority' hides a field. 80

org/eclipse/aether/internal/impl/TrackingFileManager.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 34
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 35
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod Expected @param tag for 'path'. 41
 Warning javadoc JavadocMethod @return tag should be present and have description. 48
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 49
 Warning javadoc JavadocMethod Expected @param tag for 'updates'. 49
 Warning javadoc JavadocMethod @return tag should be present and have description. 56
 Warning javadoc JavadocMethod Expected @param tag for 'path'. 56
 Warning javadoc JavadocMethod Expected @param tag for 'updates'. 56

org/eclipse/aether/internal/impl/checksum/Md5ChecksumAlgorithmFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/eclipse/aether/internal/impl/checksum/Sha1ChecksumAlgorithmFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/eclipse/aether/internal/impl/checksum/Sha256ChecksumAlgorithmFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/eclipse/aether/internal/impl/checksum/Sha512ChecksumAlgorithmFactory.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 33

org/eclipse/aether/internal/impl/checksum/SparseDirectoryTrustedChecksumsSource.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 65
 Info javadoc JavadocVariable Missing a Javadoc comment. 88

org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 91
 Info javadoc JavadocVariable Missing a Javadoc comment. 114
 Info javadoc JavadocVariable Missing a Javadoc comment. 125

org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 47

org/eclipse/aether/internal/impl/collect/DataPool.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 55
 Info javadoc JavadocVariable Missing a Javadoc comment. 99
 Info javadoc JavadocVariable Missing a Javadoc comment. 445
 Info javadoc JavadocVariable Missing a Javadoc comment. 447

org/eclipse/aether/internal/impl/collect/DefaultDependencyCollectionContext.java

Severity Category Rule Message Line
 Warning coding HiddenField 'dependency' hides a field. 68
 Warning coding HiddenField 'managedDependencies' hides a field. 68

org/eclipse/aether/internal/impl/collect/DefaultDependencyCollector.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 44
 Info javadoc JavadocVariable Missing a Javadoc comment. 60

org/eclipse/aether/internal/impl/collect/DefaultDependencyCycle.java

Severity Category Rule Message Line
 Warning coding HiddenField 'dependencies' hides a field. 43

org/eclipse/aether/internal/impl/collect/DefaultVersionFilterContext.java

Severity Category Rule Message Line
 Warning coding HiddenField 'dependency' hides a field. 52
 Warning coding HiddenField 'result' hides a field. 52

org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegate.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 86
 Info javadoc JavadocVariable Missing a Javadoc comment. 97
 Info javadoc JavadocVariable Missing a Javadoc comment. 99
 Info javadoc JavadocVariable Missing a Javadoc comment. 101
 Info javadoc JavadocVariable Missing a Javadoc comment. 103
 Info javadoc JavadocVariable Missing a Javadoc comment. 105
 Info javadoc JavadocVariable Missing a Javadoc comment. 107

org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 89

org/eclipse/aether/internal/impl/collect/bf/DependencyProcessingContext.java

Severity Category Rule Message Line
 Warning coding HiddenField 'dependency' hides a field. 79

org/eclipse/aether/internal/impl/collect/df/DfDependencyCollector.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 71

org/eclipse/aether/internal/impl/filter/GroupIdRemoteRepositoryFilterSource.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 76
 Info javadoc JavadocVariable Missing a Javadoc comment. 99
 Warning coding HiddenField 'rules' hides a field. 178

org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 79
 Info javadoc JavadocVariable Missing a Javadoc comment. 102
 Warning coding HiddenField 'name' hides a field. 271
 Warning coding HiddenField 'name' hides a field. 280

org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 51
 Warning javadoc JavadocMethod @return tag should be present and have description. 59
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 59
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 71
 Warning javadoc JavadocMethod Expected @param tag for 'defaultValue'. 71
 Warning javadoc JavadocMethod Expected @param tag for 'configPropKey'. 71
 Warning javadoc JavadocMethod Expected @param tag for 'mayCreate'. 71

org/eclipse/aether/internal/impl/resolution/ArtifactResolverPostProcessorSupport.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 34
 Warning javadoc JavadocMethod @return tag should be present and have description. 53
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 53

org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 78
 Info javadoc JavadocVariable Missing a Javadoc comment. 101

org/eclipse/aether/internal/impl/scope/ManagedScopeDeriver.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod Expected @param tag for 'parentScope'. 55
 Warning javadoc JavadocMethod Expected @param tag for 'childScope'. 55

org/eclipse/aether/internal/impl/scope/ManagedScopeSelector.java

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

org/eclipse/aether/internal/impl/scope/OptionalDependencySelector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 41
 Warning javadoc JavadocMethod @return tag should be present and have description. 48
 Warning javadoc JavadocMethod @return tag should be present and have description. 55
 Warning javadoc JavadocMethod Expected @param tag for 'applyFrom'. 55

org/eclipse/aether/internal/impl/scope/ScopeDependencySelector.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 47
 Warning javadoc JavadocMethod Expected @param tag for 'included'. 47
 Warning javadoc JavadocMethod Expected @param tag for 'excluded'. 47
 Warning javadoc JavadocMethod @return tag should be present and have description. 61
 Warning javadoc JavadocMethod Expected @param tag for 'included'. 61
 Warning javadoc JavadocMethod Expected @param tag for 'excluded'. 61
 Warning javadoc JavadocMethod @return tag should be present and have description. 68
 Warning javadoc JavadocMethod Expected @param tag for 'included'. 68
 Warning javadoc JavadocMethod Expected @param tag for 'excluded'. 68
 Warning javadoc JavadocMethod @return tag should be present and have description. 75
 Warning javadoc JavadocMethod Expected @param tag for 'applyFrom'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'included'. 76
 Warning javadoc JavadocMethod Expected @param tag for 'excluded'. 76
 Warning javadoc JavadocMethod @return tag should be present and have description. 84
 Warning javadoc JavadocMethod Expected @param tag for 'applyFrom'. 85
 Warning javadoc JavadocMethod Expected @param tag for 'applyTo'. 85
 Warning javadoc JavadocMethod Expected @param tag for 'included'. 85
 Warning javadoc JavadocMethod Expected @param tag for 'excluded'. 85

org/eclipse/aether/internal/impl/scope/ScopeManagerDump.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'configuration'. 38

org/eclipse/aether/internal/impl/scope/ScopeManagerImpl.java

Severity Category Rule Message Line
 Warning coding HiddenField 'dependencyScopes' hides a field. 80
 Warning coding HiddenField 'resolutionScopes' hides a field. 87
 Warning coding HiddenField 'id' hides a field. 104
 Warning coding HiddenField 'id' hides a field. 118
 Warning coding HiddenField 'id' hides a field. 184
 Warning coding HiddenField 'id' hides a field. 190
 Warning coding HiddenField 'id' hides a field. 201

org/eclipse/aether/internal/impl/session/DefaultCloseableSession.java

Severity Category Rule Message Line
 Warning coding HiddenField 'localRepositoryManager' hides a field. 184

org/eclipse/aether/internal/impl/session/DefaultSessionBuilder.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'repositorySystem'. 138
 Warning javadoc JavadocMethod Expected @param tag for 'repositorySystemLifecycle'. 139
 Warning javadoc JavadocMethod Expected @param tag for 'sessionIdSupplier'. 140
 Warning coding HiddenField 'offline' hides a field. 147
 Warning coding HiddenField 'ignoreArtifactDescriptorRepositories' hides a field. 153
 Warning coding HiddenField 'resolutionErrorPolicy' hides a field. 159
 Warning coding HiddenField 'artifactDescriptorPolicy' hides a field. 165
 Warning coding HiddenField 'checksumPolicy' hides a field. 171
 Warning coding HiddenField 'artifactUpdatePolicy' hides a field. 184
 Warning coding HiddenField 'metadataUpdatePolicy' hides a field. 190
 Warning coding HiddenField 'localRepositoryManager' hides a field. 196
 Warning coding HiddenField 'workspaceReader' hides a field. 202
 Warning coding HiddenField 'repositoryListener' hides a field. 208
 Warning coding HiddenField 'transferListener' hides a field. 217
 Warning coding HiddenField 'systemProperties' hides a field. 226
 Warning coding HiddenField 'userProperties' hides a field. 242
 Warning coding HiddenField 'configProperties' hides a field. 258
 Warning coding HiddenField 'mirrorSelector' hides a field. 274
 Warning coding HiddenField 'proxySelector' hides a field. 283
 Warning coding HiddenField 'authenticationSelector' hides a field. 292
 Warning coding HiddenField 'artifactTypeRegistry' hides a field. 301
 Warning coding HiddenField 'dependencyTraverser' hides a field. 310
 Warning coding HiddenField 'dependencyManager' hides a field. 316
 Warning coding HiddenField 'dependencySelector' hides a field. 322
 Warning coding HiddenField 'versionFilter' hides a field. 328
 Warning coding HiddenField 'dependencyGraphTransformer' hides a field. 334
 Warning coding HiddenField 'scopeManager' hides a field. 357
 Warning coding HiddenField 'localRepositories' hides a field. 389
 Warning coding HiddenField 'localRepositories' hides a field. 394

org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'namedLockFactoryAdapterFactory'. 50

org/eclipse/aether/internal/impl/synccontext/named/BasedirNameMapper.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 52

org/eclipse/aether/internal/impl/synccontext/named/DiscriminatingNameMapper.java

Severity Category Rule Message Line
 Warning coding HiddenField 'hostname' hides a field. 113

org/eclipse/aether/internal/impl/synccontext/named/HashingNameMapper.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 53

org/eclipse/aether/internal/impl/synccontext/named/NameMapper.java

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 43
 Warning javadoc JavadocMethod @return tag should be present and have description. 60
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 61
 Warning javadoc JavadocMethod Expected @param tag for 'artifacts'. 62
 Warning javadoc JavadocMethod Expected @param tag for 'metadatas'. 63

org/eclipse/aether/internal/impl/synccontext/named/NameMappers.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 29
 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. 42
 Warning javadoc JavadocMethod @return tag should be present and have description. 59

org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 45
 Info javadoc JavadocVariable Missing a Javadoc comment. 57
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Info javadoc JavadocVariable Missing a Javadoc comment. 81
 Info javadoc JavadocVariable Missing a Javadoc comment. 93
 Warning javadoc JavadocMethod @return tag should be present and have description. 116
 Warning javadoc JavadocMethod @return tag should be present and have description. 123
 Warning coding HiddenField 'session' hides a field. 181
 Warning coding HiddenField 'session' hides a field. 185
 Warning coding HiddenField 'session' hides a field. 189
 Warning coding HiddenField 'session' hides a field. 193

org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactory.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 'session'. 36

org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapterFactoryImpl.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 54
 Info javadoc JavadocVariable Missing a Javadoc comment. 56
 Info javadoc JavadocVariable Missing a Javadoc comment. 77
 Info javadoc JavadocVariable Missing a Javadoc comment. 79
 Info javadoc JavadocVariable Missing a Javadoc comment. 81
 Info javadoc JavadocVariable Missing a Javadoc comment. 83
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Warning javadoc JavadocMethod @return tag should be present and have description. 124
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 124
 Warning javadoc JavadocMethod @return tag should be present and have description. 136
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 136
 Warning javadoc JavadocMethod @return tag should be present and have description. 143
 Warning javadoc JavadocMethod @return tag should be present and have description. 150
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 150
 Warning javadoc JavadocMethod @return tag should be present and have description. 157
 Warning javadoc JavadocMethod @return tag should be present and have description. 164
 Warning javadoc JavadocMethod Expected @param tag for 'factoryName'. 164
 Warning javadoc JavadocMethod @return tag should be present and have description. 176
 Warning javadoc JavadocMethod Expected @param tag for 'nameMapperName'. 176

org/eclipse/aether/internal/impl/transport/http/Nx2ChecksumExtractor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 38

org/eclipse/aether/internal/impl/transport/http/XChecksumExtractor.java

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 38