Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
59 87 151 0

Files

File  I  W  E
org/eclipse/aether/impl/DefaultServiceLocator.java 0 1 0
org/eclipse/aether/impl/DefaultServiceLocatorTest.java 0 1 0
org/eclipse/aether/impl/RemoteRepositoryFilterManager.java 0 1 0
org/eclipse/aether/impl/RepositorySystemLifecycle.java 0 1 0
org/eclipse/aether/internal/impl/DefaultArtifactResolver.java 0 2 0
org/eclipse/aether/internal/impl/DefaultArtifactResolverTest.java 0 29 0
org/eclipse/aether/internal/impl/DefaultDeployer.java 0 1 0
org/eclipse/aether/internal/impl/DefaultDeployerTest.java 0 2 0
org/eclipse/aether/internal/impl/DefaultInstaller.java 0 1 0
org/eclipse/aether/internal/impl/DefaultInstallerTest.java 0 14 0
org/eclipse/aether/internal/impl/DefaultRepositoryEventDispatcher.java 0 1 0
org/eclipse/aether/internal/impl/DefaultRepositoryLayoutProvider.java 0 2 0
org/eclipse/aether/internal/impl/DefaultRepositorySystem.java 0 2 0
org/eclipse/aether/internal/impl/DefaultTransporterProvider.java 0 2 0
org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java 1 0 0
org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerTest.java 4 9 0
org/eclipse/aether/internal/impl/IniArtifactDescriptorReader.java 0 1 0
org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport.java 27 0 0
org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java 3 0 0
org/eclipse/aether/internal/impl/RecordingRepositoryConnector.java 0 2 0
org/eclipse/aether/internal/impl/SimpleLocalRepositoryManager.java 0 4 0
org/eclipse/aether/internal/impl/SimpleLocalRepositoryManagerFactory.java 1 0 0
org/eclipse/aether/internal/impl/TrackingFileManager.java 0 5 0
org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceSupport.java 0 1 0
org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceTestSupport.java 0 1 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 1 0 0
org/eclipse/aether/internal/impl/checksum/SummaryFileTrustedChecksumsSource.java 1 0 0
org/eclipse/aether/internal/impl/checksum/TrustedToProvidedChecksumsSourceAdapter.java 1 0 0
org/eclipse/aether/internal/impl/collect/DataPool.java 1 1 0
org/eclipse/aether/internal/impl/collect/DefaultDependencyCollectionContext.java 0 2 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 8 2 0
org/eclipse/aether/internal/impl/collect/DependencyCollectorDelegateTestSupport.java 4 2 0
org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollector.java 1 0 0
org/eclipse/aether/internal/impl/collect/bf/BfDependencyCollectorTest.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/Filters.java 0 6 0
org/eclipse/aether/internal/impl/filter/GroupIdRemoteRepositoryFilterSource.java 1 1 0
org/eclipse/aether/internal/impl/filter/PrefixesRemoteRepositoryFilterSource.java 1 2 0
org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceSupport.java 0 7 0
org/eclipse/aether/internal/impl/filter/RemoteRepositoryFilterSourceTestSupport.java 0 5 0
org/eclipse/aether/internal/impl/resolution/ArtifactResolverPostProcessorSupport.java 0 5 0
org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor.java 1 0 0
org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessorTest.java 2 2 0
org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory.java 0 1 0
org/eclipse/aether/internal/impl/synccontext/DefaultSyncContextFactory.java 0 1 0
org/eclipse/aether/internal/impl/synccontext/named/DiscriminatingNameMapper.java 0 1 0
org/eclipse/aether/internal/impl/synccontext/named/NameMapper.java 0 5 0
org/eclipse/aether/internal/impl/synccontext/named/NameMapperTestSupport.java 3 0 0
org/eclipse/aether/internal/impl/synccontext/named/NameMappers.java 5 1 0
org/eclipse/aether/internal/impl/synccontext/named/NamedLockFactoryAdapter.java 8 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

Rules

