Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
64 136 434 158

Files

Files Infos Warnings Errors
org/apache/maven/artifact/Artifact.java 10 42 0
org/apache/maven/artifact/ArtifactStatus.java 3 6 0
org/apache/maven/artifact/ArtifactUtils.java 0 10 5
org/apache/maven/artifact/DefaultArtifact.java 18 61 7
org/apache/maven/artifact/DependencyResolutionRequiredException.java 0 1 0
org/apache/maven/artifact/InvalidArtifactRTException.java 5 9 1
org/apache/maven/artifact/InvalidRepositoryException.java 0 1 0
org/apache/maven/artifact/deployer/ArtifactDeployer.java 1 0 1
org/apache/maven/artifact/deployer/ArtifactDeploymentException.java 0 3 0
org/apache/maven/artifact/factory/ArtifactFactory.java 1 12 2
org/apache/maven/artifact/factory/DefaultArtifactFactory.java 1 16 3
org/apache/maven/artifact/handler/ArtifactHandler.java 1 7 0
org/apache/maven/artifact/handler/DefaultArtifactHandler.java 8 10 0
org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java 1 2 0
org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java 1 3 0
org/apache/maven/artifact/installer/ArtifactInstallationException.java 0 3 0
org/apache/maven/artifact/installer/ArtifactInstaller.java 1 0 0
org/apache/maven/artifact/metadata/AbstractArtifactMetadata.java 1 5 1
org/apache/maven/artifact/metadata/ArtifactMetadata.java 0 8 0
org/apache/maven/artifact/metadata/ArtifactMetadataRetrievalException.java 1 6 0
org/apache/maven/artifact/metadata/ArtifactMetadataSource.java 1 6 2
org/apache/maven/artifact/metadata/ResolutionGroup.java 3 4 1
org/apache/maven/artifact/repository/ArtifactRepository.java 0 14 0
org/apache/maven/artifact/repository/ArtifactRepositoryFactory.java 1 4 0
org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java 10 9 0
org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java 1 3 0
org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout.java 3 5 0
org/apache/maven/artifact/repository/layout/LegacyRepositoryLayout.java 1 4 0
org/apache/maven/artifact/repository/metadata/RepositoryMetadataDeploymentException.java 0 2 0
org/apache/maven/artifact/repository/metadata/RepositoryMetadataInstallationException.java 0 2 0
org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java 0 2 2
org/apache/maven/artifact/repository/metadata/RepositoryMetadataResolutionException.java 0 2 0
org/apache/maven/artifact/repository/metadata/RepositoryMetadataStoreException.java 0 2 0
org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java 10 16 12
org/apache/maven/artifact/resolver/ArtifactCollector.java 0 2 1
org/apache/maven/artifact/resolver/ArtifactNotFoundException.java 1 6 7
org/apache/maven/artifact/resolver/ArtifactResolutionException.java 0 6 2
org/apache/maven/artifact/resolver/ArtifactResolutionResult.java 2 6 5
org/apache/maven/artifact/resolver/ArtifactResolver.java 1 8 1
org/apache/maven/artifact/resolver/CyclicDependencyException.java 1 2 0
org/apache/maven/artifact/resolver/DefaultArtifactCollector.java 0 10 43
org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java 2 4 2
org/apache/maven/artifact/resolver/ResolutionListener.java 12 11 0
org/apache/maven/artifact/resolver/ResolutionListenerForDepMgmt.java 0 2 0
org/apache/maven/artifact/resolver/ResolutionNode.java 8 22 8
org/apache/maven/artifact/resolver/conflict/ConflictResolver.java 1 0 2
org/apache/maven/artifact/resolver/filter/AndArtifactFilter.java 1 2 0
org/apache/maven/artifact/resolver/filter/ArtifactFilter.java 0 1 0
org/apache/maven/artifact/resolver/filter/ExcludesArtifactFilter.java 0 2 0
org/apache/maven/artifact/resolver/filter/ExclusionSetFilter.java 1 3 0
org/apache/maven/artifact/resolver/filter/IncludesArtifactFilter.java 1 2 0
org/apache/maven/artifact/resolver/filter/InversionArtifactFilter.java 1 2 1
org/apache/maven/artifact/resolver/filter/ScopeArtifactFilter.java 5 2 0
org/apache/maven/artifact/resolver/filter/TypeArtifactFilter.java 1 2 0
org/apache/maven/artifact/transform/ArtifactTransformation.java 1 4 0
org/apache/maven/artifact/transform/ArtifactTransformationManager.java 1 4 0
org/apache/maven/artifact/versioning/ArtifactVersion.java 0 6 0
org/apache/maven/artifact/versioning/DefaultArtifactVersion.java 6 12 7
org/apache/maven/artifact/versioning/InvalidVersionSpecificationException.java 0 1 0
org/apache/maven/artifact/versioning/ManagedVersionMap.java 0 2 24
org/apache/maven/artifact/versioning/OverConstrainedVersionException.java 0 2 0
org/apache/maven/artifact/versioning/Restriction.java 5 9 2
org/apache/maven/artifact/versioning/VersionRange.java 2 19 16

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
5 Errors Error
RightCurly
  • option: "alone"
