The following document contains the results of Checkstyle. 
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 34 | 0 | 0 | 1051 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 8 | |
| NewlineAtEndOfFile | 0 | |
| Translation | 0 | |
| JavadocMethod | 169 | |
| JavadocType | 0 | |
| JavadocVariable | 62 | |
| JavadocStyle | 12 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 4 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 1 | |
| StaticVariableName | 3 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 2 | |
| FileLength | 0 | |
| LineLength | 119 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 14 | |
| ParenPad | 2 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 52 | |
| WhitespaceAround | 432 | |
| ModifierOrder | 0 | |
| RedundantModifier | 1 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 1 | |
| LeftCurly | 0 | |
| NeedBraces | 2 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 4 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 3 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 3 | |
| MagicNumber | 2 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 21 | |
| FinalClass | 1 | |
| HideUtilityClassConstructor | 9 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 6 | |
| FinalParameters | 84 | |
GenericIllegalRegexp
|
31 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Class Constants should be declared as final. | 12 | |
| Missing a Javadoc comment. | 14 | |
| '{' is not preceded with whitespace. | 14 | |
| Line has trailing spaces. | 15 | |
| Missing a Javadoc comment. | 18 | |
| '=' is not followed by whitespace. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Missing a Javadoc comment. | 21 | |
| Missing a Javadoc comment. | 22 | |
| Missing a Javadoc comment. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Missing a Javadoc comment. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Missing a Javadoc comment. | 43 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 57 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 | |
| Line is longer than 80 characters. | 54 | |
| Missing a Javadoc comment. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '<' is not preceded with whitespace. | 54 | |
| '<' is not followed by whitespace. | 54 | |
| '>' is not preceded with whitespace. | 54 | |
| '>' is not followed by whitespace. | 54 | |
| Missing a Javadoc comment. | 55 | |
| Missing a Javadoc comment. | 56 | |
| Missing a Javadoc comment. | 57 | |
| Missing a Javadoc comment. | 58 | |
| Missing a Javadoc comment. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '<' is not preceded with whitespace. | 59 | |
| '<' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| '>' is not followed by whitespace. | 59 | |
| '>' is not preceded with whitespace. | 59 | |
| Missing a Javadoc comment. | 60 | |
| Name 'max_file_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| '200000000' is a magic number. | 60 | |
| Method 'start' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '{' is not preceded with whitespace. | 67 | |
| Line is longer than 80 characters. | 71 | |
| ',' is not followed by whitespace. | 71 | |
| 'try' is not followed by whitespace. | 73 | |
| '{' is not preceded with whitespace. | 73 | |
| Line is longer than 80 characters. | 80 | |
| '+' should be on a new line. | 80 | |
| Line is longer than 80 characters. | 81 | |
| '+' should be on a new line. | 81 | |
| Line is longer than 80 characters. | 82 | |
| 'catch' is not preceded with whitespace. | 83 | |
| '}' is not followed by whitespace. | 83 | |
| 'catch' is not followed by whitespace. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 87 | |
| 'try' is not followed by whitespace. | 88 | |
| '{' is not preceded with whitespace. | 88 | |
| 'if' is not followed by whitespace. | 90 | |
| '{' is not preceded with whitespace. | 90 | |
| 'catch' is not preceded with whitespace. | 94 | |
| '}' is not followed by whitespace. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Line is longer than 80 characters. | 98 | |
| 'try' is not followed by whitespace. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| 'if' is not followed by whitespace. | 101 | |
| '{' is not preceded with whitespace. | 101 | |
| Line is longer than 80 characters. | 104 | |
| '+' should be on a new line. | 104 | |
| Line is longer than 80 characters. | 105 | |
| '+' should be on a new line. | 105 | |
| Line is longer than 80 characters. | 106 | |
| 'catch' is not preceded with whitespace. | 107 | |
| '}' is not followed by whitespace. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 113 | |
| '+' should be on a new line. | 113 | |
| Line is longer than 80 characters. | 114 | |
| '+' should be on a new line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 120 | |
| 'if' is not followed by whitespace. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 126 | |
| '+' should be on a new line. | 126 | |
| Line is longer than 80 characters. | 127 | |
| '+' should be on a new line. | 127 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 133 | |
| 'if' is not followed by whitespace. | 136 | |
| '{' is not preceded with whitespace. | 136 | |
| Line is longer than 80 characters. | 137 | |
| Line is longer than 80 characters. | 141 | |
| '+' should be on a new line. | 141 | |
| Line is longer than 80 characters. | 142 | |
| '+' should be on a new line. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 148 | |
| 'try' is not followed by whitespace. | 149 | |
| '{' is not preceded with whitespace. | 149 | |
| 'if' is not followed by whitespace. | 151 | |
| '{' is not preceded with whitespace. | 151 | |
| Line is longer than 80 characters. | 154 | |
| '+' should be on a new line. | 154 | |
| Line is longer than 80 characters. | 155 | |
| '+' should be on a new line. | 155 | |
| Line is longer than 80 characters. | 156 | |
| 'catch' is not preceded with whitespace. | 157 | |
| '}' is not followed by whitespace. | 157 | |
| Line is longer than 80 characters. | 158 | |
| 'try' is not followed by whitespace. | 161 | |
| '{' is not preceded with whitespace. | 161 | |
| Line is longer than 80 characters. | 163 | |
| '+' should be on a new line. | 163 | |
| Line is longer than 80 characters. | 164 | |
| '+' should be on a new line. | 164 | |
| Line is longer than 80 characters. | 165 | |
| '{' is not preceded with whitespace. | 166 | |
| Line is longer than 80 characters. | 167 | |
| Expected an @return tag. | 178 | |
| Method 'handle' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| Parameter context should be final. | 178 | |
| Expected @param tag for 'context'. | 178 | |
| Expected @throws tag for 'HandlerException'. | 178 | |
| '{' is not preceded with whitespace. | 178 | |
| ',' is not followed by whitespace. | 182 | |
| Line is longer than 80 characters. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 183 | |
| ',' is not followed by whitespace. | 184 | |
| Line is longer than 80 characters. | 188 | |
| Line is longer than 80 characters. | 190 | |
| '?' is not preceded with whitespace. | 190 | |
| Avoid inline conditionals. | 190 | |
| '?' is not followed by whitespace. | 190 | |
| ':' is not preceded with whitespace. | 190 | |
| ':' is not followed by whitespace. | 190 | |
| Line has trailing spaces. | 192 | |
| 'if' is not followed by whitespace. | 193 | |
| '{' is not preceded with whitespace. | 193 | |
| 'if' is not followed by whitespace. | 194 | |
| '{' is not preceded with whitespace. | 194 | |
| Line is longer than 80 characters. | 199 | |
| 'if' is not followed by whitespace. | 200 | |
| '{' is not preceded with whitespace. | 200 | |
| Line has trailing spaces. | 207 | |
| Line is longer than 80 characters. | 208 | |
| 'if' is not followed by whitespace. | 209 | |
| '{' is not preceded with whitespace. | 209 | |
| Name 'return_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 218 | |
| 'if' is not followed by whitespace. | 219 | |
| '{' is not preceded with whitespace. | 219 | |
| Line is longer than 80 characters. | 224 | |
| '?' is not preceded with whitespace. | 224 | |
| Avoid inline conditionals. | 224 | |
| '?' is not followed by whitespace. | 224 | |
| ':' is not preceded with whitespace. | 224 | |
| ':' is not followed by whitespace. | 224 | |
| Line has trailing spaces. | 243 | |
| Expected an @return tag. | 247 | |
| Parameter key should be final. | 247 | |
| Expected @param tag for 'key'. | 247 | |
| '{' is not preceded with whitespace. | 247 | |
| 'if' construct must use '{}'s. | 248 | |
| 'if' is not followed by whitespace. | 248 | |
| 'else' construct must use '{}'s. | 250 | |
| Line has trailing spaces. | 255 | |
| Expected an @return tag. | 262 | |
| Line is longer than 80 characters. | 262 | |
| Method 'registerImpleo' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Parameter nameKey should be final. | 262 | |
| Expected @param tag for 'nameKey'. | 262 | |
| Parameter impleo should be final. | 262 | |
| Expected @param tag for 'impleo'. | 262 | |
| Expected @throws tag for 'ImpleoAlreadyExistException'. | 262 | |
| Expected @throws tag for 'ImpleoMapEmptyException'. | 262 | |
| '{' is not preceded with whitespace. | 262 | |
| 'if' is not followed by whitespace. | 263 | |
| '{' is not preceded with whitespace. | 263 | |
| Line is longer than 80 characters. | 264 | |
| 'else' is not preceded with whitespace. | 265 | |
| '}' is not followed by whitespace. | 265 | |
| Line has trailing spaces. | 272 | |
| Expected an @return tag. | 277 | |
| Line is longer than 80 characters. | 277 | |
| Method 'checkImpleoExists' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Parameter nameKey should be final. | 277 | |
| Expected @param tag for 'nameKey'. | 277 | |
| Expected @throws tag for 'ImpleoMapEmptyException'. | 277 | |
| 'if' is not followed by whitespace. | 278 | |
| '{' is not preceded with whitespace. | 278 | |
| Line is longer than 80 characters. | 281 | |
| First sentence should end with a period. | 284 | |
| Parameter req should be final. | 290 | |
| Line is longer than 80 characters. | 291 | |
| ',' is not followed by whitespace. | 291 | |
| Line is longer than 80 characters. | 295 | |
| Avoid inline conditionals. | 295 | |
| First sentence should end with a period. | 303 | |
| Parameter req should be final. | 309 | |
| ',' is not followed by whitespace. | 318 | |
| Line is longer than 80 characters. | 324 | |
| ',' is not followed by whitespace. | 324 | |
| ',' is not followed by whitespace. | 324 | |
| Line is longer than 80 characters. | 334 | |
| Parameter req should be final. | 339 | |
| Expected @throws tag for 'IOException'. | 340 | |
| ',' is not followed by whitespace. | 342 | |
| ',' is not followed by whitespace. | 342 | |
| ',' is not followed by whitespace. | 342 | |
| '1024' is a magic number. | 345 | |
| Name 'file_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| Line is longer than 80 characters. | 354 | |
| Line is longer than 80 characters. | 355 | |
| ',' is not followed by whitespace. | 356 | |
| ',' is not followed by whitespace. | 356 | |
| ',' is not followed by whitespace. | 360 | |
| ',' is not followed by whitespace. | 363 | |
| ',' is not followed by whitespace. | 364 | |
| ',' is not followed by whitespace. | 366 | |
| ',' is not followed by whitespace. | 367 | |
| Line is longer than 80 characters. | 369 | |
| ',' is not followed by whitespace. | 369 | |
| Line is longer than 80 characters. | 371 | |
| ',' is not followed by whitespace. | 372 | |
| Line is longer than 80 characters. | 382 | |
| ',' is not followed by whitespace. | 382 | |
| ',' is not followed by whitespace. | 382 | |
| ',' is not followed by whitespace. | 382 | |
| ',' is not followed by whitespace. | 384 | |
| ',' is not followed by whitespace. | 388 | |
| ',' is not followed by whitespace. | 389 | |
| First sentence should end with a period. | 393 | |
| Parameter ilu should be final. | 399 | |
| Expected @param tag for 'ilu'. | 399 | |
| Parameter context should be final. | 399 | |
| Expected @param tag for 'context'. | 399 | |
| Array brackets at illegal position. | 400 | |
| 'for' is not followed by whitespace. | 401 | |
| '{' is not preceded with whitespace. | 401 | |
| Line is longer than 80 characters. | 402 | |
| 'cast' is not followed by whitespace. | 402 | |
| 'if' is not followed by whitespace. | 403 | |
| '{' is not preceded with whitespace. | 403 | |
| 'else' is not preceded with whitespace. | 405 | |
| '}' is not followed by whitespace. | 405 | |
| 'else' is not followed by whitespace. | 405 | |
| '{' is not preceded with whitespace. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Parameter lu should be final. | 418 | |
| Expected @param tag for 'lu'. | 418 | |
| Parameter context should be final. | 418 | |
| Expected @param tag for 'context'. | 418 | |
| Array brackets at illegal position. | 419 | |
| 'for' is not followed by whitespace. | 420 | |
| '{' is not preceded with whitespace. | 420 | |
| 'if' is not followed by whitespace. | 423 | |
| '{' is not preceded with whitespace. | 423 | |
| 'else' is not preceded with whitespace. | 425 | |
| '}' is not followed by whitespace. | 425 | |
| 'else' is not followed by whitespace. | 425 | |
| '{' is not preceded with whitespace. | 425 | |
| Line is longer than 80 characters. | 426 | |
| Expected an @return tag. | 437 | |
| Parameter table should be final. | 437 | |
| Expected @param tag for 'table'. | 437 | |
| First sentence should end with a period. | 441 | |
| Method 'getSql' is not designed for extension - needs to be abstract, final or empty. | 446 | |
| Parameter sqlRef should be final. | 446 | |
| Expected @param tag for 'sqlRef'. | 446 | |
| '{' is not preceded with whitespace. | 446 | |
| 'cast' is not followed by whitespace. | 447 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 | |
| Line has trailing spaces. | 15 |
| Violation | Message | Line |
|---|---|---|
| Unused import - com.rc.celeritas.exception.LessColumnInLookupSQLException. | 9 | |
| Utility classes should not have a public or default constructor. | 32 | |
| Missing a Javadoc comment. | 34 | |
| '<' is not preceded with whitespace. | 34 | |
| '<' is not followed by whitespace. | 34 | |
| '>' is not preceded with whitespace. | 34 | |
| Missing a Javadoc comment. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Missing a Javadoc comment. | 37 | |
| Missing a Javadoc comment. | 38 | |
| First sentence should end with a period. | 40 | |
| Expected an @return tag. | 44 | |
| Expected an @return tag. | 55 | |
| Parameter sql should be final. | 55 | |
| Expected @param tag for 'sql'. | 55 | |
| Expected @throws tag for 'CeleritasException'. | 55 | |
| '<' is not preceded with whitespace. | 56 | |
| '<' is not followed by whitespace. | 56 | |
| '>' is not preceded with whitespace. | 56 | |
| 'if' is not followed by whitespace. | 62 | |
| '{' is not preceded with whitespace. | 62 | |
| '<' is not preceded with whitespace. | 63 | |
| '<' is not followed by whitespace. | 63 | |
| '>' is not preceded with whitespace. | 63 | |
| '>' is not followed by whitespace. | 63 | |
| 'for' is not followed by whitespace. | 66 | |
| ';' is preceded with whitespace. | 66 | |
| '{' is not preceded with whitespace. | 66 | |
| Line is longer than 80 characters. | 72 | |
| First sentence should end with a period. | 80 | |
| Parameter dateFormat should be final. | 84 | |
| 'dateFormat' hides a field. | 84 | |
| Expected @param tag for 'dateFormat'. | 84 | |
| 'if' is not followed by whitespace. | 85 | |
| '{' is not preceded with whitespace. | 85 | |
| First sentence should end with a period. | 90 | |
| Expected an @return tag. | 95 | |
| '<' is not preceded with whitespace. | 95 | |
| '<' is not followed by whitespace. | 95 | |
| '>' is not preceded with whitespace. | 95 | |
| Parameter sql should be final. | 95 | |
| Expected @param tag for 'sql'. | 95 | |
| '<' is not preceded with whitespace. | 96 | |
| '<' is not followed by whitespace. | 96 | |
| '>' is not preceded with whitespace. | 96 | |
| 'if' is not followed by whitespace. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| '<' is not preceded with whitespace. | 103 | |
| '<' is not followed by whitespace. | 103 | |
| '>' is not preceded with whitespace. | 103 | |
| '>' is not followed by whitespace. | 103 | |
| 'while' is not followed by whitespace. | 104 | |
| '{' is not preceded with whitespace. | 104 | |
| 'if' is not followed by whitespace. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| '{' is not preceded with whitespace. | 117 | |
| Line is longer than 80 characters. | 118 | |
| 'finally' is not preceded with whitespace. | 119 | |
| '}' is not followed by whitespace. | 119 | |
| Expected an @return tag. | 130 | |
| Parameter seq should be final. | 130 | |
| Expected @param tag for 'seq'. | 130 | |
| Line has trailing spaces. | 132 | |
| Expected an @return tag. | 142 | |
| Line is longer than 80 characters. | 142 | |
| Parameter sql should be final. | 142 | |
| Expected @param tag for 'sql'. | 142 | |
| Expected @throws tag for 'CeleritasException'. | 142 | |
| Line is longer than 80 characters. | 152 | |
| Expected an @return tag. | 165 | |
| Expected @throws tag for 'CeleritasException'. | 165 | |
| '{' is not preceded with whitespace. | 165 | |
| Line is longer than 80 characters. | 169 | |
| 'if' is not followed by whitespace. | 170 | |
| '{' is not preceded with whitespace. | 170 | |
| '<' is not preceded with whitespace. | 171 | |
| '<' is not followed by whitespace. | 171 | |
| '>' is not preceded with whitespace. | 171 | |
| '>' is not followed by whitespace. | 171 | |
| Array brackets at illegal position. | 173 | |
| 'if' is not followed by whitespace. | 174 | |
| '{' is not preceded with whitespace. | 174 | |
| Line is longer than 80 characters. | 175 | |
| Line has trailing spaces. | 177 | |
| Line is longer than 80 characters. | 179 | |
| 'cast' is not followed by whitespace. | 180 | |
| '+' is not preceded with whitespace. | 180 | |
| '+' is not followed by whitespace. | 180 | |
| Line has trailing spaces. | 185 | |
| Inner assignments should be avoided. | 190 | |
| Expected an @return tag. | 200 | |
| Line is longer than 80 characters. | 200 | |
| Parameter datasource should be final. | 200 | |
| Expected @param tag for 'datasource'. | 200 | |
| Expected @throws tag for 'CeleritasException'. | 200 | |
| Expected @throws tag for 'ClassCastException'. | 200 | |
| Redundant throws: 'ClassCastException' is unchecked exception. | 200 | |
| '{' is not preceded with whitespace. | 200 | |
| 'if' is not followed by whitespace. | 201 | |
| '!=' is not preceded with whitespace. | 201 | |
| '!=' is not followed by whitespace. | 201 | |
| '{' is not preceded with whitespace. | 201 | |
| Expected an @return tag. | 215 | |
| Line is longer than 80 characters. | 215 | |
| Parameter datasources should be final. | 215 | |
| Expected @param tag for 'datasources'. | 215 | |
| Expected @throws tag for 'CeleritasException'. | 215 | |
| Expected @throws tag for 'ClassCastException'. | 215 | |
| Redundant throws: 'ClassCastException' is unchecked exception. | 215 | |
| '{' is not preceded with whitespace. | 215 | |
| 'if' is not followed by whitespace. | 216 | |
| '{' is not preceded with whitespace. | 216 | |
| 'for' is not followed by whitespace. | 217 | |
| ';' is not followed by whitespace. | 217 | |
| '<' is not preceded with whitespace. | 217 | |
| '{' is not preceded with whitespace. | 217 | |
| 'else' is not preceded with whitespace. | 221 | |
| '}' is not followed by whitespace. | 221 | |
| 'else' is not followed by whitespace. | 221 | |
| '{' is not preceded with whitespace. | 221 | |
| Expected an @return tag. | 231 | |
| Expected @throws tag for 'CeleritasException'. | 231 | |
| '{' is not preceded with whitespace. | 231 | |
| 'if' is not followed by whitespace. | 233 | |
| '{' is not preceded with whitespace. | 233 | |
| Expected an @return tag. | 250 | |
| Line is longer than 80 characters. | 250 | |
| '<' is not preceded with whitespace. | 250 | |
| '<' is not followed by whitespace. | 250 | |
| '>' is not preceded with whitespace. | 250 | |
| Parameter table should be final. | 250 | |
| Expected @param tag for 'table'. | 250 | |
| Expected @throws tag for 'CeleritasException'. | 250 | |
| '{' is not preceded with whitespace. | 250 | |
| Line is longer than 80 characters. | 251 | |
| ')' is preceded with whitespace. | 251 | |
| First sentence should end with a period. | 256 | |
| Expected an @return tag. | 262 | |
| Line is longer than 80 characters. | 262 | |
| '<' is not preceded with whitespace. | 262 | |
| '<' is not followed by whitespace. | 262 | |
| '>' is not preceded with whitespace. | 262 | |
| Parameter table should be final. | 262 | |
| Expected @param tag for 'table'. | 262 | |
| Expected @throws tag for 'CeleritasException'. | 262 | |
| '<' is not preceded with whitespace. | 263 | |
| '<' is not followed by whitespace. | 263 | |
| '>' is not preceded with whitespace. | 263 | |
| Line is longer than 80 characters. | 264 | |
| ')' is preceded with whitespace. | 264 | |
| 'if' is not followed by whitespace. | 270 | |
| '{' is not preceded with whitespace. | 270 | |
| '<' is not preceded with whitespace. | 271 | |
| '<' is not followed by whitespace. | 271 | |
| '>' is not preceded with whitespace. | 271 | |
| '>' is not followed by whitespace. | 271 | |
| 'while' is not followed by whitespace. | 272 | |
| '{' is not preceded with whitespace. | 272 | |
| Line is longer than 80 characters. | 280 | |
| First sentence should end with a period. | 287 | |
| Expected an @return tag. | 293 | |
| Line is longer than 80 characters. | 293 | |
| '<' is not preceded with whitespace. | 293 | |
| '<' is not followed by whitespace. | 293 | |
| '>' is not preceded with whitespace. | 293 | |
| Parameter sql should be final. | 293 | |
| Expected @param tag for 'sql'. | 293 | |
| Expected @throws tag for 'CeleritasException'. | 293 | |
| '<' is not preceded with whitespace. | 294 | |
| '<' is not followed by whitespace. | 294 | |
| '>' is not preceded with whitespace. | 294 | |
| 'if' is not followed by whitespace. | 301 | |
| '{' is not preceded with whitespace. | 301 | |
| '<' is not preceded with whitespace. | 302 | |
| '<' is not followed by whitespace. | 302 | |
| '>' is not preceded with whitespace. | 302 | |
| '>' is not followed by whitespace. | 302 | |
| 'for' is not followed by whitespace. | 303 | |
| '=' is not preceded with whitespace. | 303 | |
| '=' is not followed by whitespace. | 303 | |
| ';' is not followed by whitespace. | 303 | |
| '<=' is not preceded with whitespace. | 303 | |
| '<=' is not followed by whitespace. | 303 | |
| ';' is not followed by whitespace. | 303 | |
| '{' is not preceded with whitespace. | 303 | |
| Line is longer than 80 characters. | 311 | |
| Parameter conn should be final. | 323 | |
| Expected @param tag for 'conn'. | 323 | |
| 'try' is not followed by whitespace. | 324 | |
| '{' is not preceded with whitespace. | 324 | |
| 'if' is not followed by whitespace. | 325 | |
| '{' is not preceded with whitespace. | 325 | |
| 'catch' is not preceded with whitespace. | 329 | |
| '}' is not followed by whitespace. | 329 | |
| 'catch' is not followed by whitespace. | 329 | |
| '{' is not preceded with whitespace. | 329 | |
| Must have at least one statement. | 329 | |
| Expected an @return tag. | 343 | |
| Line is longer than 80 characters. | 343 | |
| '<' is not preceded with whitespace. | 343 | |
| '<' is not followed by whitespace. | 343 | |
| '>' is not preceded with whitespace. | 343 | |
| Parameter insertSQL should be final. | 343 | |
| Expected @param tag for 'insertSQL'. | 343 | |
| Parameter table should be final. | 343 | |
| Expected @param tag for 'table'. | 343 | |
| Parameter pk should be final. | 343 | |
| Expected @param tag for 'pk'. | 343 | |
| Parameter pVal should be final. | 343 | |
| Expected @param tag for 'pVal'. | 343 | |
| Expected @throws tag for 'CeleritasException'. | 343 | |
| '{' is not preceded with whitespace. | 343 | |
| '<' is not preceded with whitespace. | 346 | |
| '<' is not followed by whitespace. | 346 | |
| '>' is not preceded with whitespace. | 346 | |
| 'if' is not followed by whitespace. | 347 | |
| '{' is not preceded with whitespace. | 347 | |
| Line has trailing spaces. | 354 | |
| Expected an @return tag. | 359 | |
| Parameter sql should be final. | 359 | |
| Expected @param tag for 'sql'. | 359 | |
| Expected @throws tag for 'CeleritasException'. | 359 | |
| Expected an @return tag. | 383 | |
| Line is longer than 80 characters. | 383 | |
| '<' is not preceded with whitespace. | 383 | |
| '<' is not followed by whitespace. | 383 | |
| '>' is not preceded with whitespace. | 383 | |
| Parameter table should be final. | 383 | |
| Expected @param tag for 'table'. | 383 | |
| Parameter pk should be final. | 383 | |
| Expected @param tag for 'pk'. | 383 | |
| Parameter pVal should be final. | 383 | |
| Expected @param tag for 'pVal'. | 383 | |
| Expected @throws tag for 'CeleritasException'. | 383 | |
| '{' is not preceded with whitespace. | 383 | |
| Expected an @return tag. | 394 | |
| Line is longer than 80 characters. | 394 | |
| '<' is not preceded with whitespace. | 394 | |
| '<' is not followed by whitespace. | 394 | |
| '>' is not preceded with whitespace. | 394 | |
| Parameter sql should be final. | 394 | |
| Expected @param tag for 'sql'. | 394 | |
| Expected @throws tag for 'CeleritasException'. | 394 | |
| '<' is not preceded with whitespace. | 396 | |
| '<' is not followed by whitespace. | 396 | |
| '>' is not preceded with whitespace. | 396 | |
| 'if' is not followed by whitespace. | 401 | |
| '{' is not preceded with whitespace. | 401 | |
| '<' is not preceded with whitespace. | 403 | |
| '<' is not followed by whitespace. | 403 | |
| '>' is not preceded with whitespace. | 403 | |
| '>' is not followed by whitespace. | 403 | |
| 'while' is not followed by whitespace. | 404 | |
| '{' is not preceded with whitespace. | 404 | |
| 'for' is not followed by whitespace. | 405 | |
| ';' is not followed by whitespace. | 405 | |
| '{' is not preceded with whitespace. | 405 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 407 | |
| Expected an @return tag. | 429 | |
| Line is longer than 80 characters. | 429 | |
| '<' is not preceded with whitespace. | 429 | |
| '<' is not followed by whitespace. | 429 | |
| '>' is not preceded with whitespace. | 429 | |
| Parameter updateSQL should be final. | 429 | |
| Expected @param tag for 'updateSQL'. | 429 | |
| Parameter table should be final. | 429 | |
| Expected @param tag for 'table'. | 429 | |
| Parameter pk should be final. | 429 | |
| Expected @param tag for 'pk'. | 429 | |
| Parameter pVal should be final. | 429 | |
| Expected @param tag for 'pVal'. | 429 | |
| Expected @throws tag for 'CeleritasException'. | 429 | |
| '<' is not preceded with whitespace. | 431 | |
| '<' is not followed by whitespace. | 431 | |
| '>' is not preceded with whitespace. | 431 | |
| 'if' is not followed by whitespace. | 432 | |
| '{' is not preceded with whitespace. | 432 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 24 | |
| Expected an @return tag. | 30 | |
| Line is longer than 80 characters. | 30 | |
| '<' is not preceded with whitespace. | 30 | |
| '<' is not followed by whitespace. | 30 | |
| '>' is not preceded with whitespace. | 30 | |
| Parameter conn should be final. | 30 | |
| Expected @param tag for 'conn'. | 30 | |
| Parameter sql should be final. | 30 | |
| Expected @param tag for 'sql'. | 30 | |
| Expected @throws tag for 'CeleritasException'. | 30 | |
| '{' is not preceded with whitespace. | 30 | |
| '<' is not preceded with whitespace. | 31 | |
| '<' is not followed by whitespace. | 31 | |
| '>' is not preceded with whitespace. | 31 | |
| 'try' is not followed by whitespace. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| 'if' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| '<' is not preceded with whitespace. | 36 | |
| '<' is not followed by whitespace. | 36 | |
| '>' is not preceded with whitespace. | 36 | |
| '>' is not followed by whitespace. | 36 | |
| 'while' is not followed by whitespace. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| '{' is not preceded with whitespace. | 41 | |
| Line is longer than 80 characters. | 42 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 14 | |
| Missing a Javadoc comment. | 14 | |
| Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| '{' is not preceded with whitespace. | 27 | |
| Line has trailing spaces. | 32 | |
| Parameter t should be final. | 35 | |
| Expected @param tag for 't'. | 35 | |
| Parameter message should be final. | 43 | |
| Expected @param tag for 'message'. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| Line has trailing spaces. | 46 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 12 | |
| Line has trailing spaces. | 22 | |
| Parameter t should be final. | 25 | |
| Expected @param tag for 't'. | 25 | |
| Parameter message should be final. | 33 | |
| Expected @param tag for 'message'. | 33 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 12 | |
| Line has trailing spaces. | 15 | |
| Parameter t should be final. | 25 | |
| Expected @param tag for 't'. | 25 | |
| Parameter message should be final. | 33 | |
| Expected @param tag for 'message'. | 33 | |
| '{' is not preceded with whitespace. | 33 |
| Violation | Message | Line |
|---|---|---|
| Parameter message should be final. | 25 | |
| Expected @param tag for 'message'. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| Parameter t should be final. | 33 | |
| Expected @param tag for 't'. | 33 | |
| '{' is not preceded with whitespace. | 33 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 | |
| Line has trailing spaces. | 19 |
| Violation | Message | Line |
|---|---|---|
| Unused import - java.io.FileInputStream. | 10 | |
| Utility classes should not have a public or default constructor. | 26 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Expected an @return tag. | 37 | |
| Line is longer than 80 characters. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '<' is not preceded with whitespace. | 37 | |
| '<' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| '>' is not followed by whitespace. | 37 | |
| '>' is not preceded with whitespace. | 37 | |
| Parameter iluRefMap should be final. | 37 | |
| Expected @param tag for 'iluRefMap'. | 37 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '<' is not preceded with whitespace. | 38 | |
| '<' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| '>' is not followed by whitespace. | 38 | |
| '>' is not preceded with whitespace. | 38 | |
| 'if' is not followed by whitespace. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '<' is not preceded with whitespace. | 40 | |
| '<' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| '>' is not preceded with whitespace. | 40 | |
| '>' is not followed by whitespace. | 40 | |
| 'while' is not followed by whitespace. | 42 | |
| '{' is not preceded with whitespace. | 42 | |
| 'cast' is not followed by whitespace. | 43 | |
| '<' is not preceded with whitespace. | 45 | |
| '<' is not followed by whitespace. | 45 | |
| '>' is not preceded with whitespace. | 45 | |
| Expected an @return tag. | 57 | |
| Expected @throws tag for 'CeleritasException'. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| 'try' is not followed by whitespace. | 58 | |
| '{' is not preceded with whitespace. | 58 | |
| '{' is not preceded with whitespace. | 60 | |
| Inner assignments should be avoided. | 64 | |
| Expected an @return tag. | 72 | |
| Parameter key should be final. | 72 | |
| Expected @param tag for 'key'. | 72 | |
| '{' is not preceded with whitespace. | 72 | |
| Line has trailing spaces. | 77 | |
| Expected an @return tag. | 82 | |
| Parameter key should be final. | 82 | |
| Expected @param tag for 'key'. | 82 | |
| Parameter database should be final. | 82 | |
| Expected @param tag for 'database'. | 82 | |
| '{' is not preceded with whitespace. | 82 | |
| Expected an @return tag. | 92 | |
| Line is longer than 80 characters. | 92 | |
| Parameter fileName should be final. | 92 | |
| Expected @param tag for 'fileName'. | 92 | |
| Expected @throws tag for 'CeleritasException'. | 92 | |
| '{' is not preceded with whitespace. | 92 | |
| 'try' is not followed by whitespace. | 94 | |
| '{' is not preceded with whitespace. | 94 | |
| Line is longer than 80 characters. | 96 | |
| 'if' is not followed by whitespace. | 97 | |
| '{' is not preceded with whitespace. | 97 | |
| Line is longer than 80 characters. | 99 | |
| '{' is not preceded with whitespace. | 99 | |
| Line is longer than 80 characters. | 102 | |
| 'catch' is not preceded with whitespace. | 105 | |
| '}' is not followed by whitespace. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| Line is longer than 80 characters. | 106 | |
| 'catch' is not preceded with whitespace. | 109 | |
| '}' is not followed by whitespace. | 109 | |
| '{' is not preceded with whitespace. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Expected an @return tag. | 121 | |
| Line is longer than 80 characters. | 121 | |
| '<' is not preceded with whitespace. | 121 | |
| '<' is not followed by whitespace. | 121 | |
| '>' is not preceded with whitespace. | 121 | |
| Parameter luString should be final. | 121 | |
| Expected @param tag for 'luString'. | 121 | |
| '<' is not preceded with whitespace. | 122 | |
| '<' is not followed by whitespace. | 122 | |
| '>' is not preceded with whitespace. | 122 | |
| 'if' is not followed by whitespace. | 123 | |
| '{' is not preceded with whitespace. | 123 | |
| '<' is not preceded with whitespace. | 124 | |
| '<' is not followed by whitespace. | 124 | |
| '>' is not preceded with whitespace. | 124 | |
| '>' is not followed by whitespace. | 124 | |
| Array brackets at illegal position. | 125 | |
| 'for' is not followed by whitespace. | 126 | |
| ';' is not followed by whitespace. | 126 | |
| '{' is not preceded with whitespace. | 126 | |
| 'if' is not followed by whitespace. | 127 | |
| '{' is not preceded with whitespace. | 127 | |
| Array brackets at illegal position. | 128 | |
| 'if' is not followed by whitespace. | 129 | |
| '{' is not preceded with whitespace. | 129 | |
| 'else' is not preceded with whitespace. | 131 | |
| '}' is not followed by whitespace. | 131 | |
| 'if' is not followed by whitespace. | 131 | |
| '{' is not preceded with whitespace. | 131 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Line has trailing spaces. | 24 | |
| Expected an @return tag. | 28 | |
| Expected @throws tag for 'CeleritasException'. | 28 | |
| '{' is not preceded with whitespace. | 28 | |
| 'if' is not followed by whitespace. | 29 | |
| '{' is not preceded with whitespace. | 29 | |
| 'try' is not followed by whitespace. | 32 | |
| '{' is not preceded with whitespace. | 32 | |
| 'catch' is not preceded with whitespace. | 34 | |
| '}' is not followed by whitespace. | 34 | |
| 'catch' is not followed by whitespace. | 34 | |
| '{' is not preceded with whitespace. | 34 | |
| Inner assignments should be avoided. | 38 | |
| Expected an @return tag. | 46 | |
| Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| Parameter key should be final. | 46 | |
| Expected @param tag for 'key'. | 46 | |
| '{' is not preceded with whitespace. | 46 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 21 | |
| Missing a Javadoc comment. | 23 | |
| Expected an @return tag. | 31 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| Parameter context should be final. | 31 | |
| Expected @param tag for 'context'. | 31 | |
| Expected @throws tag for 'Exception'. | 31 | |
| 'cast' is not followed by whitespace. | 34 | |
| 'if' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| Line is longer than 80 characters. | 36 | |
| '<' is not preceded with whitespace. | 43 | |
| '<' is not followed by whitespace. | 43 | |
| '>' is not preceded with whitespace. | 43 | |
| 'if' is not followed by whitespace. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| Line is longer than 80 characters. | 46 | |
| 'if' is not followed by whitespace. | 53 | |
| '{' is not preceded with whitespace. | 53 | |
| Line is longer than 80 characters. | 54 | |
| ',' is not followed by whitespace. | 54 | |
| ',' is not followed by whitespace. | 54 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 22 | |
| Missing a Javadoc comment. | 24 | |
| Expected an @return tag. | 32 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Parameter context should be final. | 32 | |
| Expected @param tag for 'context'. | 32 | |
| Expected @throws tag for 'Exception'. | 32 | |
| 'cast' is not followed by whitespace. | 34 | |
| 'if' is not followed by whitespace. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| Line is longer than 80 characters. | 36 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 27 | |
| Expected an @return tag. | 34 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter context should be final. | 34 | |
| Expected @param tag for 'context'. | 34 | |
| Expected @throws tag for 'Exception'. | 34 | |
| 'cast' is not followed by whitespace. | 36 | |
| 'if' is not followed by whitespace. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 43 | |
| 'if' is not followed by whitespace. | 43 | |
| '{' is not preceded with whitespace. | 43 | |
| 'if' is not followed by whitespace. | 47 | |
| '{' is not preceded with whitespace. | 47 | |
| Line is longer than 80 characters. | 49 | |
| 'else' is not preceded with whitespace. | 50 | |
| '}' is not followed by whitespace. | 50 | |
| 'if' is not followed by whitespace. | 50 | |
| '{' is not preceded with whitespace. | 50 | |
| 'else' is not preceded with whitespace. | 62 | |
| '}' is not followed by whitespace. | 62 | |
| 'else' is not followed by whitespace. | 62 | |
| '{' is not preceded with whitespace. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Name 'error_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| Line has trailing spaces. | 71 | |
| Expected an @return tag. | 77 | |
| Line is longer than 80 characters. | 77 | |
| Parameter user should be final. | 77 | |
| Expected @param tag for 'user'. | 77 | |
| Parameter allowedPrincipals should be final. | 77 | |
| Expected @param tag for 'allowedPrincipals'. | 77 | |
| Parameter req should be final. | 77 | |
| Expected @param tag for 'req'. | 77 | |
| 'if' is not followed by whitespace. | 80 | |
| '{' is not preceded with whitespace. | 80 | |
| Line has trailing spaces. | 82 | |
| Line has trailing spaces. | 83 | |
| Array brackets at illegal position. | 84 | |
| 'for' is not followed by whitespace. | 85 | |
| ';' is not followed by whitespace. | 85 | |
| '{' is not preceded with whitespace. | 85 | |
| 'if' is not followed by whitespace. | 87 | |
| '{' is not preceded with whitespace. | 87 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 14 | |
| Line has trailing spaces. | 16 | |
| Expected an @return tag. | 21 | |
| Redundant 'public' modifier. | 21 | |
| Expected @param tag for 'context'. | 21 | |
| Expected @throws tag for 'Exception'. | 21 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 | |
| Line has trailing spaces. | 30 | |
| First sentence should end with a period. | 53 | |
| First sentence should end with a period. | 57 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 29 | |
| Expected an @return tag. | 34 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter context should be final. | 34 | |
| Expected @param tag for 'context'. | 34 | |
| Expected @throws tag for 'Exception'. | 34 | |
| 'cast' is not followed by whitespace. | 37 | |
| 'if' is not followed by whitespace. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 39 | |
| 'if' is not followed by whitespace. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| '<' is not preceded with whitespace. | 51 | |
| '<' is not followed by whitespace. | 51 | |
| '>' is not preceded with whitespace. | 51 | |
| Line is longer than 80 characters. | 52 | |
| Line is longer than 80 characters. | 53 | |
| '<' is not preceded with whitespace. | 53 | |
| '<' is not followed by whitespace. | 53 | |
| '>' is not preceded with whitespace. | 53 | |
| 'if' is not followed by whitespace. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Line is longer than 80 characters. | 60 | |
| ',' is not followed by whitespace. | 60 | |
| ',' is not followed by whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 15 | |
| Missing a Javadoc comment. | 17 | |
| Expected an @return tag. | 25 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Parameter context should be final. | 25 | |
| Expected @param tag for 'context'. | 25 | |
| Expected @throws tag for 'Exception'. | 25 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 24 | |
| Missing a Javadoc comment. | 26 | |
| Line has trailing spaces. | 29 | |
| Expected an @return tag. | 34 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Parameter context should be final. | 34 | |
| Expected @param tag for 'context'. | 34 | |
| Expected @throws tag for 'Exception'. | 34 | |
| 'cast' is not followed by whitespace. | 37 | |
| 'if' is not followed by whitespace. | 38 | |
| '{' is not preceded with whitespace. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Line is longer than 80 characters. | 42 | |
| Name 'order_by' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| 'if' is not followed by whitespace. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Line is longer than 80 characters. | 49 | |
| 'if' is not followed by whitespace. | 59 | |
| '{' is not preceded with whitespace. | 59 | |
| Line is longer than 80 characters. | 60 | |
| ',' is not followed by whitespace. | 60 | |
| ',' is not followed by whitespace. | 60 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| First sentence should end with a period. | 27 | |
| Expected an @return tag. | 33 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Parameter context should be final. | 33 | |
| Expected @param tag for 'context'. | 33 | |
| Expected @throws tag for 'Exception'. | 33 | |
| 'cast' is not followed by whitespace. | 36 | |
| 'if' is not followed by whitespace. | 37 | |
| '{' is not preceded with whitespace. | 37 | |
| Line is longer than 80 characters. | 38 | |
| '<' is not preceded with whitespace. | 44 | |
| '<' is not followed by whitespace. | 44 | |
| '>' is not preceded with whitespace. | 44 | |
| Line is longer than 80 characters. | 45 | |
| Line is longer than 80 characters. | 46 | |
| '<' is not preceded with whitespace. | 46 | |
| '<' is not followed by whitespace. | 46 | |
| '>' is not preceded with whitespace. | 46 | |
| 'if' is not followed by whitespace. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line is longer than 80 characters. | 53 | |
| ',' is not followed by whitespace. | 53 | |
| ',' is not followed by whitespace. | 53 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 14 | |
| Line has trailing spaces. | 17 | |
| Expected an @return tag. | 22 | |
| Method 'implied' is not designed for extension - needs to be abstract, final or empty. | 22 | |
| Parameter context should be final. | 22 | |
| Expected @param tag for 'context'. | 22 | |
| Expected @throws tag for 'Exception'. | 22 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Method 'setColumnName' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| Missing a Javadoc comment. | 21 | |
| Parameter columnName should be final. | 21 | |
| 'columnName' hides a field. | 21 | |
| Method 'getColumnType' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Method 'setColumnType' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Parameter columnType should be final. | 29 | |
| 'columnType' hides a field. | 29 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| Missing a Javadoc comment. | 33 | |
| '{' is not preceded with whitespace. | 34 | |
| '?' is not preceded with whitespace. | 35 | |
| Avoid inline conditionals. | 35 | |
| '?' is not followed by whitespace. | 35 | |
| ':' is not preceded with whitespace. | 35 | |
| ':' is not followed by whitespace. | 35 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Expected an @return tag. | 26 | |
| Parameter order_by should be final. | 26 | |
| Expected @param tag for 'order_by'. | 26 | |
| Name 'order_by' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 26 | |
| Expected an @return tag. | 39 | |
| Parameter table should be final. | 39 | |
| Expected @param tag for 'table'. | 39 | |
| Expected an @return tag. | 50 | |
| Parameter table should be final. | 50 | |
| Expected @param tag for 'table'. | 50 | |
| Parameter pk should be final. | 50 | |
| Expected @param tag for 'pk'. | 50 | |
| Parameter pVal should be final. | 50 | |
| Expected @param tag for 'pVal'. | 50 | |
| Expected an @return tag. | 71 | |
| Line is longer than 80 characters. | 71 | |
| Parameter table should be final. | 71 | |
| Expected @param tag for 'table'. | 71 | |
| Parameter columns should be final. | 71 | |
| '<' is not preceded with whitespace. | 71 | |
| '<' is not followed by whitespace. | 71 | |
| '>' is not preceded with whitespace. | 71 | |
| Expected @param tag for 'columns'. | 71 | |
| Parameter rMap should be final. | 71 | |
| Expected @param tag for 'rMap'. | 71 | |
| Parameter pk should be final. | 71 | |
| Expected @param tag for 'pk'. | 71 | |
| Parameter pVal should be final. | 71 | |
| Expected @param tag for 'pVal'. | 71 | |
| Line has trailing spaces. | 94 | |
| Expected an @return tag. | 100 | |
| Line is longer than 80 characters. | 100 | |
| Parameter table should be final. | 100 | |
| Expected @param tag for 'table'. | 100 | |
| Parameter columns should be final. | 100 | |
| '<' is not preceded with whitespace. | 100 | |
| '<' is not followed by whitespace. | 100 | |
| '>' is not preceded with whitespace. | 100 | |
| Expected @param tag for 'columns'. | 100 | |
| Parameter rMap should be final. | 100 | |
| Expected @param tag for 'rMap'. | 100 | |
| 'if' is not followed by whitespace. | 112 | |
| 'cast' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| 'else' is not preceded with whitespace. | 114 | |
| '}' is not followed by whitespace. | 114 | |
| 'else' is not followed by whitespace. | 114 | |
| '{' is not preceded with whitespace. | 114 | |
| Line is longer than 80 characters. | 116 | |
| 'if' is not followed by whitespace. | 116 | |
| '{' is not preceded with whitespace. | 116 | |
| 'else' is not preceded with whitespace. | 118 | |
| '}' is not followed by whitespace. | 118 | |
| 'else' is not followed by whitespace. | 118 | |
| '{' is not preceded with whitespace. | 118 | |
| Line has trailing spaces. | 131 | |
| Expected an @return tag. | 137 | |
| Line is longer than 80 characters. | 137 | |
| Parameter table should be final. | 137 | |
| Expected @param tag for 'table'. | 137 | |
| Parameter pk should be final. | 137 | |
| Expected @param tag for 'pk'. | 137 | |
| Parameter pVal should be final. | 137 | |
| Expected @param tag for 'pVal'. | 137 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Utility classes should not have a public or default constructor. | 12 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |