Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
23 49 209 73

Files

Files Infos Warnings Errors
org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java 3 7 1
org/apache/maven/artifact/installer/DefaultArtifactInstaller.java 2 6 1
org/apache/maven/artifact/manager/ChecksumFailedException.java 0 2 0
org/apache/maven/artifact/manager/DefaultWagonManager.java 13 37 21
org/apache/maven/artifact/manager/WagonConfigurationException.java 3 4 1
org/apache/maven/artifact/manager/WagonManager.java 1 19 0
org/apache/maven/artifact/repository/DefaultArtifactRepository.java 5 10 0
org/apache/maven/artifact/repository/DefaultArtifactRepositoryFactory.java 3 4 0
org/apache/maven/artifact/repository/metadata/AbstractRepositoryMetadata.java 1 14 1
org/apache/maven/artifact/repository/metadata/ArtifactRepositoryMetadata.java 1 10 0
org/apache/maven/artifact/repository/metadata/DefaultRepositoryMetadataManager.java 1 12 8
org/apache/maven/artifact/repository/metadata/GroupRepositoryMetadata.java 1 11 0
org/apache/maven/artifact/repository/metadata/RepositoryMetadataManager.java 0 4 1
org/apache/maven/artifact/repository/metadata/SnapshotArtifactRepositoryMetadata.java 1 10 0
org/apache/maven/artifact/resolver/DebugResolutionListener.java 3 15 6
org/apache/maven/artifact/resolver/DefaultArtifactResolver.java 4 10 5
org/apache/maven/artifact/resolver/WarningResolutionListener.java 1 12 2
org/apache/maven/artifact/transform/AbstractVersionTransformation.java 2 2 0
org/apache/maven/artifact/transform/DefaultArtifactTransformationManager.java 1 4 24
org/apache/maven/artifact/transform/LatestArtifactTransformation.java 0 4 1
org/apache/maven/artifact/transform/ReleaseArtifactTransformation.java 0 5 0
org/apache/maven/artifact/transform/SnapshotTransformation.java 3 7 1

Rules

Rules Violations Severity
LeftCurly
  • option: "nl"
2 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
11 Errors Error
MemberName 0 Errors Error
JavadocMethod 202 Warnings Warning
JavadocType 9 Errors Error
JavadocVariable 49 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"
0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
FileLength 0 Errors Error
MethodLength 2 Errors Error
ParameterNumber 1 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 16 Errors Error
ParenPad
  • option: "space"
18 Errors Error
TabCharacter 11 Errors Error
WhitespaceAfter 1 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 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"
7 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"
0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

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

Violation Message Line
Errors Missing a Javadoc comment. 37
Infos Missing a Javadoc comment. 41
Infos Missing a Javadoc comment. 43
Infos Missing a Javadoc comment. 45
Warnings Expected @param tag for 'basedir'. 50
Warnings Expected @param tag for 'finalName'. 50
Warnings Expected @param tag for 'artifact'. 50
Warnings Expected @param tag for 'deploymentRepository'. 50
Warnings Expected @param tag for 'localRepository'. 51
Warnings Expected @throws tag for 'ArtifactDeploymentException'. 52
Warnings Missing a Javadoc comment. 59

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

Violation Message Line
Errors Missing a Javadoc comment. 35
Infos Missing a Javadoc comment. 39
Infos Missing a Javadoc comment. 41
Warnings Expected @param tag for 'basedir'. 46
Warnings Expected @param tag for 'finalName'. 46
Warnings Expected @param tag for 'artifact'. 46
Warnings Expected @param tag for 'localRepository'. 46
Warnings Expected @throws tag for 'ArtifactInstallationException'. 47
Warnings Missing a Javadoc comment. 55

org/apache/maven/artifact/manager/ChecksumFailedException.java

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

org/apache/maven/artifact/manager/DefaultWagonManager.java