2 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
25 Errors Error
MemberName 0 Errors Error
JavadocMethod 423 Warnings Warning
JavadocType 8 Errors Error
JavadocVariable 136 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
2 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
FileLength 0 Errors Error
MethodLength 1 Errors Error
ParameterNumber 14 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 13 Errors Error
ParenPad
  • option: "space"
48 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 6 Errors Error
WhitespaceAround 13 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
11 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 128, 256, 512, 1024"
14 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 1 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 1 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/artifact/Artifact.java

Violation Message Line
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Infos Missing a Javadoc comment. 55
Infos Missing a Javadoc comment. 57
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 93
Warnings Expected @param tag for 'baseVersion'. 98
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 106
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 120
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 136
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 140
Warnings Missing a Javadoc comment. 142
Warnings Missing a Javadoc comment. 144
Warnings Missing a Javadoc comment. 146
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 154
Warnings Expected @param tag for 'handler'. 159
Warnings Missing a Javadoc comment. 161
Warnings Missing a Javadoc comment. 163
Warnings Missing a Javadoc comment. 165
Warnings Missing a Javadoc comment. 167
Warnings Missing a Javadoc comment. 169
Warnings Missing a Javadoc comment. 171
Warnings Missing a Javadoc comment. 173
Warnings Missing a Javadoc comment. 176

org/apache/maven/artifact/ArtifactStatus.java

Violation Message Line
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 111
Warnings Missing a Javadoc comment. 116
Warnings Missing a Javadoc comment. 121

org/apache/maven/artifact/ArtifactUtils.java

Violation Message Line
Errors Unused import - org.apache.maven.artifact.handler.ArtifactHandler. 23
Errors Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 39
Errors '&&' should be on a new line. 41
Errors Line is longer than 120 characters. 42
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Errors '+' should be on a new line. 72
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 110
Warnings Missing a Javadoc comment. 131

org/apache/maven/artifact/DefaultArtifact.java

