The following document contains the results of Checkstyle.
Files | Infos | Warnings | Errors |
---|---|---|---|
64 | 42 | 409 | 228 |
Rules | Violations | Severity |
---|---|---|
LeftCurly
|
5 | Error |
RightCurly
|
2 | Error |
LineLength
|
28 | Error |
MemberName | 0 | Error |
JavadocMethod
|
398 | Warning |
JavadocType
|
8 | Error |
JavadocVariable
|
42 | Info |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
RegexpHeader
|
2 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 0 | Error |
UnusedImports | 1 | Error |
FileLength | 0 | Error |
MethodLength | 1 | Error |
ParameterNumber | 14 | Error |
EmptyForIteratorPad
|
0 | Error |
OperatorWrap | 13 | Error |
ParenPad
|
48 | Error |
TabCharacter | 0 | Error |
WhitespaceAfter | 6 | Error |
WhitespaceAround | 81 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 1 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock
|
0 | Error |
NeedBraces | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField
|
11 | Warning |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber
|
14 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 2 | Error |
SimplifyBooleanExpression | 1 | Error |
SimplifyBooleanReturn | 0 | Error |
InterfaceIsType | 1 | Error |
VisibilityModifier
|
0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 42 | |
'<' is not followed by whitespace. | 42 | |
'>' is not preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 67 | |
Missing a Javadoc comment. | 69 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 87 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 93 | |
Expected @param tag for 'baseVersion'. | 98 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 104 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 108 | |
'<' is not preceded with whitespace. | 108 | |
'<' is not followed by whitespace. | 108 | |
'?' is not preceded with whitespace. | 108 | |
'>' is not preceded with whitespace. | 108 | |
'?' is not followed by whitespace. | 108 | |
Missing a Javadoc comment. | 110 | |
'<' is not preceded with whitespace. | 110 | |
'<' is not followed by whitespace. | 110 | |
'>' is not preceded with whitespace. | 110 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 114 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 118 | |
Missing a Javadoc comment. | 120 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 124 | |
Missing a Javadoc comment. | 126 | |
'<' is not preceded with whitespace. | 131 | |
'<' is not followed by whitespace. | 131 | |
'>' is not preceded with whitespace. | 131 | |
'<' is not preceded with whitespace. | 136 | |
'<' is not followed by whitespace. | 136 | |
'>' is not preceded with whitespace. | 136 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 140 | |
Missing a Javadoc comment. | 142 | |
Missing a Javadoc comment. | 144 | |
Missing a Javadoc comment. | 146 | |
Missing a Javadoc comment. | 148 | |
Missing a Javadoc comment. | 150 | |
Missing a Javadoc comment. | 152 | |
Missing a Javadoc comment. | 154 | |
Missing a Javadoc comment. | 156 | |
Expected @param tag for 'handler'. | 161 | |
Missing a Javadoc comment. | 163 | |
Missing a Javadoc comment. | 165 | |
Missing a Javadoc comment. | 167 | |
'<' is not preceded with whitespace. | 167 | |
'<' is not followed by whitespace. | 167 | |
'>' is not preceded with whitespace. | 167 | |
Missing a Javadoc comment. | 169 | |
'<' is not preceded with whitespace. | 169 | |
'<' is not followed by whitespace. | 169 | |
'>' is not preceded with whitespace. | 169 | |
Missing a Javadoc comment. | 171 | |
Missing a Javadoc comment. | 173 | |
Missing a Javadoc comment. | 175 | |
Missing a Javadoc comment. | 178 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 94 | |
Missing a Javadoc comment. | 111 | |
Missing a Javadoc comment. | 116 | |
Missing a Javadoc comment. | 121 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 39 | |
'&&' should be on a new line. | 41 | |
Line is longer than 120 characters. | 42 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 59 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 82 | |
'+' should be on a new line. | 85 | |
Missing a Javadoc comment. | 89 | |
Missing a Javadoc comment. | 106 | |
Missing a Javadoc comment. | 123 |
Violation | Message | Line |
---|---|---|
'<' is not preceded with whitespace. | 74 | |
'<' is not followed by whitespace. | 74 | |
'>' is not preceded with whitespace. | 74 | |
'<' is not preceded with whitespace. | 84 | |
'<' is not followed by whitespace. | 84 | |
'>' is not preceded with whitespace. | 84 | |
'<' is not preceded with whitespace. | 86 | |
'<' is not followed by whitespace. | 86 | |
'>' is not preceded with whitespace. | 86 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 96 | |
More than 7 parameters. | 96 | |
Missing a Javadoc comment. | 157 | |
Missing a Javadoc comment. | 162 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 194 | |
Missing a Javadoc comment. | 199 | |
Missing a Javadoc comment. | 204 | |
Missing a Javadoc comment. | 209 | |
Missing a Javadoc comment. | 214 | |
Missing a Javadoc comment. | 223 | |
Missing a Javadoc comment. | 228 | |
Missing a Javadoc comment. | 249 | |
'<' is not preceded with whitespace. | 253 | |
'<' is not followed by whitespace. | 253 | |
'>' is not preceded with whitespace. | 253 | |
'>' is not followed by whitespace. | 253 | |
Missing a Javadoc comment. | 267 | |
'<' is not preceded with whitespace. | 267 | |
'<' is not followed by whitespace. | 267 | |
'?' is not preceded with whitespace. | 267 | |
'>' is not preceded with whitespace. | 267 | |
'?' is not followed by whitespace. | 267 | |
'<' is not preceded with whitespace. | 269 | |
'<' is not followed by whitespace. | 269 | |
'>' is not preceded with whitespace. | 269 | |
Missing a Javadoc comment. | 285 | |
'<' is not preceded with whitespace. | 285 | |
'<' is not followed by whitespace. | 285 | |
'>' is not preceded with whitespace. | 285 | |
'<' is not preceded with whitespace. | 287 | |
'<' is not followed by whitespace. | 287 | |
'>' is not preceded with whitespace. | 287 | |
Missing a Javadoc comment. | 304 | |
Missing a Javadoc comment. | 330 | |
'17' is a magic number. | 332 | |
'37' is a magic number. | 333 | |
'37' is a magic number. | 334 | |
'37' is a magic number. | 335 | |
'37' is a magic number. | 338 | |
'37' is a magic number. | 340 | |
Missing a Javadoc comment. | 344 | |
Missing a Javadoc comment. | 384 | |
Missing a Javadoc comment. | 397 | |
Missing a Javadoc comment. | 407 | |
Missing a Javadoc comment. | 412 | |
'baseVersion' hides a field. | 412 | |
Missing a Javadoc comment. | 425 | |
Missing a Javadoc comment. | 465 | |
'version' hides a field. | 465 | |
Missing a Javadoc comment. | 471 | |
Missing a Javadoc comment. | 476 | |
Missing a Javadoc comment. | 481 | |
Missing a Javadoc comment. | 486 | |
Missing a Javadoc comment. | 491 | |
Missing a Javadoc comment. | 496 | |
'<' is not preceded with whitespace. | 496 | |
'<' is not followed by whitespace. | 496 | |
'>' is not preceded with whitespace. | 496 | |
Missing a Javadoc comment. | 501 | |
'<' is not preceded with whitespace. | 501 | |
'<' is not followed by whitespace. | 501 | |
'>' is not preceded with whitespace. | 501 | |
Missing a Javadoc comment. | 506 | |
Missing a Javadoc comment. | 511 | |
Missing a Javadoc comment. | 524 | |
Missing a Javadoc comment. | 544 | |
'version' hides a field. | 544 | |
Missing a Javadoc comment. | 550 | |
Missing a Javadoc comment. | 555 | |
Missing a Javadoc comment. | 560 | |
Missing a Javadoc comment. | 572 | |
Missing a Javadoc comment. | 577 | |
Missing a Javadoc comment. | 582 | |
'version' hides a field. | 582 | |
Missing a Javadoc comment. | 588 | |
Missing a Javadoc comment. | 593 | |
Missing a Javadoc comment. | 598 | |
Missing a Javadoc comment. | 603 | |
'<' is not preceded with whitespace. | 603 | |
'<' is not followed by whitespace. | 603 | |
'>' is not preceded with whitespace. | 603 | |
Missing a Javadoc comment. | 608 | |
'<' is not preceded with whitespace. | 608 | |
'<' is not followed by whitespace. | 608 | |
'>' is not preceded with whitespace. | 608 | |
Missing a Javadoc comment. | 613 | |
Missing a Javadoc comment. | 618 | |
Missing a Javadoc comment. | 624 | |
Missing a Javadoc comment. | 630 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Line is longer than 120 characters. | 45 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 71 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 81 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 44 | |
More than 7 parameters. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 67 | |
More than 7 parameters. | 67 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 83 | |
Missing a Javadoc comment. | 88 | |
Missing a Javadoc comment. | 93 | |
Missing a Javadoc comment. | 98 | |
More than 7 parameters. | 120 | |
Missing a Javadoc comment. | 162 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 73 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 91 | |
Missing a Javadoc comment. | 96 | |
Missing a Javadoc comment. | 106 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 39 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
'(' is not followed by whitespace. | 62 |
Violation | Message | Line |
---|---|---|
Expected an @return tag. | 38 | |
Expected an @return tag. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 49 | |
Missing a Javadoc comment. | 51 | |
Expected @throws tag for 'RepositoryMetadataStoreException'. | 84 | |
Missing a Javadoc comment. | 86 |
Violation | Message | Line |
---|---|---|
Expected @param tag for 'message'. | 39 | |
Expected @param tag for 'cause'. | 47 | |
Expected @param tag for 'message'. | 55 | |
Expected @param tag for 'cause'. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 66 |
Violation | Message | Line |
---|---|---|
Unused import - org.apache.maven.artifact.versioning.ArtifactVersion. | 24 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Expected an @return tag. | 45 | |
Expected @param tag for 'artifact'. | 45 | |
Expected @param tag for 'localRepository'. | 45 | |
Expected @param tag for 'remoteRepositories'. | 45 | |
Expected @throws tag for 'ArtifactMetadataRetrievalException'. | 46 | |
Line is longer than 120 characters. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 46 | |
Missing a Javadoc comment. | 48 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 75 | |
Missing a Javadoc comment. | 80 | |
Missing a Javadoc comment. | 85 | |
Missing a Javadoc comment. | 90 | |
Missing a Javadoc comment. | 95 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 63 | |
Missing a Javadoc comment. | 88 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 58 | |
Missing a Javadoc comment. | 74 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
';' is not followed by whitespace. | 1 | |
Line does not match expected header line of '^\s*$'. | 2 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 36 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 58 | |
More than 7 parameters. | 58 | |
Missing a Javadoc comment. | 64 | |
More than 7 parameters. | 64 | |
Line is longer than 120 characters. | 65 | |
Missing a Javadoc comment. | 79 | |
Missing a Javadoc comment. | 84 | |
Missing a Javadoc comment. | 89 | |
',' is not followed by whitespace. | 93 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 102 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 138 | |
Missing a Javadoc comment. | 143 | |
Missing a Javadoc comment. | 148 | |
Line is longer than 120 characters. | 209 | |
Missing a Javadoc comment. | 209 | |
More than 7 parameters. | 209 | |
'(' is not followed by whitespace. | 249 | |
'!=' is not followed by whitespace. | 249 | |
')' is not preceded with whitespace. | 249 | |
'(' is not followed by whitespace. | 274 | |
'!=' is not followed by whitespace. | 274 | |
')' is not preceded with whitespace. | 274 | |
Missing a Javadoc comment. | 293 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 45 | |
More than 7 parameters. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 46 | |
Line is longer than 120 characters. | 48 | |
Line is longer than 120 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
More than 7 parameters. | 52 | |
Line is longer than 120 characters. | 55 | |
',' is not followed by whitespace. | 55 | |
More than 7 parameters. | 61 | |
Line is longer than 120 characters. | 64 | |
Missing a Javadoc comment. | 70 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
More than 7 parameters. | 33 | |
Missing a Javadoc comment. | 39 | |
',' is not followed by whitespace. | 42 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 57 | |
Missing a Javadoc comment. | 62 | |
'resolutionNodes' hides a field. | 62 | |
Missing a Javadoc comment. | 70 | |
'+' is not preceded with whitespace. | 72 | |
'+' is not followed by whitespace. | 72 | |
'+' is not preceded with whitespace. | 72 | |
'+' is not followed by whitespace. | 72 | |
'+' is not preceded with whitespace. | 72 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 78 | |
Missing a Javadoc comment. | 86 | |
More than 7 parameters. | 86 | |
Missing a Javadoc comment. | 96 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 61 | |
More than 7 parameters. | 61 | |
Line is longer than 120 characters. | 74 | |
Line is longer than 120 characters. | 126 | |
Line is longer than 120 characters. | 127 | |
Line is longer than 120 characters. | 143 | |
Method length is 296 lines (max allowed is 150). | 143 | |
More than 7 parameters. | 143 | |
Redundant throws: 'CyclicDependencyException' is subclass of 'ArtifactResolutionException'. | 146 | |
Redundant throws: 'OverConstrainedVersionException' is subclass of 'ArtifactResolutionException'. | 146 | |
')' is not preceded with whitespace. | 154 | |
Line is longer than 120 characters. | 196 | |
Line is longer than 120 characters. | 215 | |
'+' should be on a new line. | 215 | |
Line is longer than 120 characters. | 223 | |
'(' is not followed by whitespace. | 224 | |
')' is not preceded with whitespace. | 224 | |
Line is longer than 120 characters. | 230 | |
'(' is not followed by whitespace. | 230 | |
'+' is not preceded with whitespace. | 230 | |
'+' is not preceded with whitespace. | 230 | |
'+' is not followed by whitespace. | 230 | |
'+' is not preceded with whitespace. | 230 | |
')' is not preceded with whitespace. | 230 | |
Line is longer than 120 characters. | 258 | |
Line is longer than 120 characters. | 370 | |
'+' should be on a new line. | 370 | |
'+' should be on a new line. | 374 | |
Line is longer than 120 characters. | 387 | |
Line is longer than 120 characters. | 397 | |
Line is longer than 120 characters. | 431 | |
Line is longer than 120 characters. | 435 | |
'||' should be on a new line. | 486 | |
'&&' should be on a new line. | 493 | |
'(' is not followed by whitespace. | 564 | |
')' is not preceded with whitespace. | 564 | |
'{' should be on a new line. | 564 | |
'}' should be alone on a line. | 567 | |
'{' should be on a new line. | 567 | |
'(' is not followed by whitespace. | 572 | |
')' is not preceded with whitespace. | 572 | |
'{' should be on a new line. | 572 | |
'}' should be alone on a line. | 575 | |
'{' should be on a new line. | 575 | |
'||' should be on a new line. | 583 |
Violation | Message | Line |
---|---|---|
Line is longer than 120 characters. | 41 | |
Expected @param tag for 'originatingArtifact'. | 41 | |
Expected @param tag for 'missingArtifacts'. | 41 | |
Expected @param tag for 'remoteRepositories'. | 41 | |
Line is longer than 120 characters. | 94 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 62 | |
Missing a Javadoc comment. | 64 | |
Missing a Javadoc comment. | 66 | |
Missing a Javadoc comment. | 68 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 74 | |
Missing a Javadoc comment. | 76 | |
Missing a Javadoc comment. | 78 | |
Expected @param tag for 'artifact'. | 83 | |
Expected @param tag for 'replacement'. | 83 | |
Missing a Javadoc comment. | 92 | |
Missing a Javadoc comment. | 103 | |
Missing a Javadoc comment. | 105 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 61 | |
Missing a Javadoc comment. | 72 | |
Missing a Javadoc comment. | 77 | |
Missing a Javadoc comment. | 82 | |
Missing a Javadoc comment. | 87 | |
'remoteRepositories' hides a field. | 87 | |
Expected @throws tag for 'OverConstrainedVersionException'. | 120 | |
'artifact' hides a field. | 127 | |
'artifact' hides a field. | 142 | |
'(' is not followed by whitespace. | 149 | |
')' is not preceded with whitespace. | 149 | |
Line is longer than 120 characters. | 155 | |
'(' is not followed by whitespace. | 155 | |
'+' is not preceded with whitespace. | 155 | |
',' is not followed by whitespace. | 155 | |
')' is not preceded with whitespace. | 155 | |
Missing a Javadoc comment. | 167 | |
Missing a Javadoc comment. | 172 | |
Missing a Javadoc comment. | 177 | |
Missing a Javadoc comment. | 182 | |
Missing a Javadoc comment. | 187 | |
Missing a Javadoc comment. | 192 | |
Missing a Javadoc comment. | 197 | |
Missing a Javadoc comment. | 211 | |
Missing a Javadoc comment. | 224 | |
'artifact' hides a field. | 232 | |
Missing a Javadoc comment. | 242 |
Violation | Message | Line |
---|---|---|
interfaces should describe a type and hence have methods. | 26 | |
Missing a Javadoc comment. | 28 | |
Redundant 'static' modifier. | 28 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 53 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 37 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 43 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 35 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 44 | |
Missing a Javadoc comment. | 80 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 37 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 38 | |
Line is longer than 120 characters. | 48 | |
'<' is not preceded with whitespace. | 48 | |
'<' is not followed by whitespace. | 48 | |
'>' is not preceded with whitespace. | 48 | |
Expected @throws tag for 'ArtifactResolutionException'. | 49 | |
Expected @throws tag for 'ArtifactNotFoundException'. | 49 | |
Expected @throws tag for 'ArtifactInstallationException'. | 59 | |
Expected @throws tag for 'ArtifactDeploymentException'. | 71 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Line is longer than 120 characters. | 46 | |
'<' is not preceded with whitespace. | 46 | |
'<' is not followed by whitespace. | 46 | |
'>' is not preceded with whitespace. | 46 | |
Expected @throws tag for 'ArtifactResolutionException'. | 47 | |
Expected @throws tag for 'ArtifactNotFoundException'. | 47 | |
Expected @throws tag for 'ArtifactInstallationException'. | 57 | |
Expected @throws tag for 'ArtifactDeploymentException'. | 69 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 38 | |
Missing a Javadoc comment. | 40 | |
Missing a Javadoc comment. | 42 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 45 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 107 | |
Missing a Javadoc comment. | 112 | |
Missing a Javadoc comment. | 117 | |
Missing a Javadoc comment. | 122 | |
Missing a Javadoc comment. | 127 | |
Missing a Javadoc comment. | 132 | |
Missing a Javadoc comment. | 237 | |
Missing a Javadoc comment. | 242 | |
Expression can be simplified. | 249 | |
Missing a Javadoc comment. | 257 | |
'1229' is a magic number. | 259 | |
'1223' is a magic number. | 261 | |
'1223' is a magic number. | 262 | |
'1223' is a magic number. | 263 | |
'1223' is a magic number. | 264 | |
'1223' is a magic number. | 268 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 31 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
'(' is not followed by whitespace. | 28 | |
')' is not preceded with whitespace. | 28 | |
'(' is not followed by whitespace. | 31 | |
')' is not preceded with whitespace. | 31 | |
'(' is not followed by whitespace. | 33 | |
')' is not preceded with whitespace. | 33 | |
Missing a Javadoc comment. | 37 | |
'(' is not followed by whitespace. | 39 | |
')' is not preceded with whitespace. | 39 | |
'(' is not followed by whitespace. | 41 | |
')' is not preceded with whitespace. | 41 | |
'cast' is not followed by whitespace. | 43 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
'(' is not followed by whitespace. | 44 | |
'(' is not followed by whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
')' is not preceded with whitespace. | 44 | |
'(' is not followed by whitespace. | 45 | |
')' is not preceded with whitespace. | 45 | |
'(' is not followed by whitespace. | 47 | |
')' is not preceded with whitespace. | 47 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 36 | |
Missing a Javadoc comment. | 41 |
Violation | Message | Line |
---|---|---|
Line does not match expected header line of '^/\*\s*$'. | 3 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 50 | |
Missing a Javadoc comment. | 55 | |
Missing a Javadoc comment. | 60 | |
Missing a Javadoc comment. | 65 | |
Missing a Javadoc comment. | 70 | |
Missing a Javadoc comment. | 100 | |
Missing a Javadoc comment. | 129 | |
'(' is not followed by whitespace. | 136 | |
Missing a Javadoc comment. | 179 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 47 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 57 | |
Expected @throws tag for 'InvalidVersionSpecificationException'. | 91 | |
Missing a Javadoc comment. | 217 | |
Unused @throws tag for 'NullPointerException'. | 246 | |
'restrictions' hides a field. | 253 | |
'&&' should be on a new line. | 277 | |
'(' is not followed by whitespace. | 291 | |
')' is not preceded with whitespace. | 291 | |
'restrictions' hides a field. | 309 | |
'||' should be on a new line. | 318 | |
'||' should be on a new line. | 321 | |
Missing a Javadoc comment. | 456 | |
Missing a Javadoc comment. | 476 | |
Missing a Javadoc comment. | 494 | |
Missing a Javadoc comment. | 518 | |
Missing a Javadoc comment. | 538 | |
Missing a Javadoc comment. | 551 | |
Missing a Javadoc comment. | 556 | |
'(' is not followed by whitespace. | 558 | |
')' is not preceded with whitespace. | 558 | |
'{' is not preceded with whitespace. | 558 | |
'{' should be on a new line. | 558 | |
'(' is not followed by whitespace. | 561 | |
'(' is not followed by whitespace. | 561 | |
')' is not preceded with whitespace. | 561 | |
'||' should be on a new line. | 568 | |
'||' should be on a new line. | 571 | |
Missing a Javadoc comment. | 576 | |
'31' is a magic number. | 579 | |
'31' is a magic number. | 580 |