Violation Message Line
Errors Missing a Javadoc comment. 70
Infos Missing a Javadoc comment. 74
Infos Missing a Javadoc comment. 76
Infos Missing a Javadoc comment. 78
Infos Missing a Javadoc comment. 82
Infos Missing a Javadoc comment. 84
Infos Missing a Javadoc comment. 86
Infos Missing a Javadoc comment. 89
Infos Missing a Javadoc comment. 94
Infos Missing a Javadoc comment. 96
Infos Missing a Javadoc comment. 98
Infos Missing a Javadoc comment. 100
Infos Missing a Javadoc comment. 102
Infos Missing a Javadoc comment. 104
Warnings Missing a Javadoc comment. 107
Warnings Missing a Javadoc comment. 124
Warnings 'container' hides a field. 127
Warnings Missing a Javadoc comment. 145
Warnings 'container' hides a field. 147
Warnings Missing a Javadoc comment. 156
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 173
Warnings 'downloadMonitor' hides a field. 176
Errors '(' is not followed by whitespace. 243
Errors ')' is not preceded with whitespace. 243
Errors ')' is not preceded with whitespace. 243
Warnings Missing a Javadoc comment. 298
Errors '+' should be on a new line. 319
Errors '+' should be on a new line. 324
Warnings Missing a Javadoc comment. 336
Warnings Missing a Javadoc comment. 363
Warnings Missing a Javadoc comment. 374
Errors Method length is 208 lines (max allowed is 150). 383
Warnings Missing a Javadoc comment. 383
Warnings 'downloadMonitor' hides a field. 386
Errors ',' is not followed by whitespace. 441
Errors '(' is not followed by whitespace. 441
Errors ')' is not preceded with whitespace. 441
Errors ')' is not preceded with whitespace. 441
Errors Line is longer than 120 characters. 490
Errors Line is longer than 120 characters. 495
Errors Line is longer than 120 characters. 496
Errors Line is longer than 120 characters. 516
Warnings Missing a Javadoc comment. 599
Warnings Missing a Javadoc comment. 618
Warnings Missing a Javadoc comment. 627
Warnings Missing a Javadoc comment. 644
Errors '+' should be on a new line. 704
Warnings Missing a Javadoc comment. 723
Warnings Missing a Javadoc comment. 735
Warnings 'container' hides a field. 738
Warnings Missing a Javadoc comment. 749
Warnings Missing a Javadoc comment. 754
Warnings Expected @param tag for 'originalRepository'. 859
Errors Line is longer than 120 characters. 864
Errors Line is longer than 120 characters. 865
Warnings Missing a Javadoc comment. 904
Warnings Expected @param tag for 'downloadMonitor'. 911
Warnings Missing a Javadoc comment. 916
Warnings Missing a Javadoc comment. 935
Warnings Missing a Javadoc comment. 961
Errors '(' is not followed by whitespace. 968
Errors ')' is not preceded with whitespace. 968
Warnings Missing a Javadoc comment. 974
Warnings Missing a Javadoc comment. 979
Warnings Missing a Javadoc comment. 984
Warnings Missing a Javadoc comment. 989
Warnings Missing a Javadoc comment. 1012
Errors Line is longer than 120 characters. 1028
Warnings Missing a Javadoc comment. 1053
Warnings Missing a Javadoc comment. 1066

org/apache/maven/artifact/manager/WagonConfigurationException.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Infos Missing a Javadoc comment. 29
Infos Missing a Javadoc comment. 31
Infos Missing a Javadoc comment. 32
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 55

org/apache/maven/artifact/manager/WagonManager.java

Violation Message Line
Infos Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 75
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 84
Warnings Missing a Javadoc comment. 87
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 95
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 101
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. 122
Warnings Missing a Javadoc comment. 124
Warnings Missing a Javadoc comment. 126
Warnings Missing a Javadoc comment. 128

org/apache/maven/artifact/repository/DefaultArtifactRepository.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
Warnings Missing a Javadoc comment. 108
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 118
Warnings Missing a Javadoc comment. 123
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 133
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 143
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 153

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

Violation Message Line
Infos Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 36
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 94
Warnings Missing a Javadoc comment. 99

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

Violation Message Line
Infos Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 80
Warnings 'metadata' hides a field. 85
Errors Line is longer than 120 characters. 122
Warnings Missing a Javadoc comment. 151
Warnings Missing a Javadoc comment. 156
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 174
Warnings Missing a Javadoc comment. 179
Warnings Missing a Javadoc comment. 184
Warnings 'metadata' hides a field. 184
Warnings Missing a Javadoc comment. 191

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

Violation Message Line
Infos Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 36
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 Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 67
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 78
Warnings Missing a Javadoc comment. 84

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

Violation Message Line
Errors Missing a Javadoc comment. 46
Infos Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 58
Errors '+' should be on a new line. 115
Errors Line is longer than 120 characters. 134
Errors '+' should be on a new line. 152
Warnings Missing a Javadoc comment. 180
Warnings Missing a Javadoc comment. 213
Errors '&&' should be on a new line. 250
Warnings Missing a Javadoc comment. 264
Warnings Expected an @return tag. 298
Warnings Expected @param tag for 'mappingFile'. 298
Warnings Expected @throws tag for 'RepositoryMetadataReadException'. 299
Warnings Missing a Javadoc comment. 333
Errors '+' should be on a new line. 351
Warnings Missing a Javadoc comment. 369
Warnings Missing a Javadoc comment. 396
Warnings Missing a Javadoc comment. 401
Errors '+' should be on a new line. 422
Errors '+' should be on a new line. 423
Warnings Missing a Javadoc comment. 453

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

