The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
| FileLength | 0 | |
RegexpHeader
| 27 | |
FileTabCharacter
| 7 | |
LeftCurly
| 15 | |
RightCurly
| 1 | |
LineLength
| 21 | |
| MemberName | 0 | |
JavadocMethod
| 249 | |
JavadocType
| 0 | |
JavadocVariable
| 1 | |
| ConstantName | 3 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 2 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 1 | |
| TypeName | 0 | |
| AvoidStarImport | 1 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| MethodLength | 7 | |
| ParameterNumber | 1 | |
EmptyForIteratorPad
| 0 | |
| OperatorWrap | 72 | |
ParenPad
| 86 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 3 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
EmptyBlock
| 1 | |
| NeedBraces | 1 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
HiddenField
| 51 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 2 | |
MagicNumber
| 5 | |
| MissingSwitchDefault | 2 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
VisibilityModifier
| 8 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Expected an @return tag. | 178 | |
| Expected @param tag for 'dependency'. | 178 | |
| Expected an @return tag. | 203 | |
| Expected @param tag for 'dependency'. | 203 | |
| Expected @throws tag for 'MojoExecutionException'. | 204 | |
| Missing a Javadoc comment. | 221 | |
| 'includesFilter' hides a field. | 331 | |
| 'excludesFilter' hides a field. | 338 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 223 | |
| Line is longer than 120 characters. | 230 | |
| Expected @throws tag for 'MojoExecutionException'. | 270 | |
| Unused @throws tag for 'MojoExecutionException'. | 280 | |
| Expected @param tag for 'usePluginRepositories'. | 284 | |
| Expected @throws tag for 'MavenReportException'. | 285 | |
| Expected an @return tag. | 311 | |
| Expected an @return tag. | 319 | |
| Expected an @return tag. | 332 | |
| Expected an @return tag. | 340 | |
| Expected @param tag for 'locale'. | 340 | |
| Expected an @return tag. | 348 | |
| Expected @param tag for 'locale'. | 348 | |
| Missing a Javadoc comment. | 365 | |
| Missing a Javadoc comment. | 370 | |
| Missing a Javadoc comment. | 375 | |
| Missing a Javadoc comment. | 380 |
| Violation | Message | Line |
|---|---|---|
| Using the '.*' form of import should be avoided - java.util.*. | 36 | |
| Missing a Javadoc comment. | 68 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 107 | |
| Missing a Javadoc comment. | 113 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 201 | |
| Missing a Javadoc comment. | 213 | |
| Name 'safeBold_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 213 | |
| Missing a Javadoc comment. | 225 | |
| Missing a Javadoc comment. | 237 | |
| Name 'safeItalic_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 237 | |
| Missing a Javadoc comment. | 249 | |
| Missing a Javadoc comment. | 254 | |
| Missing a Javadoc comment. | 303 | |
| Method length is 169 lines (max allowed is 150). | 308 | |
| Missing a Javadoc comment. | 308 | |
| Line is longer than 120 characters. | 429 | |
| Line is longer than 120 characters. | 430 | |
| Missing a Javadoc comment. | 480 | |
| Missing a Javadoc comment. | 485 | |
| Missing a Javadoc comment. | 500 | |
| Missing a Javadoc comment. | 513 | |
| Missing a Javadoc comment. | 572 | |
| Method length is 207 lines (max allowed is 150). | 599 | |
| Missing a Javadoc comment. | 599 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 209 | |
| Line is longer than 120 characters. | 214 | |
| Expected @param tag for 'usePluginRepositories'. | 276 | |
| Expected @throws tag for 'MojoExecutionException'. | 277 | |
| Expected @throws tag for 'ArtifactMetadataRetrievalException'. | 415 | |
| '(' is not followed by whitespace. | 469 | |
| Expected @param tag for 'allowMajorUpdates'. | 469 | |
| Expected @param tag for 'allowMinorUpdates'. | 469 | |
| Expected @param tag for 'allowIncrementalUpdates'. | 470 | |
| ')' is not preceded with whitespace. | 470 | |
| Missing a Javadoc comment. | 497 | |
| ')' is not preceded with whitespace. | 498 | |
| '(' is not followed by whitespace. | 509 | |
| ')' is not preceded with whitespace. | 510 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 150 | |
| Line is longer than 120 characters. | 188 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 56 |
| Violation | Message | Line |
|---|---|---|
| Expected @throws tag for 'MavenReportException'. | 72 | |
| '&&' should be on a new line. | 125 | |
| '&&' should be on a new line. | 126 | |
| '&&' should be on a new line. | 127 | |
| '&&' should be on a new line. | 128 | |
| '||' should be on a new line. | 129 |
| Violation | Message | Line |
|---|---|---|
| '&&' should be on a new line. | 105 | |
| '&&' should be on a new line. | 106 | |
| '&&' should be on a new line. | 107 | |
| '&&' should be on a new line. | 108 | |
| '||' should be on a new line. | 109 | |
| Missing a Javadoc comment. | 124 | |
| Missing a Javadoc comment. | 130 | |
| ')' is not preceded with whitespace. | 133 | |
| '(' is not followed by whitespace. | 158 | |
| '(' is not followed by whitespace. | 158 | |
| ')' is not preceded with whitespace. | 158 | |
| ')' is not preceded with whitespace. | 158 | |
| '{' should be on a new line. | 158 | |
| Line contains a tab character. | 159 | |
| Line contains a tab character. | 164 | |
| '(' is not followed by whitespace. | 164 | |
| '(' is not followed by whitespace. | 164 | |
| ')' is not preceded with whitespace. | 164 | |
| ')' is not preceded with whitespace. | 164 | |
| '{' should be on a new line. | 164 | |
| Line is longer than 120 characters. | 165 | |
| Line contains a tab character. | 165 | |
| Line contains a tab character. | 166 | |
| Line contains a tab character. | 167 | |
| '(' is not followed by whitespace. | 167 | |
| '(' is not followed by whitespace. | 167 | |
| ')' is not preceded with whitespace. | 167 | |
| ')' is not preceded with whitespace. | 167 | |
| '{' should be on a new line. | 167 | |
| Line contains a tab character. | 168 | |
| Line contains a tab character. | 169 | |
| Line is longer than 120 characters. | 202 | |
| '(' is not followed by whitespace. | 203 | |
| ')' is not preceded with whitespace. | 204 | |
| '{' should be on a new line. | 204 |
| Violation | Message | Line |
|---|---|---|
| Empty catch block. | 263 | |
| Method length is 448 lines (max allowed is 150). | 374 | |
| Inner assignments should be avoided. | 554 | |
| '&&' should be on a new line. | 665 | |
| '+' should be on a new line. | 1360 | |
| '+' should be on a new line. | 1523 | |
| Method length is 172 lines (max allowed is 150). | 1547 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 93 | |
| Missing a Javadoc comment. | 186 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 56 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 53 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 63 | |
| Missing a Javadoc comment. | 76 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 57 | |
| Method length is 168 lines (max allowed is 150). | 352 | |
| '||' should be on a new line. | 439 | |
| '||' should be on a new line. | 440 | |
| '||' should be on a new line. | 441 | |
| '||' should be on a new line. | 442 | |
| '||' should be on a new line. | 443 | |
| '||' should be on a new line. | 444 |
| Violation | Message | Line |
|---|---|---|
| '&&' should be on a new line. | 66 | |
| '&&' should be on a new line. | 67 | |
| '&&' should be on a new line. | 73 | |
| Expected @throws tag for 'MavenReportException'. | 84 | |
| '&&' should be on a new line. | 142 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| Missing a Javadoc comment. | 125 | |
| Missing a Javadoc comment. | 130 | |
| Missing a Javadoc comment. | 135 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 145 | |
| Missing a Javadoc comment. | 150 | |
| Missing a Javadoc comment. | 155 | |
| Missing a Javadoc comment. | 160 | |
| Missing a Javadoc comment. | 165 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 175 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 98 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchRangeRegex' must be private and have accessor methods. | 82 | |
| Expected @throws tag for 'ArtifactMetadataRetrievalException'. | 106 | |
| '&&' should be on a new line. | 110 | |
| '&&' should be on a new line. | 111 | |
| Line is longer than 120 characters. | 154 | |
| ')' is not preceded with whitespace. | 184 | |
| '(' is not followed by whitespace. | 192 | |
| ')' is not preceded with whitespace. | 192 | |
| '(' is not followed by whitespace. | 198 | |
| ')' is not preceded with whitespace. | 198 | |
| '(' is not followed by whitespace. | 199 | |
| ')' is not preceded with whitespace. | 199 |
| Violation | Message | Line |
|---|---|---|
| 'groupId' hides a field. | 149 | |
| 'artifactId' hides a field. | 149 | |
| 'oldVersion' hides a field. | 149 | |
| 'newVersion' hides a field. | 149 | |
| Method length is 173 lines (max allowed is 150). | 165 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 55 |
| Violation | Message | Line |
|---|---|---|
| '+' should be on a new line. | 137 | |
| '+' should be on a new line. | 167 | |
| '+' should be on a new line. | 174 | |
| '+' should be on a new line. | 177 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 85 | |
| ')' is not preceded with whitespace. | 85 | |
| '(' is not followed by whitespace. | 86 | |
| ')' is not preceded with whitespace. | 86 | |
| 'property' hides a field. | 94 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 61 | |
| '(' is not followed by whitespace. | 119 | |
| ')' is not preceded with whitespace. | 120 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 80 | |
| '(' is not followed by whitespace. | 117 | |
| ')' is not preceded with whitespace. | 118 | |
| Line is longer than 120 characters. | 151 | |
| '(' is not followed by whitespace. | 152 | |
| '(' is not followed by whitespace. | 154 | |
| ')' is not preceded with whitespace. | 154 | |
| ')' is not preceded with whitespace. | 154 |
| Violation | Message | Line |
|---|---|---|
| '(' is not followed by whitespace. | 105 | |
| ')' is not preceded with whitespace. | 106 | |
| Line is longer than 120 characters. | 128 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 56 | |
| Expected @throws tag for 'ArtifactMetadataRetrievalException'. | 71 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 83 | |
| '(' is not followed by whitespace. | 120 | |
| ')' is not preceded with whitespace. | 121 | |
| Line is longer than 120 characters. | 154 | |
| '(' is not followed by whitespace. | 155 | |
| '(' is not followed by whitespace. | 157 | |
| ')' is not preceded with whitespace. | 157 | |
| ')' is not preceded with whitespace. | 157 |
| Violation | Message | Line |
|---|---|---|
| Variable 'matchSnapshotRegex' must be private and have accessor methods. | 55 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 103 | |
| Missing a Javadoc comment. | 111 | |
| Missing a Javadoc comment. | 119 | |
| Missing a Javadoc comment. | 124 | |
| 'includeSnapshots' hides a field. | 124 | |
| Missing a Javadoc comment. | 126 | |
| 'includeSnapshots' hides a field. | 126 | |
| Missing a Javadoc comment. | 131 | |
| 'currentVersion' hides a field. | 131 | |
| Missing a Javadoc comment. | 136 | |
| 'currentVersion' hides a field. | 136 | |
| 'includeSnapshots' hides a field. | 137 | |
| Line is longer than 120 characters. | 152 | |
| Redundant 'final' modifier. | 152 | |
| 'includeSnapshots' hides a field. | 152 | |
| '(' is not followed by whitespace. | 157 | |
| ')' is not preceded with whitespace. | 157 | |
| '(' is not followed by whitespace. | 159 | |
| ')' is not preceded with whitespace. | 159 | |
| Redundant 'final' modifier. | 165 | |
| 'includeSnapshots' hides a field. | 165 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 175 | |
| 'includeSnapshots' hides a field. | 176 | |
| Missing a Javadoc comment. | 181 | |
| 'includeSnapshots' hides a field. | 182 | |
| Missing a Javadoc comment. | 221 | |
| 'includeSnapshots' hides a field. | 222 | |
| Missing a Javadoc comment. | 228 | |
| 'includeSnapshots' hides a field. | 228 | |
| Missing a Javadoc comment. | 233 | |
| Missing a Javadoc comment. | 247 | |
| 'includeSnapshots' hides a field. | 247 | |
| Missing a Javadoc comment. | 252 | |
| 'includeSnapshots' hides a field. | 252 | |
| Missing a Javadoc comment. | 257 | |
| Missing a Javadoc comment. | 262 | |
| 'includeSnapshots' hides a field. | 262 | |
| Missing a Javadoc comment. | 267 | |
| 'includeSnapshots' hides a field. | 268 | |
| Missing a Javadoc comment. | 273 | |
| 'includeSnapshots' hides a field. | 274 | |
| Missing a Javadoc comment. | 280 | |
| 'includeSnapshots' hides a field. | 281 | |
| Missing a Javadoc comment. | 320 | |
| 'includeSnapshots' hides a field. | 321 | |
| Missing a Javadoc comment. | 326 | |
| 'includeSnapshots' hides a field. | 327 | |
| Missing a Javadoc comment. | 360 | |
| 'currentVersion' hides a field. | 360 | |
| Missing a Javadoc comment. | 365 | |
| 'currentVersion' hides a field. | 365 | |
| Missing a Javadoc comment. | 370 | |
| 'currentVersion' hides a field. | 370 | |
| Missing a Javadoc comment. | 375 | |
| 'currentVersion' hides a field. | 375 | |
| Missing a Javadoc comment. | 380 | |
| 'currentVersion' hides a field. | 380 | |
| Missing a Javadoc comment. | 385 | |
| 'currentVersion' hides a field. | 385 | |
| Missing a Javadoc comment. | 390 | |
| 'currentVersion' hides a field. | 390 | |
| 'includeSnapshots' hides a field. | 391 | |
| Missing a Javadoc comment. | 396 | |
| 'currentVersion' hides a field. | 396 | |
| 'includeSnapshots' hides a field. | 397 | |
| Missing a Javadoc comment. | 402 | |
| 'currentVersion' hides a field. | 402 | |
| 'includeSnapshots' hides a field. | 403 | |
| Missing a Javadoc comment. | 408 | |
| 'currentVersion' hides a field. | 408 | |
| 'includeSnapshots' hides a field. | 409 | |
| Missing a Javadoc comment. | 414 | |
| 'currentVersion' hides a field. | 414 | |
| 'includeSnapshots' hides a field. | 415 | |
| Missing a Javadoc comment. | 420 | |
| 'currentVersion' hides a field. | 420 | |
| 'includeSnapshots' hides a field. | 421 | |
| Missing a Javadoc comment. | 426 | |
| Missing a Javadoc comment. | 431 | |
| Missing a Javadoc comment. | 436 | |
| Missing a Javadoc comment. | 441 | |
| 'includeSnapshots' hides a field. | 441 | |
| Missing a Javadoc comment. | 450 | |
| 'includeSnapshots' hides a field. | 450 | |
| Missing a Javadoc comment. | 459 | |
| 'includeSnapshots' hides a field. | 459 | |
| Missing a Javadoc comment. | 468 | |
| Missing a Javadoc comment. | 473 | |
| Missing a Javadoc comment. | 478 | |
| Missing a Javadoc comment. | 483 | |
| 'includeSnapshots' hides a field. | 483 | |
| Missing a Javadoc comment. | 488 | |
| 'includeSnapshots' hides a field. | 488 | |
| Missing a Javadoc comment. | 493 | |
| 'includeSnapshots' hides a field. | 493 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 38 |
| Violation | Message | Line |
|---|---|---|
| 'if' construct must use '{}'s. | 96 | |
| '(' is not followed by whitespace. | 96 | |
| '(' is not followed by whitespace. | 98 | |
| ')' is not preceded with whitespace. | 98 | |
| '{' should be on a new line. | 98 | |
| '(' is not followed by whitespace. | 100 | |
| ')' is not preceded with whitespace. | 100 | |
| '{' should be on a new line. | 100 | |
| '(' is not followed by whitespace. | 102 | |
| ')' is not preceded with whitespace. | 102 | |
| '{' should be on a new line. | 102 | |
| '(' is not followed by whitespace. | 104 | |
| ')' is not preceded with whitespace. | 104 | |
| '{' should be on a new line. | 104 | |
| '(' is not followed by whitespace. | 108 | |
| ')' is not preceded with whitespace. | 108 | |
| '{' should be on a new line. | 108 | |
| '(' is not followed by whitespace. | 110 | |
| ')' is not preceded with whitespace. | 110 | |
| '{' should be on a new line. | 110 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 176 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| '31' is a magic number. | 107 | |
| '31' is a magic number. | 108 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 120 characters. | 179 | |
| More than 7 parameters. | 183 | |
| Expected @param tag for 'artifactResolver'. | 183 | |
| Line is longer than 120 characters. | 184 | |
| Line is longer than 120 characters. | 186 | |
| Expected @throws tag for 'MojoExecutionException'. | 187 | |
| Missing a Javadoc comment. | 230 | |
| '(' is not followed by whitespace. | 234 | |
| ')' is not preceded with whitespace. | 234 | |
| '+' should be on a new line. | 562 | |
| '+' should be on a new line. | 597 | |
| ')' is not preceded with whitespace. | 598 | |
| '(' is not followed by whitespace. | 600 | |
| ')' is not preceded with whitespace. | 600 | |
| '+' should be on a new line. | 668 | |
| '+' should be on a new line. | 700 | |
| '&&' should be on a new line. | 729 | |
| '+' should be on a new line. | 732 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 77 | |
| Line is longer than 120 characters. | 306 | |
| '+' should be on a new line. | 489 | |
| '+' should be on a new line. | 492 | |
| '+' should be on a new line. | 493 | |
| '&&' should be on a new line. | 539 | |
| '&&' should be on a new line. | 558 | |
| '+' should be on a new line. | 644 | |
| '&&' should be on a new line. | 690 | |
| '&&' should be on a new line. | 707 | |
| Line is longer than 120 characters. | 844 | |
| Expected @param tag for 'builder'. | 1255 | |
| Expected @param tag for 'logger'. | 1257 | |
| '&&' should be on a new line. | 1398 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 141 | |
| Line is longer than 120 characters. | 163 | |
| '&&' should be on a new line. | 186 | |
| '&&' should be on a new line. | 214 | |
| '+' should be on a new line. | 292 | |
| '+' should be on a new line. | 293 | |
| '+' should be on a new line. | 294 | |
| Missing a Javadoc comment. | 302 | |
| Missing a Javadoc comment. | 307 | |
| Missing a Javadoc comment. | 312 | |
| Missing a Javadoc comment. | 317 | |
| '+' should be on a new line. | 319 | |
| Missing a Javadoc comment. | 323 | |
| 'helper' hides a field. | 324 | |
| '+' should be on a new line. | 328 | |
| '+' should be on a new line. | 359 | |
| '+' should be on a new line. | 428 | |
| '+' should be on a new line. | 429 | |
| '+' should be on a new line. | 430 | |
| '+' should be on a new line. | 431 | |
| '+' should be on a new line. | 457 | |
| '+' should be on a new line. | 458 | |
| '+' should be on a new line. | 459 | |
| '+' should be on a new line. | 480 | |
| '+' should be on a new line. | 481 | |
| '+' should be on a new line. | 482 | |
| '+' should be on a new line. | 483 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| '+' should be on a new line. | 256 | |
| '+' should be on a new line. | 257 | |
| '+' should be on a new line. | 258 | |
| '+' should be on a new line. | 259 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Unused import - org.apache.maven.artifact.metadata.ArtifactMetadataRetrievalException. | 22 | |
| Unused @throws tag for 'ArtifactMetadataRetrievalException'. | 259 | |
| Expected @throws tag for 'CloneNotSupportedException'. | 372 | |
| Expected an @return tag. | 384 | |
| Expected @param tag for 'o'. | 384 | |
| Unused @throws tag for 'IllegalArgumentException'. | 414 | |
| Unused @throws tag for 'NullPointerException'. | 416 | |
| Missing a Javadoc comment. | 432 | |
| Name 'levelConstants' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 478 | |
| Expected @throws tag for 'Throwable'. | 495 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 434 | |
| Missing a Javadoc comment. | 436 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Unused import - java.util.List. | 41 | |
| Expected @throws tag for 'InvalidVersionSpecificationException'. | 200 | |
| Expected @throws tag for 'InvalidVersionSpecificationException'. | 213 | |
| Expected @throws tag for 'InvalidVersionSpecificationException'. | 226 | |
| Expected @throws tag for 'InvalidVersionSpecificationException'. | 239 | |
| Expected @throws tag for 'ArtifactResolutionException'. | 277 | |
| Expected @throws tag for 'ArtifactNotFoundException'. | 277 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 120 characters. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 43 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 65 | |
| Missing a Javadoc comment. | 98 | |
| '31' is a magic number. | 101 | |
| '31' is a magic number. | 102 | |
| '31' is a magic number. | 103 | |
| Missing a Javadoc comment. | 107 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 42 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 88 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 121 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 50 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Redundant 'public' modifier. | 46 | |
| Redundant 'public' modifier. | 48 | |
| Redundant 'public' modifier. | 50 | |
| Redundant 'public' modifier. | 52 | |
| Redundant 'public' modifier. | 54 | |
| Redundant 'public' modifier. | 56 | |
| Name 'BigInteger_ZERO' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 65 | |
| 'static' modifier out of order with the JLS suggestions. | 126 | |
| 'static' modifier out of order with the JLS suggestions. | 128 | |
| Name '_QUALIFIERS' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 128 | |
| 'static' modifier out of order with the JLS suggestions. | 130 | |
| Name 'RELEASE_VERSION_INDEX' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 143 | |
| switch without "default" clause. | 152 | |
| Missing a Javadoc comment. | 322 | |
| Missing a Javadoc comment. | 327 | |
| Inner assignments should be avoided. | 380 | |
| Missing a Javadoc comment. | 427 | |
| Missing a Javadoc comment. | 432 | |
| Missing a Javadoc comment. | 437 | |
| Missing a Javadoc comment. | 442 |
| Violation | Message | Line |
|---|---|---|
| '&&' should be on a new line. | 57 | |
| switch without "default" clause. | 125 | |
| '||' should be on a new line. | 199 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 54 | |
| '||' should be on a new line. | 107 |
| Violation | Message | Line |
|---|---|---|
| Method length is 169 lines (max allowed is 150). | 164 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| '{' should be on a new line. | 34 | |
| Missing a Javadoc comment. | 37 | |
| '(' is not followed by whitespace. | 37 | |
| ')' is not preceded with whitespace. | 37 | |
| '{' should be on a new line. | 37 | |
| Missing a Javadoc comment. | 41 | |
| '(' is not followed by whitespace. | 41 | |
| ')' is not preceded with whitespace. | 41 | |
| '{' should be on a new line. | 41 | |
| '(' is not followed by whitespace. | 42 | |
| ')' is not preceded with whitespace. | 42 | |
| '(' is not followed by whitespace. | 43 | |
| ')' is not preceded with whitespace. | 43 | |
| '(' is not followed by 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. | 46 | |
| ')' is not preceded with whitespace. | 46 | |
| '{' should be on a new line. | 46 | |
| '}' should be alone on a line. | 48 | |
| '(' is not followed by whitespace. | 48 | |
| ')' is not preceded with whitespace. | 48 | |
| '{' should be on a new line. | 48 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^/\*\s*$'. | 3 | |
| Missing a Javadoc comment. | 63 |
| Violation | Message | Line |
|---|---|---|
| '&&' should be on a new line. | 360 | |
| '&&' should be on a new line. | 425 | |
| Missing a Javadoc comment. | 482 | |
| Missing a Javadoc comment. | 588 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Line is longer than 120 characters. | 24 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^\s*$'. | 2 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 67 | |
| Missing a Javadoc comment. | 128 | |
| Missing a Javadoc comment. | 134 | |
| Missing a Javadoc comment. | 140 | |
| Missing a Javadoc comment. | 146 | |
| Missing a Javadoc comment. | 152 | |
| Missing a Javadoc comment. | 158 | |
| Missing a Javadoc comment. | 164 | |
| Missing a Javadoc comment. | 170 | |
| Missing a Javadoc comment. | 176 | |
| Missing a Javadoc comment. | 182 | |
| Missing a Javadoc comment. | 188 | |
| Missing a Javadoc comment. | 194 | |
| Missing a Javadoc comment. | 200 | |
| Missing a Javadoc comment. | 205 | |
| Missing a Javadoc comment. | 210 | |
| Missing a Javadoc comment. | 215 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Licensed to the Apache Software Foundation \(ASF\) under one\s*$'. | 4 | |
| Missing a Javadoc comment. | 97 |