Violation Message Line
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 58
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Infos Missing a Javadoc comment. 68
Infos Missing a Javadoc comment. 70
Infos Missing a Javadoc comment. 72
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 76
Infos Missing a Javadoc comment. 78
Infos Missing a Javadoc comment. 80
Infos Missing a Javadoc comment. 82
Infos Missing a Javadoc comment. 84
Infos Missing a Javadoc comment. 86
Infos Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 96
Errors More than 7 parameters. 96
Warnings Missing a Javadoc comment. 125
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 157
Warnings Missing a Javadoc comment. 162
Warnings Missing a Javadoc comment. 167
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 177
Warnings Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 187
Warnings Missing a Javadoc comment. 194
Warnings Missing a Javadoc comment. 199
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 209
Warnings Missing a Javadoc comment. 214
Warnings Missing a Javadoc comment. 223
Warnings Missing a Javadoc comment. 228
Warnings Missing a Javadoc comment. 237
Warnings Missing a Javadoc comment. 249
Warnings Missing a Javadoc comment. 267
Warnings Missing a Javadoc comment. 276
Warnings Missing a Javadoc comment. 302
Errors '17' is a magic number. 304
Errors '37' is a magic number. 305
Errors '37' is a magic number. 306
Errors '37' is a magic number. 307
Errors '37' is a magic number. 310
Errors '37' is a magic number. 312
Warnings Missing a Javadoc comment. 316
Warnings Missing a Javadoc comment. 356
Warnings Missing a Javadoc comment. 369
Warnings Missing a Javadoc comment. 379
Warnings Missing a Javadoc comment. 384
Warnings 'baseVersion' hides a field. 384
Warnings Missing a Javadoc comment. 397
Warnings Missing a Javadoc comment. 439
Warnings 'version' hides a field. 439
Warnings Missing a Javadoc comment. 445
Warnings Missing a Javadoc comment. 450
Warnings Missing a Javadoc comment. 455
Warnings Missing a Javadoc comment. 460
Warnings Missing a Javadoc comment. 465
Warnings Missing a Javadoc comment. 470
Warnings Missing a Javadoc comment. 475
Warnings Missing a Javadoc comment. 480
Warnings Missing a Javadoc comment. 485
Warnings Missing a Javadoc comment. 498
Warnings Missing a Javadoc comment. 505
Warnings Missing a Javadoc comment. 518
Warnings 'version' hides a field. 518
Warnings Missing a Javadoc comment. 524
Warnings Missing a Javadoc comment. 529
Warnings Missing a Javadoc comment. 534
Warnings Missing a Javadoc comment. 546
Warnings Missing a Javadoc comment. 551
Warnings Missing a Javadoc comment. 556
Warnings 'version' hides a field. 556
Warnings Missing a Javadoc comment. 562
Warnings Missing a Javadoc comment. 567
Warnings Missing a Javadoc comment. 572
Warnings Missing a Javadoc comment. 577
Warnings Missing a Javadoc comment. 582
Warnings Missing a Javadoc comment. 587
Warnings Missing a Javadoc comment. 592
Warnings Missing a Javadoc comment. 598
Warnings Missing a Javadoc comment. 604

org/apache/maven/artifact/DependencyResolutionRequiredException.java

Violation Message Line
Warnings Missing a Javadoc comment. 32

org/apache/maven/artifact/InvalidArtifactRTException.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Errors Line is longer than 120 characters. 45
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 86

org/apache/maven/artifact/InvalidRepositoryException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

org/apache/maven/artifact/deployer/ArtifactDeployer.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 29

org/apache/maven/artifact/deployer/ArtifactDeploymentException.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39

org/apache/maven/artifact/factory/ArtifactFactory.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 44
Errors More than 7 parameters. 44
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 57

org/apache/maven/artifact/factory/DefaultArtifactFactory.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 67
Errors More than 7 parameters. 67
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 93
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 120
Errors More than 7 parameters. 120

org/apache/maven/artifact/handler/ArtifactHandler.java

Violation Message Line
Infos Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42

org/apache/maven/artifact/handler/DefaultArtifactHandler.java

Violation Message Line
Infos Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 96
Warnings Missing a Javadoc comment. 106

org/apache/maven/artifact/handler/manager/ArtifactHandlerManager.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36

org/apache/maven/artifact/handler/manager/DefaultArtifactHandlerManager.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55

org/apache/maven/artifact/installer/ArtifactInstallationException.java

Violation Message Line
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 39

org/apache/maven/artifact/installer/ArtifactInstaller.java

Violation Message Line
Infos Missing a Javadoc comment. 33

org/apache/maven/artifact/metadata/AbstractArtifactMetadata.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55
Errors '(' is not followed by whitespace. 62