Category Rule Violations Severity
coding HiddenField
  • ignoreConstructorParameter: "true"
  • setterCanReturnItsClass: "true"
  • ignoreSetter: "true"
100  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
51  Warning
JavadocVariable
  • scope: "protected"
87  Info

Details

org/eclipse/aether/impl/DefaultServiceLocator.java

Severity Category Rule Message Line
 Warning coding HiddenField 'instances' hides a field. 130

org/eclipse/aether/impl/DefaultServiceLocatorTest.java

Severity Category Rule Message Line
 Warning coding HiddenField 'locator' hides a field. 83

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'. 41

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

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

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

Severity Category Rule Message Line
 Warning coding HiddenField 'connector' hides a field. 207
 Warning coding HiddenField 'connector' hides a field. 351
 Warning coding HiddenField 'artifact' hides a field. 418
 Warning coding HiddenField 'artifact' hides a field. 422
 Warning coding HiddenField 'artifact' hides a field. 458
 Warning coding HiddenField 'artifact' hides a field. 462
 Warning coding HiddenField 'connector' hides a field. 578
 Warning coding HiddenField 'session' hides a field. 633
 Warning coding HiddenField 'session' hides a field. 664
 Warning coding HiddenField 'artifact' hides a field. 706
 Warning coding HiddenField 'artifact' hides a field. 714
 Warning coding HiddenField 'session' hides a field. 718
 Warning coding HiddenField 'session' hides a field. 730
 Warning coding HiddenField 'session' hides a field. 732
 Warning coding HiddenField 'session' hides a field. 742
 Warning coding HiddenField 'artifact' hides a field. 771
 Warning coding HiddenField 'artifact' hides a field. 779
 Warning coding HiddenField 'session' hides a field. 783
 Warning coding HiddenField 'session' hides a field. 795
 Warning coding HiddenField 'session' hides a field. 797
 Warning coding HiddenField 'session' hides a field. 801
 Warning coding HiddenField 'session' hides a field. 808
 Warning coding HiddenField 'artifact' hides a field. 838
 Warning coding HiddenField 'artifact' hides a field. 846
 Warning coding HiddenField 'session' hides a field. 850
 Warning coding HiddenField 'session' hides a field. 862
 Warning coding HiddenField 'session' hides a field. 864
 Warning coding HiddenField 'session' hides a field. 868
 Warning coding HiddenField 'session' hides a field. 874

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

Severity Category Rule Message Line
 Warning coding HiddenField 'metadataFactories' hides a field. 170

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

Severity Category Rule Message Line
 Warning coding HiddenField 'metadata' hides a field. 243
 Warning coding HiddenField 'artifact' hides a field. 353

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

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

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

Severity Category Rule Message Line
 Warning coding HiddenField 'request' hides a field. 153
 Warning coding HiddenField 'request' hides a field. 161
 Warning coding HiddenField 'request' hides a field. 169
 Warning coding HiddenField 'request' hides a field. 177
 Warning coding HiddenField 'request' hides a field. 232
 Warning coding HiddenField 'request' hides a field. 241
 Warning coding HiddenField 'metadata' hides a field. 276
 Warning coding HiddenField 'request' hides a field. 277
 Warning coding HiddenField 'metadata' hides a field. 288
 Warning coding HiddenField 'artifact' hides a field. 306
 Warning coding HiddenField 'request' hides a field. 307
 Warning coding HiddenField 'artifact' hides a field. 318
 Warning coding HiddenField 'listener' hides a field. 343
 Warning coding HiddenField 'artifact' hides a field. 390

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

Severity Category Rule Message Line
 Warning coding HiddenField 'listeners' hides a field. 64

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

Severity Category Rule Message Line
 Warning coding HiddenField 'factories' hides a field. 72
 Warning coding HiddenField 'factories' hides a field. 86

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

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

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

