The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 11 | 0 | 0 | 243 |
| Rules | Violations | Severity |
|---|---|---|
LeftCurly
| 0 | |
RightCurly
| 0 | |
LineLength
| 5 | |
| MemberName | 0 | |
| JavadocMethod | 78 | |
| JavadocType | 2 | |
| JavadocVariable | 29 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
RegexpHeader
| 11 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| OperatorWrap | 2 | |
ParenPad
| 12 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 58 | |
| ModifierOrder | 1 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 3 | |
| NeedBraces | 14 | |
| AvoidInlineConditionals | 3 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 17 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 58 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Expected @param tag for 'context'. | 44 | |
| Expected @throws tag for 'JobExecutionException'. | 45 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 33 | |
| 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 | |
| 'repository' hides a field. | 46 | |
| 'resourceFile' hides a field. | 46 | |
| 'action' hides a field. | 46 | |
| 'context' hides a field. | 47 | |
| Missing a Javadoc comment. | 55 | |
| 'repository' hides a field. | 55 | |
| 'resourceFile' hides a field. | 55 | |
| 'action' hides a field. | 55 | |
| 'context' hides a field. | 56 | |
| 'executeOnEntireRepo' hides a field. | 56 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 67 | |
| 'executeOnEntireRepo' hides a field. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 77 | |
| Missing a Javadoc comment. | 82 | |
| Missing a Javadoc comment. | 87 | |
| Missing a Javadoc comment. | 94 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 104 | |
| Avoid inline conditionals. | 111 | |
| Missing a Javadoc comment. | 115 | |
| 'if' construct must use '{}'s. | 118 | |
| 'if' construct must use '{}'s. | 120 | |
| 'if' construct must use '{}'s. | 122 | |
| 'if' construct must use '{}'s. | 125 | |
| 'if' construct must use '{}'s. | 127 | |
| 'if' construct must use '{}'s. | 131 | |
| 'if' construct must use '{}'s. | 134 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 62 | |
| Missing a Javadoc comment. | 71 | |
| Missing a Javadoc comment. | 77 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 60 | |
| Missing a Javadoc comment. | 84 | |
| Missing a Javadoc comment. | 86 | |
| Missing a Javadoc comment. | 92 | |
| '(' is not followed by whitespace. | 92 | |
| ')' is not preceded with whitespace. | 92 | |
| 'task' hides a field. | 93 | |
| '<' is not preceded with whitespace. | 129 | |
| '<' is not followed by whitespace. | 129 | |
| '>' is not preceded with whitespace. | 129 | |
| '<' is not preceded with whitespace. | 129 | |
| '<' is not followed by whitespace. | 129 | |
| '>' is not preceded with whitespace. | 129 | |
| '>' is not followed by whitespace. | 129 | |
| Missing a Javadoc comment. | 158 | |
| '(' is not followed by whitespace. | 158 | |
| ')' is not preceded with whitespace. | 158 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '<' is not preceded with whitespace. | 180 | |
| '<' is not followed by whitespace. | 180 | |
| '>' is not preceded with whitespace. | 180 | |
| '>' is not followed by whitespace. | 180 | |
| Missing a Javadoc comment. | 190 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '/\*$'. | 3 | |
| Missing a Javadoc comment. | 35 | |
| Avoid inline conditionals. | 40 | |
| Avoid inline conditionals. | 41 | |
| Missing a Javadoc comment. | 45 | |
| 'if' construct must use '{}'s. | 48 | |
| 'if' construct must use '{}'s. | 50 | |
| 'if' construct must use '{}'s. | 52 | |
| 'if' construct must use '{}'s. | 57 | |
| 'if' construct must use '{}'s. | 60 | |
| 'if' construct must use '{}'s. | 64 | |
| 'if' construct must use '{}'s. | 67 | |
| Missing a Javadoc comment. | 72 | |
| Missing a Javadoc comment. | 74 | |
| Missing a Javadoc comment. | 76 | |
| Missing a Javadoc comment. | 78 | |
| Missing a Javadoc comment. | 80 | |
| Missing a Javadoc comment. | 85 | |
| 'scanAll' hides a field. | 85 | |
| Missing a Javadoc comment. | 90 | |
| Missing a Javadoc comment. | 95 | |
| 'repositoryId' hides a field. | 95 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 105 | |
| Missing a Javadoc comment. | 110 | |
| 'resourceFile' hides a field. | 110 | |
| Missing a Javadoc comment. | 115 | |
| Missing a Javadoc comment. | 120 | |
| 'updateRelatedArtifacts' hides a field. | 120 | |
| Missing a Javadoc comment. | 125 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Expected @param tag for 'context'. | 43 | |
| Expected @throws tag for 'JobExecutionException'. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 61 | |
| Missing a Javadoc comment. | 73 | |
| Missing a Javadoc comment. | 75 | |
| 'if' is not followed by whitespace. | 94 | |
| Line is longer than 120 characters. | 98 | |
| 'catch' is not followed by whitespace. | 101 | |
| 'catch' is not followed by whitespace. | 106 | |
| Line is longer than 120 characters. | 109 | |
| 'if' is not followed by whitespace. | 144 | |
| Line is longer than 120 characters. | 146 | |
| Line is longer than 120 characters. | 160 | |
| Missing a Javadoc comment. | 168 | |
| Missing a Javadoc comment. | 206 | |
| Missing a Javadoc comment. | 214 | |
| 'indexerEngine' hides a field. | 214 | |
| Missing a Javadoc comment. | 219 | |
| 'indexPacker' hides a field. | 219 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Missing a Javadoc comment. | 64 | |
| Missing a Javadoc comment. | 96 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 100 | |
| Missing a Javadoc comment. | 102 | |
| Missing a Javadoc comment. | 104 | |
| Missing a Javadoc comment. | 106 | |
| Missing a Javadoc comment. | 108 | |
| Missing a Javadoc comment. | 110 | |
| Missing a Javadoc comment. | 112 | |
| Missing a Javadoc comment. | 114 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '<' is not preceded with whitespace. | 114 | |
| '<' is not followed by whitespace. | 114 | |
| '>' is not preceded with whitespace. | 114 | |
| '>' is not followed by whitespace. | 114 | |
| Missing a Javadoc comment. | 116 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '<' is not preceded with whitespace. | 116 | |
| '<' is not followed by whitespace. | 116 | |
| '>' is not preceded with whitespace. | 116 | |
| '>' is not followed by whitespace. | 116 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 133 | |
| '<' is not preceded with whitespace. | 138 | |
| '<' is not followed by whitespace. | 138 | |
| '>' is not preceded with whitespace. | 138 | |
| 'if' is not followed by whitespace. | 147 | |
| Missing a Javadoc comment. | 162 | |
| Expected @throws tag for 'TaskExecutionException'. | 186 | |
| Expected an @return tag. | 202 | |
| '(' is not followed by whitespace. | 202 | |
| ')' is not preceded with whitespace. | 202 | |
| Expected @param tag for 'repositoryId'. | 203 | |
| 'synchronized' is not followed by whitespace. | 205 | |
| '<' is not preceded with whitespace. | 207 | |
| '<' is not followed by whitespace. | 207 | |
| '>' is not preceded with whitespace. | 207 | |
| Must have at least one statement. | 214 | |
| Expected an @return tag. | 232 | |
| '(' is not followed by whitespace. | 232 | |
| ')' is not preceded with whitespace. | 232 | |
| Expected @param tag for 'task'. | 233 | |
| 'synchronized' is not followed by whitespace. | 235 | |
| '<' is not preceded with whitespace. | 237 | |
| '<' is not followed by whitespace. | 237 | |
| '>' is not preceded with whitespace. | 237 | |
| Must have at least one statement. | 244 | |
| Expected an @return tag. | 262 | |
| '(' is not followed by whitespace. | 262 | |
| ')' is not preceded with whitespace. | 262 | |
| '<' is not preceded with whitespace. | 265 | |
| '<' is not followed by whitespace. | 265 | |
| '?' is not preceded with whitespace. | 265 | |
| '>' is not preceded with whitespace. | 265 | |
| Must have at least one statement. | 272 | |
| Expected @param tag for 'task'. | 282 | |
| Expected @throws tag for 'TaskQueueException'. | 283 | |
| Expected @param tag for 'task'. | 302 | |
| Expected @throws tag for 'TaskQueueException'. | 303 | |
| Expected @param tag for 'task'. | 311 | |
| Expected @throws tag for 'TaskQueueException'. | 312 | |
| Missing a Javadoc comment. | 317 | |
| Line is longer than 120 characters. | 345 | |
| '<' is not preceded with whitespace. | 345 | |
| '<' is not followed by whitespace. | 345 | |
| '>' is not preceded with whitespace. | 345 | |
| Missing a Javadoc comment. | 364 | |
| '(' is not followed by whitespace. | 364 | |
| ')' is not preceded with whitespace. | 364 | |
| '<' is not preceded with whitespace. | 367 | |
| '<' is not followed by whitespace. | 367 | |
| '>' is not preceded with whitespace. | 367 | |
| '<' is not preceded with whitespace. | 368 | |
| '<' is not followed by whitespace. | 368 | |
| '>' is not preceded with whitespace. | 368 | |
| '>' is not followed by whitespace. | 368 | |
| Missing a Javadoc comment. | 379 | |
| Missing a Javadoc comment. | 400 | |
| '+' should be on a new line. | 421 | |
| '+' should be on a new line. | 446 | |
| Missing a Javadoc comment. | 452 |
| Violation | Message | Line |
|---|---|---|
| Line does not match expected header line of '^ \* Copyright \d\d\d\d-\d\d\d\d The Apache Software Foundation.$'. | 4 | |
| Redundant 'public' modifier. | 38 | |
| 'static' modifier out of order with the JLS suggestions. | 38 | |
| Expected an @return tag. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Expected an @return tag. | 55 | |
| Redundant 'public' modifier. | 55 | |
| Expected @param tag for 'repositoryId'. | 55 | |
| Redundant 'public' modifier. | 63 | |
| Expected @param tag for 'task'. | 63 | |
| Expected @throws tag for 'TaskQueueException'. | 64 | |
| Redundant 'public' modifier. | 72 | |
| Expected @param tag for 'task'. | 72 | |
| Expected @throws tag for 'TaskQueueException'. | 73 | |
| Redundant 'public' modifier. | 81 | |
| Expected @param tag for 'task'. | 81 | |
| Expected @throws tag for 'TaskQueueException'. | 82 | |
| Redundant 'public' modifier. | 89 | |
| Expected @throws tag for 'TaskExecutionException'. | 90 | |
| Missing a Javadoc comment. | 92 | |
| Redundant 'public' modifier. | 92 |