org/apache/maven/artifact/metadata/ArtifactMetadata.java

Violation Message Line
Warnings Expected an @return tag. 38
Warnings Expected an @return tag. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Expected @throws tag for 'RepositoryMetadataStoreException'. 84
Warnings Missing a Javadoc comment. 86

org/apache/maven/artifact/metadata/ArtifactMetadataRetrievalException.java

Violation Message Line
Infos Missing a Javadoc comment. 34
Warnings Expected @param tag for 'message'. 39
Warnings Expected @param tag for 'cause'. 47
Warnings Expected @param tag for 'message'. 55
Warnings Expected @param tag for 'cause'. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 66

org/apache/maven/artifact/metadata/ArtifactMetadataSource.java

Violation Message Line
Errors Unused import - org.apache.maven.artifact.versioning.ArtifactVersion. 24
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Expected an @return tag. 45
Warnings Expected @param tag for 'artifact'. 45
Warnings Expected @param tag for 'localRepository'. 45
Warnings Expected @param tag for 'remoteRepositories'. 45
Warnings Expected @throws tag for 'ArtifactMetadataRetrievalException'. 46
Errors Line is longer than 120 characters. 57

org/apache/maven/artifact/metadata/ResolutionGroup.java

Violation Message Line
Errors Missing a Javadoc comment. 27
Infos Missing a Javadoc comment. 30
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53

org/apache/maven/artifact/repository/ArtifactRepository.java

Violation Message Line
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 60

org/apache/maven/artifact/repository/ArtifactRepositoryFactory.java

Violation Message Line
Infos Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40

org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 85
Warnings Missing a Javadoc comment. 90
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 105

org/apache/maven/artifact/repository/layout/ArtifactRepositoryLayout.java

Violation Message Line
Infos Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37

org/apache/maven/artifact/repository/layout/DefaultRepositoryLayout.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 93

org/apache/maven/artifact/repository/layout/LegacyRepositoryLayout.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 74

org/apache/maven/artifact/repository/metadata/RepositoryMetadataDeploymentException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/artifact/repository/metadata/RepositoryMetadataInstallationException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java

Violation Message Line
Errors ';' is not followed by whitespace. 1
Errors Line does not match expected header line of '^\s*$'. 2
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 34

org/apache/maven/artifact/repository/metadata/RepositoryMetadataResolutionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/artifact/repository/metadata/RepositoryMetadataStoreException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 36

org/apache/maven/artifact/resolver/AbstractArtifactResolutionException.java

Violation Message Line
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 54
Infos Missing a Javadoc comment. 56
Warnings Missing a Javadoc comment. 58
Errors More than 7 parameters. 58
Warnings Missing a Javadoc comment. 64
Errors More than 7 parameters. 64
Errors Line is longer than 120 characters. 65
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 89
Errors ',' is not followed by whitespace. 93
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 102
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 143
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 173
Errors Line is longer than 120 characters. 209
Warnings Missing a Javadoc comment. 209
Errors More than 7 parameters. 209
Errors '(' is not followed by whitespace. 249
Errors '!=' is not followed by whitespace. 249
Errors ')' is not preceded with whitespace. 249
Errors '(' is not followed by whitespace. 274
Errors '!=' is not followed by whitespace. 274
Errors ')' is not preceded with whitespace. 274
Warnings Missing a Javadoc comment. 293

org/apache/maven/artifact/resolver/ArtifactCollector.java

Violation Message Line
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 45
Errors More than 7 parameters. 45

org/apache/maven/artifact/resolver/ArtifactNotFoundException.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 46
Errors Line is longer than 120 characters. 48
Errors Line is longer than 120 characters. 52
Warnings Missing a Javadoc comment. 52
Errors More than 7 parameters. 52
Errors Line is longer than 120 characters. 55
Errors ',' is not followed by whitespace. 55
Warnings Missing a Javadoc comment. 61
Errors More than 7 parameters. 61
Errors Line is longer than 120 characters. 64
Warnings Missing a Javadoc comment. 70