Severity Category Rule Message Line
 Warning coding HiddenField 'factories' hides a field. 72
 Warning coding HiddenField 'factories' hides a field. 86

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

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

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 58
 Info javadoc JavadocVariable Missing a Javadoc comment. 60
 Info javadoc JavadocVariable Missing a Javadoc comment. 68
 Info javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning coding HiddenField 'artifact' hides a field. 138
 Warning coding HiddenField 'artifact' hides a field. 145
 Warning coding HiddenField 'metadata' hides a field. 152
 Warning coding HiddenField 'artifact' hides a field. 159
 Warning coding HiddenField 'artifactFile' hides a field. 163
 Warning coding HiddenField 'artifact' hides a field. 169
 Warning coding HiddenField 'artifact' hides a field. 182
 Warning coding HiddenField 'metadata' hides a field. 268
 Warning coding HiddenField 'artifact' hides a field. 316

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod Expected @param tag for 'prefix'. 31

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

Severity Category Rule Message Line
 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
 Info javadoc JavadocVariable Missing a Javadoc comment. 57
 Info javadoc JavadocVariable Missing a Javadoc comment. 59
 Info javadoc JavadocVariable Missing a Javadoc comment. 62
 Info javadoc JavadocVariable Missing a Javadoc comment. 64
 Info javadoc JavadocVariable Missing a Javadoc comment. 67
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Info javadoc JavadocVariable Missing a Javadoc comment. 71
 Info javadoc JavadocVariable Missing a Javadoc comment. 73
 Info javadoc JavadocVariable Missing a Javadoc comment. 75
 Info javadoc JavadocVariable Missing a Javadoc comment. 120
 Info javadoc JavadocVariable Missing a Javadoc comment. 122
 Info javadoc JavadocVariable Missing a Javadoc comment. 124
 Info javadoc JavadocVariable Missing a Javadoc comment. 126
 Info javadoc JavadocVariable Missing a Javadoc comment. 128
 Info javadoc JavadocVariable Missing a Javadoc comment. 130
 Info javadoc JavadocVariable Missing a Javadoc comment. 132
 Info javadoc JavadocVariable Missing a Javadoc comment. 134
 Info javadoc JavadocVariable Missing a Javadoc comment. 136

org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.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. 60

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

Severity Category Rule Message Line
 Warning coding HiddenField 'expectGetMD' hides a field. 232
 Warning coding HiddenField 'expectPutMD' hides a field. 236

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

Severity Category Rule Message Line
 Warning coding HiddenField 'repository' hides a field. 69
 Warning coding HiddenField 'repository' hides a field. 82
 Warning coding HiddenField 'repository' hides a field. 93
 Warning coding HiddenField 'repository' hides a field. 148

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

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

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 32
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 32
 Warning javadoc JavadocMethod @return tag should be present and have description. 38
 Warning javadoc JavadocMethod Expected @param tag for 'file'. 38
 Warning javadoc JavadocMethod Expected @param tag for 'updates'. 38

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

Severity Category Rule Message Line
 Warning coding HiddenField 'name' hides a field. 127

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

Severity Category Rule Message Line
 Warning coding HiddenField 'session' hides a field. 88

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. 64

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

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

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. 78
 Warning coding HiddenField 'dependencies' hides a field. 216

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/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. 71
 Info javadoc JavadocVariable Missing a Javadoc comment. 73
 Info javadoc JavadocVariable Missing a Javadoc comment. 75
 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 coding HiddenField 'remoteRepositoryManager' hides a field. 112
 Warning coding HiddenField 'versionRangeResolver' hides a field. 123

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 85
 Info javadoc JavadocVariable Missing a Javadoc comment. 87
 Info javadoc JavadocVariable Missing a Javadoc comment. 89
 Info javadoc JavadocVariable Missing a Javadoc comment. 91
 Warning coding HiddenField 'session' hides a field. 354
 Warning coding HiddenField 'exclusions' hides a field. 616

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

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

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

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

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. 69

