Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
37 73 74 0

Files

File  I  W  E
org/eclipse/aether/impl/RemoteRepositoryFilterManager.java 0 1 0
org/eclipse/aether/impl/RepositorySystemLifecycle.java 0 1 0
org/eclipse/aether/impl/UpdateCheck.java 0 10 0
org/eclipse/aether/internal/impl/EnhancedLocalRepositoryManagerFactory.java 1 1 0
org/eclipse/aether/internal/impl/LocalPathPrefixComposerFactorySupport.java 27 0 0
org/eclipse/aether/internal/impl/Maven2RepositoryLayoutFactory.java 3 1 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 5 0
org/eclipse/aether/internal/impl/checksum/FileTrustedChecksumsSourceSupport.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 0 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 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 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/resolution/ArtifactResolverPostProcessorSupport.java 0 5 0
org/eclipse/aether/internal/impl/resolution/TrustedChecksumsArtifactResolverPostProcessor.java 1 0 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/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"
  • ignoreSetter: "true"
34  Warning
javadoc JavadocMethod
  • accessModifiers: "public, protected"
40  Warning
JavadocVariable
  • scope: "protected"
73  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'. 41

org/eclipse/aether/impl/UpdateCheck.java

Severity Category Rule Message Line
 Warning coding HiddenField 'localLastUpdated' hides a field. 82
 Warning coding HiddenField 'item' hides a field. 102
 Warning coding HiddenField 'file' hides a field. 122
 Warning coding HiddenField 'fileValid' hides a field. 146
 Warning coding HiddenField 'artifactPolicy' hides a field. 181
 Warning coding HiddenField 'metadataPolicy' hides a field. 194
 Warning coding HiddenField 'repository' hides a field. 214
 Warning coding HiddenField 'authoritativeRepository' hides a field. 238
 Warning coding HiddenField 'required' hides a field. 260
 Warning coding HiddenField 'exception' hides a field. 280

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

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

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. 53
 Info javadoc JavadocVariable Missing a Javadoc comment. 55
 Info javadoc JavadocVariable Missing a Javadoc comment. 59
 Warning coding HiddenField 'priority' hides a field. 83

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. 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. 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/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. 67

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. 70
 Info javadoc JavadocVariable Missing a Javadoc comment. 72
 Info javadoc JavadocVariable Missing a Javadoc comment. 74
 Info javadoc JavadocVariable Missing a Javadoc comment. 76
 Info javadoc JavadocVariable Missing a Javadoc comment. 78
 Info javadoc JavadocVariable Missing a Javadoc comment. 80
 Info javadoc JavadocVariable Missing a Javadoc comment. 82
 Info javadoc JavadocVariable Missing a Javadoc comment. 84

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

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

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

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/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/synccontext/DefaultSyncContextFactory.java

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

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/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. 58
 Info javadoc JavadocVariable Missing a Javadoc comment. 60
 Info javadoc JavadocVariable Missing a Javadoc comment. 62
 Info javadoc JavadocVariable Missing a Javadoc comment. 64
 Info javadoc JavadocVariable Missing a Javadoc comment. 66
 Info javadoc JavadocVariable Missing a Javadoc comment. 68
 Info javadoc JavadocVariable Missing a Javadoc comment. 70
 Warning javadoc JavadocMethod @return tag should be present and have description. 109
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 109
 Warning javadoc JavadocMethod @return tag should be present and have description. 121
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 121
 Warning javadoc JavadocMethod @return tag should be present and have description. 128
 Warning javadoc JavadocMethod @return tag should be present and have description. 135
 Warning javadoc JavadocMethod Expected @param tag for 'session'. 135
 Warning javadoc JavadocMethod @return tag should be present and have description. 142
 Warning javadoc JavadocMethod @return tag should be present and have description. 149
 Warning javadoc JavadocMethod Expected @param tag for 'factoryName'. 149
 Warning javadoc JavadocMethod @return tag should be present and have description. 161
 Warning javadoc JavadocMethod Expected @param tag for 'nameMapperName'. 161