org/apache/maven/artifact/resolver/ArtifactResolutionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 33
Errors More than 7 parameters. 33
Warnings Missing a Javadoc comment. 39
Errors ',' is not followed by whitespace. 42
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60

org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

Violation Message Line
Infos Missing a Javadoc comment. 32
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings 'resolutionNodes' hides a field. 62
Warnings Missing a Javadoc comment. 70
Errors '+' is not preceded with whitespace. 72
Errors '+' is not followed by whitespace. 72
Errors '+' is not preceded with whitespace. 72
Errors '+' is not followed by whitespace. 72
Errors '+' is not preceded with whitespace. 72

org/apache/maven/artifact/resolver/ArtifactResolver.java

Violation Message Line
Infos Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 86
Errors More than 7 parameters. 86
Warnings Missing a Javadoc comment. 96

org/apache/maven/artifact/resolver/CyclicDependencyException.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Warnings Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 41

org/apache/maven/artifact/resolver/DefaultArtifactCollector.java

Violation Message Line
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 61
Errors More than 7 parameters. 61
Errors Line is longer than 120 characters. 74
Warnings Expected an @return tag. 114
Errors Line is longer than 120 characters. 126
Errors Line is longer than 120 characters. 127
Errors Line is longer than 120 characters. 143
Errors Method length is 298 lines (max allowed is 150). 143
Warnings Missing a Javadoc comment. 143
Errors More than 7 parameters. 143
Errors Redundant throws: 'CyclicDependencyException' is subclass of 'ArtifactResolutionException'. 146
Errors Redundant throws: 'OverConstrainedVersionException' is subclass of 'ArtifactResolutionException'. 146
Errors ')' is not preceded with whitespace. 154
Errors Line is longer than 120 characters. 196
Errors Line is longer than 120 characters. 215
Errors '+' should be on a new line. 215
Errors Line is longer than 120 characters. 223
Errors '(' is not followed by whitespace. 224
Errors ')' is not preceded with whitespace. 224
Errors Line is longer than 120 characters. 230
Errors '(' is not followed by whitespace. 230
Errors '+' is not preceded with whitespace. 230
Errors '+' is not preceded with whitespace. 230
Errors '+' is not followed by whitespace. 230
Errors '+' is not preceded with whitespace. 230
Errors ')' is not preceded with whitespace. 230
Errors Line is longer than 120 characters. 258
Errors Line is longer than 120 characters. 371
Errors '+' should be on a new line. 371
Errors '+' should be on a new line. 375
Errors Line is longer than 120 characters. 388
Errors Line is longer than 120 characters. 398
Errors Line is longer than 120 characters. 437
Warnings Missing a Javadoc comment. 446
Warnings Expected an @return tag. 480
Warnings Expected @param tag for 'listeners'. 480
Errors '||' should be on a new line. 488
Errors '&&' should be on a new line. 495
Warnings Missing a Javadoc comment. 522
Warnings Missing a Javadoc comment. 527
Warnings Missing a Javadoc comment. 532
Errors '(' is not followed by whitespace. 566
Errors ')' is not preceded with whitespace. 566
Errors '{' should be on a new line. 566
Errors '}' should be alone on a line. 569
Errors '{' should be on a new line. 569
Errors '(' is not followed by whitespace. 574
Errors ')' is not preceded with whitespace. 574
Errors '{' should be on a new line. 574
Errors '}' should be alone on a line. 577
Errors '{' should be on a new line. 577
Errors '||' should be on a new line. 585

org/apache/maven/artifact/resolver/MultipleArtifactsNotFoundException.java

Violation Message Line
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 36
Errors Line is longer than 120 characters. 41
Warnings Expected @param tag for 'originatingArtifact'. 41
Warnings Expected @param tag for 'missingArtifacts'. 41
Warnings Expected @param tag for 'remoteRepositories'. 41
Warnings Missing a Javadoc comment. 80
Errors Line is longer than 120 characters. 94