org/eclipse/aether/internal/impl/filter/Filters.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. 65
 Warning javadoc JavadocMethod Expected @param tag for 'repoId'. 65
 Warning javadoc JavadocMethod @return tag should be present and have description. 97
 Warning javadoc JavadocMethod @return tag should be present and have description. 126
 Warning javadoc JavadocMethod Expected @param tag for 'repoId'. 126

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

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

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 78
 Warning coding HiddenField 'name' hides a field. 243
 Warning coding HiddenField 'name' hides a field. 252

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 66
 Warning coding HiddenField 'name' hides a field. 66
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 66
 Warning javadoc JavadocMethod @return tag should be present and have description. 75
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 75
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 88
 Warning javadoc JavadocMethod Expected @param tag for 'mayCreate'. 88

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

Severity Category Rule Message Line
 Warning coding HiddenField 'session' hides a field. 59
 Warning coding HiddenField 'remoteRepository' hides a field. 59
 Warning coding HiddenField 'session' hides a field. 61
 Warning coding HiddenField 'session' hides a field. 64
 Warning coding HiddenField 'remoteRepository' hides a field. 64

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

Severity Category Rule Message Line
 Warning javadoc JavadocMethod @return tag should be present and have description. 59
 Warning coding HiddenField 'name' hides a field. 59
 Warning javadoc JavadocMethod Expected @param tag for 'name'. 59
 Warning javadoc JavadocMethod @return tag should be present and have description. 69
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 69

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

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

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

Severity Category Rule Message Line
 Info javadoc JavadocVariable Missing a Javadoc comment. 67
 Info javadoc JavadocVariable Missing a Javadoc comment. 69
 Warning coding HiddenField 'session' hides a field. 119
 Warning coding HiddenField 'session' hides a field. 131

org/eclipse/aether/internal/impl/slf4j/Slf4jLoggerFactory.java

Severity Category Rule Message Line
 Warning coding HiddenField 'factory' hides a field. 78

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

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

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

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

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. 37
 Warning javadoc JavadocMethod @return tag should be present and have description. 54
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 55
 Warning javadoc JavadocMethod Expected @param tag for 'artifacts'. 56
 Warning javadoc JavadocMethod Expected @param tag for 'metadatas'. 57

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

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

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. 44
 Info javadoc JavadocVariable Missing a Javadoc comment. 46
 Info javadoc JavadocVariable Missing a Javadoc comment. 48
 Info javadoc JavadocVariable Missing a Javadoc comment. 50
 Info javadoc JavadocVariable Missing a Javadoc comment. 52
 Info javadoc JavadocVariable Missing a Javadoc comment. 54
 Info javadoc JavadocVariable Missing a Javadoc comment. 56
 Info javadoc JavadocVariable Missing a Javadoc comment. 58
 Warning javadoc JavadocMethod @return tag should be present and have description. 81
 Warning javadoc JavadocMethod @return tag should be present and have description. 88
 Warning coding HiddenField 'session' hides a field. 146
 Warning coding HiddenField 'session' hides a field. 150
 Warning coding HiddenField 'session' hides a field. 154
 Warning coding HiddenField 'session' hides a field. 158

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. 84
 Info javadoc JavadocVariable Missing a Javadoc comment. 86
 Info javadoc JavadocVariable Missing a Javadoc comment. 88
 Info javadoc JavadocVariable Missing a Javadoc comment. 90
 Info javadoc JavadocVariable Missing a Javadoc comment. 92
 Info javadoc JavadocVariable Missing a Javadoc comment. 94
 Info javadoc JavadocVariable Missing a Javadoc comment. 96
 Warning javadoc JavadocMethod @return tag should be present and have description. 153
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 153
 Warning javadoc JavadocMethod @return tag should be present and have description. 165
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 165
 Warning javadoc JavadocMethod @return tag should be present and have description. 172
 Warning javadoc JavadocMethod @return tag should be present and have description. 179
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 179
 Warning javadoc JavadocMethod @return tag should be present and have description. 186
 Warning javadoc JavadocMethod @return tag should be present and have description. 193
 Warning javadoc JavadocMethod Expected @param tag for 'factoryName'. 193
 Warning javadoc JavadocMethod @return tag should be present and have description. 205
 Warning javadoc JavadocMethod Expected @param tag for 'nameMapperName'. 205