Violation Message Line
Infos Missing a Javadoc comment. 36
Warnings Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 98
Warnings Missing a Javadoc comment. 103
Warnings Missing a Javadoc comment. 108

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

Violation Message Line
Errors Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 32
Warnings Expected @throws tag for 'RepositoryMetadataDeploymentException'. 45
Warnings Expected @throws tag for 'RepositoryMetadataInstallationException'. 54

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

Violation Message Line
Infos Missing a Javadoc comment. 35
Warnings Missing a Javadoc comment. 37
Warnings Missing a Javadoc comment. 43
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 64
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 74
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84

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

Violation Message Line
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. 49
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 58
Warnings Missing a Javadoc comment. 63
Warnings Missing a Javadoc comment. 68
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 84
Errors Line is longer than 120 characters. 86
Errors '+' should be on a new line. 86
Errors '+' should be on a new line. 92
Errors '+' should be on a new line. 93
Warnings Missing a Javadoc comment. 99
Warnings Missing a Javadoc comment. 104
Errors '+' should be on a new line. 106
Warnings Missing a Javadoc comment. 110
Errors '+' should be on a new line. 112
Warnings Expected @param tag for 'artifact'. 122
Warnings Expected @param tag for 'replacement'. 122
Warnings Missing a Javadoc comment. 138
Warnings Missing a Javadoc comment. 148

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

Violation Message Line
Errors Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 59
Infos Missing a Javadoc comment. 61
Infos Missing a Javadoc comment. 63
Infos Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 71
Warnings Missing a Javadoc comment. 77
Errors Method length is 167 lines (max allowed is 150). 83
Warnings Missing a Javadoc comment. 83
Errors '&&' should be on a new line. 159
Errors Line is longer than 120 characters. 206
Warnings Missing a Javadoc comment. 254
Warnings Missing a Javadoc comment. 264
Warnings Missing a Javadoc comment. 273
Warnings Missing a Javadoc comment. 293
Errors More than 7 parameters. 293
Warnings Missing a Javadoc comment. 331
Warnings Missing a Javadoc comment. 343
Warnings Missing a Javadoc comment. 351

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

Violation Message Line
Errors Unused import - java.util.HashSet. 26
Errors Unused import - java.util.Set. 27
Infos Missing a Javadoc comment. 38
Warnings Missing a Javadoc comment. 40
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 69
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 85

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

Violation Message Line
Infos Missing a Javadoc comment. 47
Infos Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 108

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

Violation Message Line
Errors Missing a Javadoc comment. 34
Infos Missing a Javadoc comment. 37
Errors Line contains a tab character. 39
Warnings Missing a Javadoc comment. 39
Errors '{' should be on a new line. 39
Errors Line contains a tab character. 40
Errors Line contains a tab character. 41
Errors Line contains a tab character. 42
Errors '(' is not followed by whitespace. 42
Errors ')' is not preceded with whitespace. 42
Errors Line contains a tab character. 43
Errors Line contains a tab character. 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 '{' should be on a new line. 44
Errors Line contains a tab character. 45
Errors '(' is not followed by whitespace. 45
Errors ')' is not preceded with whitespace. 45
Errors Line contains a tab character. 46
Errors '(' is not followed by whitespace. 46
Errors ')' is not preceded with whitespace. 46
Errors Line contains a tab character. 47
Errors Line contains a tab character. 48
Errors Line contains a tab character. 49
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 61
Warnings Missing a Javadoc comment. 71

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

Violation Message Line
Errors Missing a Javadoc comment. 31
Warnings Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 62
Warnings Missing a Javadoc comment. 68

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

Violation Message Line
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 66
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 95

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

Violation Message Line
Infos Missing a Javadoc comment. 49
Infos Missing a Javadoc comment. 51
Infos Missing a Javadoc comment. 53
Warnings Missing a Javadoc comment. 55
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 85
Errors '+' should be on a new line. 106
Warnings Missing a Javadoc comment. 119
Warnings Missing a Javadoc comment. 128
Warnings Missing a Javadoc comment. 147
Warnings Missing a Javadoc comment. 173