org/apache/maven/artifact/resolver/ResolutionListener.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Infos Missing a Javadoc comment. 52
Infos Missing a Javadoc comment. 60
Infos Missing a Javadoc comment. 62
Infos Missing a Javadoc comment. 64
Infos Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 76
Warnings Missing a Javadoc comment. 78
Warnings Expected @param tag for 'artifact'. 83
Warnings Expected @param tag for 'replacement'. 83
Warnings Missing a Javadoc comment. 92
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 105

org/apache/maven/artifact/resolver/ResolutionListenerForDepMgmt.java

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38

org/apache/maven/artifact/resolver/ResolutionNode.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Infos Missing a Javadoc comment. 44
Infos Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 48
Infos Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 72
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 82
Warnings Missing a Javadoc comment. 87
Warnings 'remoteRepositories' hides a field. 87
Warnings Expected @throws tag for 'OverConstrainedVersionException'. 120
Warnings 'artifact' hides a field. 127
Warnings Missing a Javadoc comment. 133
Warnings 'artifact' hides a field. 142
Errors '(' is not followed by whitespace. 149
Errors ')' is not preceded with whitespace. 149
Errors Line is longer than 120 characters. 155
Errors '(' is not followed by whitespace. 155
Errors '+' is not preceded with whitespace. 155
Errors ',' is not followed by whitespace. 155
Errors ')' is not preceded with whitespace. 155
Warnings Missing a Javadoc comment. 167
Warnings Missing a Javadoc comment. 172
Warnings Missing a Javadoc comment. 177
Warnings Missing a Javadoc comment. 182
Warnings Missing a Javadoc comment. 187
Warnings Missing a Javadoc comment. 192
Warnings Missing a Javadoc comment. 197
Warnings Missing a Javadoc comment. 211
Warnings Missing a Javadoc comment. 224
Warnings 'artifact' hides a field. 232
Warnings Missing a Javadoc comment. 242

org/apache/maven/artifact/resolver/conflict/ConflictResolver.java

Violation Message Line
Errors interfaces should describe a type and hence have methods. 26
Infos Missing a Javadoc comment. 28
Errors Redundant 'static' modifier. 28

org/apache/maven/artifact/resolver/filter/AndArtifactFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 53

org/apache/maven/artifact/resolver/filter/ArtifactFilter.java

Violation Message Line
Warnings Missing a Javadoc comment. 30

org/apache/maven/artifact/resolver/filter/ExcludesArtifactFilter.java

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 41

org/apache/maven/artifact/resolver/filter/ExclusionSetFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 47

org/apache/maven/artifact/resolver/filter/IncludesArtifactFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 43

org/apache/maven/artifact/resolver/filter/InversionArtifactFilter.java

Violation Message Line
Errors Missing a Javadoc comment. 24
Infos Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 35

org/apache/maven/artifact/resolver/filter/ScopeArtifactFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Infos Missing a Javadoc comment. 40
Infos Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 80

org/apache/maven/artifact/resolver/filter/TypeArtifactFilter.java

Violation Message Line
Infos Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 37

org/apache/maven/artifact/transform/ArtifactTransformation.java

Violation Message Line
Infos Missing a Javadoc comment. 38
Warnings Expected @throws tag for 'ArtifactResolutionException'. 49
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 49
Warnings Expected @throws tag for 'ArtifactInstallationException'. 59
Warnings Expected @throws tag for 'ArtifactDeploymentException'. 71

org/apache/maven/artifact/transform/ArtifactTransformationManager.java

Violation Message Line
Infos Missing a Javadoc comment. 36
Warnings Expected @throws tag for 'ArtifactResolutionException'. 47
Warnings Expected @throws tag for 'ArtifactNotFoundException'. 47
Warnings Expected @throws tag for 'ArtifactInstallationException'. 57
Warnings Expected @throws tag for 'ArtifactDeploymentException'. 69

org/apache/maven/artifact/versioning/ArtifactVersion.java

Violation Message Line
Warnings Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 42

org/apache/maven/artifact/versioning/DefaultArtifactVersion.java

Violation Message Line
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 112
Warnings Missing a Javadoc comment. 117
Warnings Missing a Javadoc comment. 122
Warnings Missing a Javadoc comment. 127
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 227
Warnings Missing a Javadoc comment. 237
Warnings Missing a Javadoc comment. 242
Errors Expression can be simplified. 249
Warnings Missing a Javadoc comment. 257
Errors '1229' is a magic number. 259
Errors '1223' is a magic number. 261
Errors '1223' is a magic number. 262
Errors '1223' is a magic number. 263
Errors '1223' is a magic number. 264
Errors '1223' is a magic number. 268

org/apache/maven/artifact/versioning/InvalidVersionSpecificationException.java

Violation Message Line
Warnings Missing a Javadoc comment. 31

org/apache/maven/artifact/versioning/ManagedVersionMap.java

Violation Message Line
Errors Missing a Javadoc comment. 26
Warnings Missing a Javadoc comment. 28
Errors '(' is not followed by whitespace. 28
Errors ')' is not preceded with whitespace. 28
Errors '(' is not followed by whitespace. 31
Errors ')' is not preceded with whitespace. 31
Errors '(' is not followed by whitespace. 33
Errors ')' is not preceded with whitespace. 33
Warnings Missing a Javadoc comment. 37
Errors '(' is not followed by whitespace. 39
Errors ')' is not preceded with whitespace. 39
Errors '(' is not followed by whitespace. 41
Errors ')' is not preceded with whitespace. 41
Errors 'cast' is not followed by whitespace. 43
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '(' is not followed by whitespace. 44
Errors '(' is not followed by whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors ')' is not preceded with whitespace. 44
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors '(' is not followed by whitespace. 47
Errors ')' is not preceded with whitespace. 47

org/apache/maven/artifact/versioning/OverConstrainedVersionException.java

Violation Message Line
Warnings Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 41

org/apache/maven/artifact/versioning/Restriction.java

Violation Message Line
Errors Line does not match expected header line of '^/\*\s*$'. 3
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 33
Infos Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 60
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 100
Warnings Missing a Javadoc comment. 129
Errors '(' is not followed by whitespace. 136
Warnings Missing a Javadoc comment. 179

org/apache/maven/artifact/versioning/VersionRange.java

Violation Message Line
Infos Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 39
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 52
Warnings Missing a Javadoc comment. 57
Warnings Expected @throws tag for 'InvalidVersionSpecificationException'. 91
Warnings Missing a Javadoc comment. 163
Warnings Missing a Javadoc comment. 217
Warnings Unused @throws tag for 'NullPointerException'. 246
Warnings 'restrictions' hides a field. 253
Errors '&&' should be on a new line. 277
Errors '(' is not followed by whitespace. 291
Errors ')' is not preceded with whitespace. 291
Warnings Missing a Javadoc comment. 307
Warnings 'restrictions' hides a field. 309
Errors '||' should be on a new line. 318
Errors '||' should be on a new line. 321
Warnings Missing a Javadoc comment. 456
Warnings Missing a Javadoc comment. 476
Warnings Missing a Javadoc comment. 494
Warnings Missing a Javadoc comment. 518
Warnings Missing a Javadoc comment. 538
Warnings Missing a Javadoc comment. 551
Warnings Missing a Javadoc comment. 556
Errors '(' is not followed by whitespace. 558
Errors ')' is not preceded with whitespace. 558
Errors '{' is not preceded with whitespace. 558
Errors '{' should be on a new line. 558
Errors '(' is not followed by whitespace. 561
Errors '(' is not followed by whitespace. 561
Errors ')' is not preceded with whitespace. 561
Errors '||' should be on a new line. 568
Errors '||' should be on a new line. 571
Warnings Missing a Javadoc comment. 576
Errors '31' is a magic number. 579
Errors '31' is a magic number. 580