Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
34 0 0 1051

Files

Files Infos Warnings Errors
com/rc/celeritas/controller/Constants.java 0 0 35
com/rc/celeritas/controller/CrudWMServlet.java 0 0 265
com/rc/celeritas/controller/package.html 0 0 1
com/rc/celeritas/db/DBConstants.java 0 0 2
com/rc/celeritas/db/DBHelper.java 0 0 278
com/rc/celeritas/db/GenericDAO.java 0 0 29
com/rc/celeritas/db/package.html 0 0 1
com/rc/celeritas/exception/CeleritasException.java 0 0 12
com/rc/celeritas/exception/ImpleoAlreadyExistException.java 0 0 6
com/rc/celeritas/exception/ImpleoMapEmptyException.java 0 0 7
com/rc/celeritas/exception/LessColumnInLookupSQLException.java 0 0 6
com/rc/celeritas/exception/package.html 0 0 1
com/rc/celeritas/generics/Constants.java 0 0 2
com/rc/celeritas/generics/PropertyHelper.java 0 0 109
com/rc/celeritas/generics/package.html 0 0 1
com/rc/celeritas/i18n/ResourceHelper.java 0 0 22
com/rc/celeritas/i18n/package.html 0 0 1
com/rc/celeritas/impleo/DeleteImpleo.java 0 0 22
com/rc/celeritas/impleo/DetailImpleo.java 0 0 11
com/rc/celeritas/impleo/ExportImpleo.java 0 0 49
com/rc/celeritas/impleo/Impleo.java 0 0 6
com/rc/celeritas/impleo/ImpleoConstants.java 0 0 4
com/rc/celeritas/impleo/InsertImpleo.java 0 0 27
com/rc/celeritas/impleo/ListImpleo.java 0 0 7
com/rc/celeritas/impleo/SearchImpleo.java 0 0 22
com/rc/celeritas/impleo/UpdateImpleo.java 0 0 24
com/rc/celeritas/impleo/VerifyImpleo.java 0 0 7
com/rc/celeritas/impleo/package.html 0 0 1
com/rc/celeritas/query/Column.java 0 0 22
com/rc/celeritas/query/QueryConstants.java 0 0 1
com/rc/celeritas/query/QueryHelper.java 0 0 66
com/rc/celeritas/query/package.html 0 0 1
com/rc/celeritas/util/UtilConstants.java 0 0 2
com/rc/celeritas/util/package.html 0 0 1

Rules

Rules Violations Severity
PackageHtml 8 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod 169 Errors Error
JavadocType 0 Errors Error
JavadocVariable 62 Errors Error
JavadocStyle 12 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 4 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 1 Errors Error
StaticVariableName 3 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 2 Errors Error
FileLength 0 Errors Error
LineLength 119 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 1 Errors Error
OperatorWrap 14 Errors Error
ParenPad 2 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 52 Errors Error
WhitespaceAround 432 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 1 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 1 Errors Error
LeftCurly 0 Errors Error
NeedBraces 2 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 4 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 3 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 3 Errors Error
MagicNumber 2 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 21 Errors Error
FinalClass 1 Errors Error
HideUtilityClassConstructor 9 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 6 Errors Error
FinalParameters 84 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
31 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

com/rc/celeritas/controller/Constants.java

Violation Message Line
Errors Class Constants should be declared as final. 12
Errors Missing a Javadoc comment. 14
Errors '{' is not preceded with whitespace. 14
Errors Line has trailing spaces. 15
Errors Missing a Javadoc comment. 18
Errors '=' is not followed by whitespace. 18
Errors Missing a Javadoc comment. 20
Errors Missing a Javadoc comment. 21
Errors Missing a Javadoc comment. 22
Errors Missing a Javadoc comment. 23
Errors Missing a Javadoc comment. 24
Errors Missing a Javadoc comment. 25
Errors Missing a Javadoc comment. 27
Errors Missing a Javadoc comment. 30
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 33
Errors Missing a Javadoc comment. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Missing a Javadoc comment. 43
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 45
Errors Missing a Javadoc comment. 47
Errors Missing a Javadoc comment. 48
Errors Missing a Javadoc comment. 50
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 54
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 57

com/rc/celeritas/controller/CrudWMServlet.java

Violation Message Line
Errors Missing a Javadoc comment. 51
Errors Missing a Javadoc comment. 52
Errors Missing a Javadoc comment. 53
Errors Line is longer than 80 characters. 54
Errors Missing a Javadoc comment. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '<' is not preceded with whitespace. 54
Errors '<' is not followed by whitespace. 54
Errors '>' is not preceded with whitespace. 54
Errors '>' is not followed by whitespace. 54
Errors Missing a Javadoc comment. 55
Errors Missing a Javadoc comment. 56
Errors Missing a Javadoc comment. 57
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '<' is not preceded with whitespace. 59
Errors '<' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors '>' is not followed by whitespace. 59
Errors '>' is not preceded with whitespace. 59
Errors Missing a Javadoc comment. 60
Errors Name 'max_file_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Errors '200000000' is a magic number. 60
Errors Method 'start' is not designed for extension - needs to be abstract, final or empty. 66
Errors '{' is not preceded with whitespace. 67
Errors Line is longer than 80 characters. 71
Errors ',' is not followed by whitespace. 71
Errors 'try' is not followed by whitespace. 73
Errors '{' is not preceded with whitespace. 73
Errors Line is longer than 80 characters. 80
Errors '+' should be on a new line. 80
Errors Line is longer than 80 characters. 81
Errors '+' should be on a new line. 81
Errors Line is longer than 80 characters. 82
Errors 'catch' is not preceded with whitespace. 83
Errors '}' is not followed by whitespace. 83
Errors 'catch' is not followed by whitespace. 83
Errors Line is longer than 80 characters. 84
Errors Line is longer than 80 characters. 87
Errors 'try' is not followed by whitespace. 88
Errors '{' is not preceded with whitespace. 88
Errors 'if' is not followed by whitespace. 90
Errors '{' is not preceded with whitespace. 90
Errors 'catch' is not preceded with whitespace. 94
Errors '}' is not followed by whitespace. 94
Errors '{' is not preceded with whitespace. 94
Errors Line is longer than 80 characters. 95
Errors Line is longer than 80 characters. 98
Errors 'try' is not followed by whitespace. 99
Errors '{' is not preceded with whitespace. 99
Errors 'if' is not followed by whitespace. 101
Errors '{' is not preceded with whitespace. 101
Errors Line is longer than 80 characters. 104
Errors '+' should be on a new line. 104
Errors Line is longer than 80 characters. 105
Errors '+' should be on a new line. 105
Errors Line is longer than 80 characters. 106
Errors 'catch' is not preceded with whitespace. 107
Errors '}' is not followed by whitespace. 107
Errors Line is longer than 80 characters. 108
Errors Line is longer than 80 characters. 113
Errors '+' should be on a new line. 113
Errors Line is longer than 80 characters. 114
Errors '+' should be on a new line. 114
Errors Line is longer than 80 characters. 115
Errors Line is longer than 80 characters. 117
Errors Line is longer than 80 characters. 120
Errors 'if' is not followed by whitespace. 123
Errors '{' is not preceded with whitespace. 123
Errors Line is longer than 80 characters. 124
Errors Line is longer than 80 characters. 126
Errors '+' should be on a new line. 126
Errors Line is longer than 80 characters. 127
Errors '+' should be on a new line. 127
Errors Line is longer than 80 characters. 128
Errors Line is longer than 80 characters. 130
Errors Line is longer than 80 characters. 133
Errors 'if' is not followed by whitespace. 136
Errors '{' is not preceded with whitespace. 136
Errors Line is longer than 80 characters. 137
Errors Line is longer than 80 characters. 141
Errors '+' should be on a new line. 141
Errors Line is longer than 80 characters. 142
Errors '+' should be on a new line. 142
Errors Line is longer than 80 characters. 143
Errors Line is longer than 80 characters. 145
Errors Line is longer than 80 characters. 148
Errors 'try' is not followed by whitespace. 149
Errors '{' is not preceded with whitespace. 149
Errors 'if' is not followed by whitespace. 151
Errors '{' is not preceded with whitespace. 151
Errors Line is longer than 80 characters. 154
Errors '+' should be on a new line. 154
Errors Line is longer than 80 characters. 155
Errors '+' should be on a new line. 155
Errors Line is longer than 80 characters. 156
Errors 'catch' is not preceded with whitespace. 157
Errors '}' is not followed by whitespace. 157
Errors Line is longer than 80 characters. 158
Errors 'try' is not followed by whitespace. 161
Errors '{' is not preceded with whitespace. 161
Errors Line is longer than 80 characters. 163
Errors '+' should be on a new line. 163
Errors Line is longer than 80 characters. 164
Errors '+' should be on a new line. 164
Errors Line is longer than 80 characters. 165
Errors '{' is not preceded with whitespace. 166
Errors Line is longer than 80 characters. 167
Errors Expected an @return tag. 178
Errors Method 'handle' is not designed for extension - needs to be abstract, final or empty. 178
Errors Parameter context should be final. 178
Errors Expected @param tag for 'context'. 178
Errors Expected @throws tag for 'HandlerException'. 178
Errors '{' is not preceded with whitespace. 178
Errors ',' is not followed by whitespace. 182
Errors Line is longer than 80 characters. 183
Errors ',' is not followed by whitespace. 183
Errors ',' is not followed by whitespace. 183
Errors ',' is not followed by whitespace. 184
Errors Line is longer than 80 characters. 188
Errors Line is longer than 80 characters. 190
Errors '?' is not preceded with whitespace. 190
Errors Avoid inline conditionals. 190
Errors '?' is not followed by whitespace. 190
Errors ':' is not preceded with whitespace. 190
Errors ':' is not followed by whitespace. 190
Errors Line has trailing spaces. 192
Errors 'if' is not followed by whitespace. 193
Errors '{' is not preceded with whitespace. 193
Errors 'if' is not followed by whitespace. 194
Errors '{' is not preceded with whitespace. 194
Errors Line is longer than 80 characters. 199
Errors 'if' is not followed by whitespace. 200
Errors '{' is not preceded with whitespace. 200
Errors Line has trailing spaces. 207
Errors Line is longer than 80 characters. 208
Errors 'if' is not followed by whitespace. 209
Errors '{' is not preceded with whitespace. 209
Errors Name 'return_template' must match pattern '^[a-z][a-zA-Z0-9]*$'. 218
Errors 'if' is not followed by whitespace. 219
Errors '{' is not preceded with whitespace. 219
Errors Line is longer than 80 characters. 224
Errors '?' is not preceded with whitespace. 224
Errors Avoid inline conditionals. 224
Errors '?' is not followed by whitespace. 224
Errors ':' is not preceded with whitespace. 224
Errors ':' is not followed by whitespace. 224
Errors Line has trailing spaces. 243
Errors Expected an @return tag. 247
Errors Parameter key should be final. 247
Errors Expected @param tag for 'key'. 247
Errors '{' is not preceded with whitespace. 247
Errors 'if' construct must use '{}'s. 248
Errors 'if' is not followed by whitespace. 248
Errors 'else' construct must use '{}'s. 250
Errors Line has trailing spaces. 255
Errors Expected an @return tag. 262
Errors Line is longer than 80 characters. 262
Errors Method 'registerImpleo' is not designed for extension - needs to be abstract, final or empty. 262
Errors Parameter nameKey should be final. 262
Errors Expected @param tag for 'nameKey'. 262
Errors Parameter impleo should be final. 262
Errors Expected @param tag for 'impleo'. 262
Errors Expected @throws tag for 'ImpleoAlreadyExistException'. 262
Errors Expected @throws tag for 'ImpleoMapEmptyException'. 262
Errors '{' is not preceded with whitespace. 262
Errors 'if' is not followed by whitespace. 263
Errors '{' is not preceded with whitespace. 263
Errors Line is longer than 80 characters. 264
Errors 'else' is not preceded with whitespace. 265
Errors '}' is not followed by whitespace. 265
Errors Line has trailing spaces. 272
Errors Expected an @return tag. 277
Errors Line is longer than 80 characters. 277
Errors Method 'checkImpleoExists' is not designed for extension - needs to be abstract, final or empty. 277
Errors Parameter nameKey should be final. 277
Errors Expected @param tag for 'nameKey'. 277
Errors Expected @throws tag for 'ImpleoMapEmptyException'. 277
Errors 'if' is not followed by whitespace. 278
Errors '{' is not preceded with whitespace. 278
Errors Line is longer than 80 characters. 281
Errors First sentence should end with a period. 284
Errors Parameter req should be final. 290
Errors Line is longer than 80 characters. 291
Errors ',' is not followed by whitespace. 291
Errors Line is longer than 80 characters. 295
Errors Avoid inline conditionals. 295
Errors First sentence should end with a period. 303
Errors Parameter req should be final. 309
Errors ',' is not followed by whitespace. 318
Errors Line is longer than 80 characters. 324
Errors ',' is not followed by whitespace. 324
Errors ',' is not followed by whitespace. 324
Errors Line is longer than 80 characters. 334
Errors Parameter req should be final. 339
Errors Expected @throws tag for 'IOException'. 340
Errors ',' is not followed by whitespace. 342
Errors ',' is not followed by whitespace. 342
Errors ',' is not followed by whitespace. 342
Errors '1024' is a magic number. 345
Errors Name 'file_name' must match pattern '^[a-z][a-zA-Z0-9]*$'. 350
Errors Line is longer than 80 characters. 354
Errors Line is longer than 80 characters. 355
Errors ',' is not followed by whitespace. 356
Errors ',' is not followed by whitespace. 356
Errors ',' is not followed by whitespace. 360
Errors ',' is not followed by whitespace. 363
Errors ',' is not followed by whitespace. 364
Errors ',' is not followed by whitespace. 366
Errors ',' is not followed by whitespace. 367
Errors Line is longer than 80 characters. 369
Errors ',' is not followed by whitespace. 369
Errors Line is longer than 80 characters. 371
Errors ',' is not followed by whitespace. 372
Errors Line is longer than 80 characters. 382
Errors ',' is not followed by whitespace. 382
Errors ',' is not followed by whitespace. 382
Errors ',' is not followed by whitespace. 382
Errors ',' is not followed by whitespace. 384
Errors ',' is not followed by whitespace. 388
Errors ',' is not followed by whitespace. 389
Errors First sentence should end with a period. 393
Errors Parameter ilu should be final. 399
Errors Expected @param tag for 'ilu'. 399
Errors Parameter context should be final. 399
Errors Expected @param tag for 'context'. 399
Errors Array brackets at illegal position. 400
Errors 'for' is not followed by whitespace. 401
Errors '{' is not preceded with whitespace. 401
Errors Line is longer than 80 characters. 402
Errors 'cast' is not followed by whitespace. 402
Errors 'if' is not followed by whitespace. 403
Errors '{' is not preceded with whitespace. 403
Errors 'else' is not preceded with whitespace. 405
Errors '}' is not followed by whitespace. 405
Errors 'else' is not followed by whitespace. 405
Errors '{' is not preceded with whitespace. 405
Errors Line is longer than 80 characters. 406
Errors Parameter lu should be final. 418
Errors Expected @param tag for 'lu'. 418
Errors Parameter context should be final. 418
Errors Expected @param tag for 'context'. 418
Errors Array brackets at illegal position. 419
Errors 'for' is not followed by whitespace. 420
Errors '{' is not preceded with whitespace. 420
Errors 'if' is not followed by whitespace. 423
Errors '{' is not preceded with whitespace. 423
Errors 'else' is not preceded with whitespace. 425
Errors '}' is not followed by whitespace. 425
Errors 'else' is not followed by whitespace. 425
Errors '{' is not preceded with whitespace. 425
Errors Line is longer than 80 characters. 426
Errors Expected an @return tag. 437
Errors Parameter table should be final. 437
Errors Expected @param tag for 'table'. 437
Errors First sentence should end with a period. 441
Errors Method 'getSql' is not designed for extension - needs to be abstract, final or empty. 446
Errors Parameter sqlRef should be final. 446
Errors Expected @param tag for 'sqlRef'. 446
Errors '{' is not preceded with whitespace. 446
Errors 'cast' is not followed by whitespace. 447

com/rc/celeritas/controller/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/db/DBConstants.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 12
Errors Line has trailing spaces. 15

com/rc/celeritas/db/DBHelper.java

Violation Message Line
Errors Unused import - com.rc.celeritas.exception.LessColumnInLookupSQLException. 9
Errors Utility classes should not have a public or default constructor. 32
Errors Missing a Javadoc comment. 34
Errors '<' is not preceded with whitespace. 34
Errors '<' is not followed by whitespace. 34
Errors '>' is not preceded with whitespace. 34
Errors Missing a Javadoc comment. 35
Errors Missing a Javadoc comment. 36
Errors Missing a Javadoc comment. 37
Errors Missing a Javadoc comment. 38
Errors First sentence should end with a period. 40
Errors Expected an @return tag. 44
Errors Expected an @return tag. 55
Errors Parameter sql should be final. 55
Errors Expected @param tag for 'sql'. 55
Errors Expected @throws tag for 'CeleritasException'. 55
Errors '<' is not preceded with whitespace. 56
Errors '<' is not followed by whitespace. 56
Errors '>' is not preceded with whitespace. 56
Errors 'if' is not followed by whitespace. 62
Errors '{' is not preceded with whitespace. 62
Errors '<' is not preceded with whitespace. 63
Errors '<' is not followed by whitespace. 63
Errors '>' is not preceded with whitespace. 63
Errors '>' is not followed by whitespace. 63
Errors 'for' is not followed by whitespace. 66
Errors ';' is preceded with whitespace. 66
Errors '{' is not preceded with whitespace. 66
Errors Line is longer than 80 characters. 72
Errors First sentence should end with a period. 80
Errors Parameter dateFormat should be final. 84
Errors 'dateFormat' hides a field. 84
Errors Expected @param tag for 'dateFormat'. 84
Errors 'if' is not followed by whitespace. 85
Errors '{' is not preceded with whitespace. 85
Errors First sentence should end with a period. 90
Errors Expected an @return tag. 95
Errors '<' is not preceded with whitespace. 95
Errors '<' is not followed by whitespace. 95
Errors '>' is not preceded with whitespace. 95
Errors Parameter sql should be final. 95
Errors Expected @param tag for 'sql'. 95
Errors '<' is not preceded with whitespace. 96
Errors '<' is not followed by whitespace. 96
Errors '>' is not preceded with whitespace. 96
Errors 'if' is not followed by whitespace. 102
Errors '{' is not preceded with whitespace. 102
Errors '<' is not preceded with whitespace. 103
Errors '<' is not followed by whitespace. 103
Errors '>' is not preceded with whitespace. 103
Errors '>' is not followed by whitespace. 103
Errors 'while' is not followed by whitespace. 104
Errors '{' is not preceded with whitespace. 104
Errors 'if' is not followed by whitespace. 107
Errors '{' is not preceded with whitespace. 107
Errors '{' is not preceded with whitespace. 117
Errors Line is longer than 80 characters. 118
Errors 'finally' is not preceded with whitespace. 119
Errors '}' is not followed by whitespace. 119
Errors Expected an @return tag. 130
Errors Parameter seq should be final. 130
Errors Expected @param tag for 'seq'. 130
Errors Line has trailing spaces. 132
Errors Expected an @return tag. 142
Errors Line is longer than 80 characters. 142
Errors Parameter sql should be final. 142
Errors Expected @param tag for 'sql'. 142
Errors Expected @throws tag for 'CeleritasException'. 142
Errors Line is longer than 80 characters. 152
Errors Expected an @return tag. 165
Errors Expected @throws tag for 'CeleritasException'. 165
Errors '{' is not preceded with whitespace. 165
Errors Line is longer than 80 characters. 169
Errors 'if' is not followed by whitespace. 170
Errors '{' is not preceded with whitespace. 170
Errors '<' is not preceded with whitespace. 171
Errors '<' is not followed by whitespace. 171
Errors '>' is not preceded with whitespace. 171
Errors '>' is not followed by whitespace. 171
Errors Array brackets at illegal position. 173
Errors 'if' is not followed by whitespace. 174
Errors '{' is not preceded with whitespace. 174
Errors Line is longer than 80 characters. 175
Errors Line has trailing spaces. 177
Errors Line is longer than 80 characters. 179
Errors 'cast' is not followed by whitespace. 180
Errors '+' is not preceded with whitespace. 180
Errors '+' is not followed by whitespace. 180
Errors Line has trailing spaces. 185
Errors Inner assignments should be avoided. 190
Errors Expected an @return tag. 200
Errors Line is longer than 80 characters. 200
Errors Parameter datasource should be final. 200
Errors Expected @param tag for 'datasource'. 200
Errors Expected @throws tag for 'CeleritasException'. 200
Errors Expected @throws tag for 'ClassCastException'. 200
Errors Redundant throws: 'ClassCastException' is unchecked exception. 200
Errors '{' is not preceded with whitespace. 200
Errors 'if' is not followed by whitespace. 201
Errors '!=' is not preceded with whitespace. 201
Errors '!=' is not followed by whitespace. 201
Errors '{' is not preceded with whitespace. 201
Errors Expected an @return tag. 215
Errors Line is longer than 80 characters. 215
Errors Parameter datasources should be final. 215
Errors Expected @param tag for 'datasources'. 215
Errors Expected @throws tag for 'CeleritasException'. 215
Errors Expected @throws tag for 'ClassCastException'. 215
Errors Redundant throws: 'ClassCastException' is unchecked exception. 215
Errors '{' is not preceded with whitespace. 215
Errors 'if' is not followed by whitespace. 216
Errors '{' is not preceded with whitespace. 216
Errors 'for' is not followed by whitespace. 217
Errors ';' is not followed by whitespace. 217
Errors '<' is not preceded with whitespace. 217
Errors '{' is not preceded with whitespace. 217
Errors 'else' is not preceded with whitespace. 221
Errors '}' is not followed by whitespace. 221
Errors 'else' is not followed by whitespace. 221
Errors '{' is not preceded with whitespace. 221
Errors Expected an @return tag. 231
Errors Expected @throws tag for 'CeleritasException'. 231
Errors '{' is not preceded with whitespace. 231
Errors 'if' is not followed by whitespace. 233
Errors '{' is not preceded with whitespace. 233
Errors Expected an @return tag. 250
Errors Line is longer than 80 characters. 250
Errors '<' is not preceded with whitespace. 250
Errors '<' is not followed by whitespace. 250
Errors '>' is not preceded with whitespace. 250
Errors Parameter table should be final. 250
Errors Expected @param tag for 'table'. 250
Errors Expected @throws tag for 'CeleritasException'. 250
Errors '{' is not preceded with whitespace. 250
Errors Line is longer than 80 characters. 251
Errors ')' is preceded with whitespace. 251
Errors First sentence should end with a period. 256
Errors Expected an @return tag. 262
Errors Line is longer than 80 characters. 262
Errors '<' is not preceded with whitespace. 262
Errors '<' is not followed by whitespace. 262
Errors '>' is not preceded with whitespace. 262
Errors Parameter table should be final. 262
Errors Expected @param tag for 'table'. 262
Errors Expected @throws tag for 'CeleritasException'. 262
Errors '<' is not preceded with whitespace. 263
Errors '<' is not followed by whitespace. 263
Errors '>' is not preceded with whitespace. 263
Errors Line is longer than 80 characters. 264
Errors ')' is preceded with whitespace. 264
Errors 'if' is not followed by whitespace. 270
Errors '{' is not preceded with whitespace. 270
Errors '<' is not preceded with whitespace. 271
Errors '<' is not followed by whitespace. 271
Errors '>' is not preceded with whitespace. 271
Errors '>' is not followed by whitespace. 271
Errors 'while' is not followed by whitespace. 272
Errors '{' is not preceded with whitespace. 272
Errors Line is longer than 80 characters. 280
Errors First sentence should end with a period. 287
Errors Expected an @return tag. 293
Errors Line is longer than 80 characters. 293
Errors '<' is not preceded with whitespace. 293
Errors '<' is not followed by whitespace. 293
Errors '>' is not preceded with whitespace. 293
Errors Parameter sql should be final. 293
Errors Expected @param tag for 'sql'. 293
Errors Expected @throws tag for 'CeleritasException'. 293
Errors '<' is not preceded with whitespace. 294
Errors '<' is not followed by whitespace. 294
Errors '>' is not preceded with whitespace. 294
Errors 'if' is not followed by whitespace. 301
Errors '{' is not preceded with whitespace. 301
Errors '<' is not preceded with whitespace. 302
Errors '<' is not followed by whitespace. 302
Errors '>' is not preceded with whitespace. 302
Errors '>' is not followed by whitespace. 302
Errors 'for' is not followed by whitespace. 303
Errors '=' is not preceded with whitespace. 303
Errors '=' is not followed by whitespace. 303
Errors ';' is not followed by whitespace. 303
Errors '<=' is not preceded with whitespace. 303
Errors '<=' is not followed by whitespace. 303
Errors ';' is not followed by whitespace. 303
Errors '{' is not preceded with whitespace. 303
Errors Line is longer than 80 characters. 311
Errors Parameter conn should be final. 323
Errors Expected @param tag for 'conn'. 323
Errors 'try' is not followed by whitespace. 324
Errors '{' is not preceded with whitespace. 324
Errors 'if' is not followed by whitespace. 325
Errors '{' is not preceded with whitespace. 325
Errors 'catch' is not preceded with whitespace. 329
Errors '}' is not followed by whitespace. 329
Errors 'catch' is not followed by whitespace. 329
Errors '{' is not preceded with whitespace. 329
Errors Must have at least one statement. 329
Errors Expected an @return tag. 343
Errors Line is longer than 80 characters. 343
Errors '<' is not preceded with whitespace. 343
Errors '<' is not followed by whitespace. 343
Errors '>' is not preceded with whitespace. 343
Errors Parameter insertSQL should be final. 343
Errors Expected @param tag for 'insertSQL'. 343
Errors Parameter table should be final. 343
Errors Expected @param tag for 'table'. 343
Errors Parameter pk should be final. 343
Errors Expected @param tag for 'pk'. 343
Errors Parameter pVal should be final. 343
Errors Expected @param tag for 'pVal'. 343
Errors Expected @throws tag for 'CeleritasException'. 343
Errors '{' is not preceded with whitespace. 343
Errors '<' is not preceded with whitespace. 346
Errors '<' is not followed by whitespace. 346
Errors '>' is not preceded with whitespace. 346
Errors 'if' is not followed by whitespace. 347
Errors '{' is not preceded with whitespace. 347
Errors Line has trailing spaces. 354
Errors Expected an @return tag. 359
Errors Parameter sql should be final. 359
Errors Expected @param tag for 'sql'. 359
Errors Expected @throws tag for 'CeleritasException'. 359
Errors Expected an @return tag. 383
Errors Line is longer than 80 characters. 383
Errors '<' is not preceded with whitespace. 383
Errors '<' is not followed by whitespace. 383
Errors '>' is not preceded with whitespace. 383
Errors Parameter table should be final. 383
Errors Expected @param tag for 'table'. 383
Errors Parameter pk should be final. 383
Errors Expected @param tag for 'pk'. 383
Errors Parameter pVal should be final. 383
Errors Expected @param tag for 'pVal'. 383
Errors Expected @throws tag for 'CeleritasException'. 383
Errors '{' is not preceded with whitespace. 383
Errors Expected an @return tag. 394
Errors Line is longer than 80 characters. 394
Errors '<' is not preceded with whitespace. 394
Errors '<' is not followed by whitespace. 394
Errors '>' is not preceded with whitespace. 394
Errors Parameter sql should be final. 394
Errors Expected @param tag for 'sql'. 394
Errors Expected @throws tag for 'CeleritasException'. 394
Errors '<' is not preceded with whitespace. 396
Errors '<' is not followed by whitespace. 396
Errors '>' is not preceded with whitespace. 396
Errors 'if' is not followed by whitespace. 401
Errors '{' is not preceded with whitespace. 401
Errors '<' is not preceded with whitespace. 403
Errors '<' is not followed by whitespace. 403
Errors '>' is not preceded with whitespace. 403
Errors '>' is not followed by whitespace. 403
Errors 'while' is not followed by whitespace. 404
Errors '{' is not preceded with whitespace. 404
Errors 'for' is not followed by whitespace. 405
Errors ';' is not followed by whitespace. 405
Errors '{' is not preceded with whitespace. 405
Errors Line is longer than 80 characters. 406
Errors Line is longer than 80 characters. 407
Errors Expected an @return tag. 429
Errors Line is longer than 80 characters. 429
Errors '<' is not preceded with whitespace. 429
Errors '<' is not followed by whitespace. 429
Errors '>' is not preceded with whitespace. 429
Errors Parameter updateSQL should be final. 429
Errors Expected @param tag for 'updateSQL'. 429
Errors Parameter table should be final. 429
Errors Expected @param tag for 'table'. 429
Errors Parameter pk should be final. 429
Errors Expected @param tag for 'pk'. 429
Errors Parameter pVal should be final. 429
Errors Expected @param tag for 'pVal'. 429
Errors Expected @throws tag for 'CeleritasException'. 429
Errors '<' is not preceded with whitespace. 431
Errors '<' is not followed by whitespace. 431
Errors '>' is not preceded with whitespace. 431
Errors 'if' is not followed by whitespace. 432
Errors '{' is not preceded with whitespace. 432

com/rc/celeritas/db/GenericDAO.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 19
Errors Missing a Javadoc comment. 21
Errors Line has trailing spaces. 24
Errors Expected an @return tag. 30
Errors Line is longer than 80 characters. 30
Errors '<' is not preceded with whitespace. 30
Errors '<' is not followed by whitespace. 30
Errors '>' is not preceded with whitespace. 30
Errors Parameter conn should be final. 30
Errors Expected @param tag for 'conn'. 30
Errors Parameter sql should be final. 30
Errors Expected @param tag for 'sql'. 30
Errors Expected @throws tag for 'CeleritasException'. 30
Errors '{' is not preceded with whitespace. 30
Errors '<' is not preceded with whitespace. 31
Errors '<' is not followed by whitespace. 31
Errors '>' is not preceded with whitespace. 31
Errors 'try' is not followed by whitespace. 32
Errors '{' is not preceded with whitespace. 32
Errors 'if' is not followed by whitespace. 35
Errors '{' is not preceded with whitespace. 35
Errors '<' is not preceded with whitespace. 36
Errors '<' is not followed by whitespace. 36
Errors '>' is not preceded with whitespace. 36
Errors '>' is not followed by whitespace. 36
Errors 'while' is not followed by whitespace. 37
Errors '{' is not preceded with whitespace. 37
Errors '{' is not preceded with whitespace. 41
Errors Line is longer than 80 characters. 42

com/rc/celeritas/db/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/exception/CeleritasException.java

Violation Message Line
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 14
Errors Missing a Javadoc comment. 14
Errors Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. 19
Errors Missing a Javadoc comment. 19
Errors '{' is not preceded with whitespace. 27
Errors Line has trailing spaces. 32
Errors Parameter t should be final. 35
Errors Expected @param tag for 't'. 35
Errors Parameter message should be final. 43
Errors Expected @param tag for 'message'. 43
Errors '{' is not preceded with whitespace. 43
Errors Line has trailing spaces. 46

com/rc/celeritas/exception/ImpleoAlreadyExistException.java

Violation Message Line
Errors '{' is not preceded with whitespace. 12
Errors Line has trailing spaces. 22
Errors Parameter t should be final. 25
Errors Expected @param tag for 't'. 25
Errors Parameter message should be final. 33
Errors Expected @param tag for 'message'. 33

com/rc/celeritas/exception/ImpleoMapEmptyException.java

Violation Message Line
Errors '{' is not preceded with whitespace. 12
Errors Line has trailing spaces. 15
Errors Parameter t should be final. 25
Errors Expected @param tag for 't'. 25
Errors Parameter message should be final. 33
Errors Expected @param tag for 'message'. 33
Errors '{' is not preceded with whitespace. 33

com/rc/celeritas/exception/LessColumnInLookupSQLException.java

Violation Message Line
Errors Parameter message should be final. 25
Errors Expected @param tag for 'message'. 25
Errors '{' is not preceded with whitespace. 25
Errors Parameter t should be final. 33
Errors Expected @param tag for 't'. 33
Errors '{' is not preceded with whitespace. 33

com/rc/celeritas/exception/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/generics/Constants.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 12
Errors Line has trailing spaces. 19

com/rc/celeritas/generics/PropertyHelper.java

Violation Message Line
Errors Unused import - java.io.FileInputStream. 10
Errors Utility classes should not have a public or default constructor. 26
Errors Missing a Javadoc comment. 28
Errors Missing a Javadoc comment. 29
Errors Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Errors Missing a Javadoc comment. 30
Errors Expected an @return tag. 37
Errors Line is longer than 80 characters. 37
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '<' is not preceded with whitespace. 37
Errors '<' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors '>' is not followed by whitespace. 37
Errors '>' is not preceded with whitespace. 37
Errors Parameter iluRefMap should be final. 37
Errors Expected @param tag for 'iluRefMap'. 37
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '<' is not preceded with whitespace. 38
Errors '<' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors '>' is not followed by whitespace. 38
Errors '>' is not preceded with whitespace. 38
Errors 'if' is not followed by whitespace. 39
Errors '{' is not preceded with whitespace. 39
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '<' is not preceded with whitespace. 40
Errors '<' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '>' is not followed by whitespace. 40
Errors '>' is not preceded with whitespace. 40
Errors '>' is not followed by whitespace. 40
Errors 'while' is not followed by whitespace. 42
Errors '{' is not preceded with whitespace. 42
Errors 'cast' is not followed by whitespace. 43
Errors '<' is not preceded with whitespace. 45
Errors '<' is not followed by whitespace. 45
Errors '>' is not preceded with whitespace. 45
Errors Expected an @return tag. 57
Errors Expected @throws tag for 'CeleritasException'. 57
Errors '{' is not preceded with whitespace. 57
Errors 'try' is not followed by whitespace. 58
Errors '{' is not preceded with whitespace. 58
Errors '{' is not preceded with whitespace. 60
Errors Inner assignments should be avoided. 64
Errors Expected an @return tag. 72
Errors Parameter key should be final. 72
Errors Expected @param tag for 'key'. 72
Errors '{' is not preceded with whitespace. 72
Errors Line has trailing spaces. 77
Errors Expected an @return tag. 82
Errors Parameter key should be final. 82
Errors Expected @param tag for 'key'. 82
Errors Parameter database should be final. 82
Errors Expected @param tag for 'database'. 82
Errors '{' is not preceded with whitespace. 82
Errors Expected an @return tag. 92
Errors Line is longer than 80 characters. 92
Errors Parameter fileName should be final. 92
Errors Expected @param tag for 'fileName'. 92
Errors Expected @throws tag for 'CeleritasException'. 92
Errors '{' is not preceded with whitespace. 92
Errors 'try' is not followed by whitespace. 94
Errors '{' is not preceded with whitespace. 94
Errors Line is longer than 80 characters. 96
Errors 'if' is not followed by whitespace. 97
Errors '{' is not preceded with whitespace. 97
Errors Line is longer than 80 characters. 99
Errors '{' is not preceded with whitespace. 99
Errors Line is longer than 80 characters. 102
Errors 'catch' is not preceded with whitespace. 105
Errors '}' is not followed by whitespace. 105
Errors '{' is not preceded with whitespace. 105
Errors Line is longer than 80 characters. 106
Errors 'catch' is not preceded with whitespace. 109
Errors '}' is not followed by whitespace. 109
Errors '{' is not preceded with whitespace. 109
Errors Line is longer than 80 characters. 110
Errors Expected an @return tag. 121
Errors Line is longer than 80 characters. 121
Errors '<' is not preceded with whitespace. 121
Errors '<' is not followed by whitespace. 121
Errors '>' is not preceded with whitespace. 121
Errors Parameter luString should be final. 121
Errors Expected @param tag for 'luString'. 121
Errors '<' is not preceded with whitespace. 122
Errors '<' is not followed by whitespace. 122
Errors '>' is not preceded with whitespace. 122
Errors 'if' is not followed by whitespace. 123
Errors '{' is not preceded with whitespace. 123
Errors '<' is not preceded with whitespace. 124
Errors '<' is not followed by whitespace. 124
Errors '>' is not preceded with whitespace. 124
Errors '>' is not followed by whitespace. 124
Errors Array brackets at illegal position. 125
Errors 'for' is not followed by whitespace. 126
Errors ';' is not followed by whitespace. 126
Errors '{' is not preceded with whitespace. 126
Errors 'if' is not followed by whitespace. 127
Errors '{' is not preceded with whitespace. 127
Errors Array brackets at illegal position. 128
Errors 'if' is not followed by whitespace. 129
Errors '{' is not preceded with whitespace. 129
Errors 'else' is not preceded with whitespace. 131
Errors '}' is not followed by whitespace. 131
Errors 'if' is not followed by whitespace. 131
Errors '{' is not preceded with whitespace. 131

com/rc/celeritas/generics/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/i18n/ResourceHelper.java

Violation Message Line
Errors Missing a Javadoc comment. 17
Errors Missing a Javadoc comment. 19
Errors Name '_initialized' must match pattern '^[a-z][a-zA-Z0-9]*$'. 19
Errors Missing a Javadoc comment. 21
Errors Line has trailing spaces. 24
Errors Expected an @return tag. 28
Errors Expected @throws tag for 'CeleritasException'. 28
Errors '{' is not preceded with whitespace. 28
Errors 'if' is not followed by whitespace. 29
Errors '{' is not preceded with whitespace. 29
Errors 'try' is not followed by whitespace. 32
Errors '{' is not preceded with whitespace. 32
Errors 'catch' is not preceded with whitespace. 34
Errors '}' is not followed by whitespace. 34
Errors 'catch' is not followed by whitespace. 34
Errors '{' is not preceded with whitespace. 34
Errors Inner assignments should be avoided. 38
Errors Expected an @return tag. 46
Errors Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 46
Errors Parameter key should be final. 46
Errors Expected @param tag for 'key'. 46
Errors '{' is not preceded with whitespace. 46

com/rc/celeritas/i18n/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/impleo/DeleteImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 21
Errors Missing a Javadoc comment. 23
Errors Expected an @return tag. 31
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 31
Errors Parameter context should be final. 31
Errors Expected @param tag for 'context'. 31
Errors Expected @throws tag for 'Exception'. 31
Errors 'cast' is not followed by whitespace. 34
Errors 'if' is not followed by whitespace. 35
Errors '{' is not preceded with whitespace. 35
Errors Line is longer than 80 characters. 36
Errors '<' is not preceded with whitespace. 43
Errors '<' is not followed by whitespace. 43
Errors '>' is not preceded with whitespace. 43
Errors 'if' is not followed by whitespace. 45
Errors '{' is not preceded with whitespace. 45
Errors Line is longer than 80 characters. 46
Errors 'if' is not followed by whitespace. 53
Errors '{' is not preceded with whitespace. 53
Errors Line is longer than 80 characters. 54
Errors ',' is not followed by whitespace. 54
Errors ',' is not followed by whitespace. 54

com/rc/celeritas/impleo/DetailImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 22
Errors Missing a Javadoc comment. 24
Errors Expected an @return tag. 32
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 32
Errors Parameter context should be final. 32
Errors Expected @param tag for 'context'. 32
Errors Expected @throws tag for 'Exception'. 32
Errors 'cast' is not followed by whitespace. 34
Errors 'if' is not followed by whitespace. 35
Errors '{' is not preceded with whitespace. 35
Errors Line is longer than 80 characters. 36

com/rc/celeritas/impleo/ExportImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 24
Errors Missing a Javadoc comment. 26
Errors Line has trailing spaces. 27
Errors Expected an @return tag. 34
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 34
Errors Parameter context should be final. 34
Errors Expected @param tag for 'context'. 34
Errors Expected @throws tag for 'Exception'. 34
Errors 'cast' is not followed by whitespace. 36
Errors 'if' is not followed by whitespace. 37
Errors '{' is not preceded with whitespace. 37
Errors Line is longer than 80 characters. 38
Errors Line is longer than 80 characters. 40
Errors Line is longer than 80 characters. 41
Errors Line is longer than 80 characters. 43
Errors 'if' is not followed by whitespace. 43
Errors '{' is not preceded with whitespace. 43
Errors 'if' is not followed by whitespace. 47
Errors '{' is not preceded with whitespace. 47
Errors Line is longer than 80 characters. 49
Errors 'else' is not preceded with whitespace. 50
Errors '}' is not followed by whitespace. 50
Errors 'if' is not followed by whitespace. 50
Errors '{' is not preceded with whitespace. 50
Errors 'else' is not preceded with whitespace. 62
Errors '}' is not followed by whitespace. 62
Errors 'else' is not followed by whitespace. 62
Errors '{' is not preceded with whitespace. 62
Errors Line is longer than 80 characters. 63
Errors Name 'error_message' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Errors Line has trailing spaces. 71
Errors Expected an @return tag. 77
Errors Line is longer than 80 characters. 77
Errors Parameter user should be final. 77
Errors Expected @param tag for 'user'. 77
Errors Parameter allowedPrincipals should be final. 77
Errors Expected @param tag for 'allowedPrincipals'. 77
Errors Parameter req should be final. 77
Errors Expected @param tag for 'req'. 77
Errors 'if' is not followed by whitespace. 80
Errors '{' is not preceded with whitespace. 80
Errors Line has trailing spaces. 82
Errors Line has trailing spaces. 83
Errors Array brackets at illegal position. 84
Errors 'for' is not followed by whitespace. 85
Errors ';' is not followed by whitespace. 85
Errors '{' is not preceded with whitespace. 85
Errors 'if' is not followed by whitespace. 87
Errors '{' is not preceded with whitespace. 87

com/rc/celeritas/impleo/Impleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 14
Errors Line has trailing spaces. 16
Errors Expected an @return tag. 21
Errors Redundant 'public' modifier. 21
Errors Expected @param tag for 'context'. 21
Errors Expected @throws tag for 'Exception'. 21

com/rc/celeritas/impleo/ImpleoConstants.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 12
Errors Line has trailing spaces. 30
Errors First sentence should end with a period. 53
Errors First sentence should end with a period. 57

com/rc/celeritas/impleo/InsertImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 24
Errors Missing a Javadoc comment. 26
Errors Line has trailing spaces. 29
Errors Expected an @return tag. 34
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 34
Errors Parameter context should be final. 34
Errors Expected @param tag for 'context'. 34
Errors Expected @throws tag for 'Exception'. 34
Errors 'cast' is not followed by whitespace. 37
Errors 'if' is not followed by whitespace. 38
Errors '{' is not preceded with whitespace. 38
Errors Line is longer than 80 characters. 39
Errors 'if' is not followed by whitespace. 45
Errors '{' is not preceded with whitespace. 45
Errors '<' is not preceded with whitespace. 51
Errors '<' is not followed by whitespace. 51
Errors '>' is not preceded with whitespace. 51
Errors Line is longer than 80 characters. 52
Errors Line is longer than 80 characters. 53
Errors '<' is not preceded with whitespace. 53
Errors '<' is not followed by whitespace. 53
Errors '>' is not preceded with whitespace. 53
Errors 'if' is not followed by whitespace. 59
Errors '{' is not preceded with whitespace. 59
Errors Line is longer than 80 characters. 60
Errors ',' is not followed by whitespace. 60
Errors ',' is not followed by whitespace. 60

com/rc/celeritas/impleo/ListImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 15
Errors Missing a Javadoc comment. 17
Errors Expected an @return tag. 25
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 25
Errors Parameter context should be final. 25
Errors Expected @param tag for 'context'. 25
Errors Expected @throws tag for 'Exception'. 25

com/rc/celeritas/impleo/SearchImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 24
Errors Missing a Javadoc comment. 26
Errors Line has trailing spaces. 29
Errors Expected an @return tag. 34
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 34
Errors Parameter context should be final. 34
Errors Expected @param tag for 'context'. 34
Errors Expected @throws tag for 'Exception'. 34
Errors 'cast' is not followed by whitespace. 37
Errors 'if' is not followed by whitespace. 38
Errors '{' is not preceded with whitespace. 38
Errors Line is longer than 80 characters. 39
Errors Line is longer than 80 characters. 42
Errors Name 'order_by' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Errors 'if' is not followed by whitespace. 46
Errors '{' is not preceded with whitespace. 46
Errors Line is longer than 80 characters. 49
Errors 'if' is not followed by whitespace. 59
Errors '{' is not preceded with whitespace. 59
Errors Line is longer than 80 characters. 60
Errors ',' is not followed by whitespace. 60
Errors ',' is not followed by whitespace. 60

com/rc/celeritas/impleo/UpdateImpleo.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors First sentence should end with a period. 27
Errors Expected an @return tag. 33
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 33
Errors Parameter context should be final. 33
Errors Expected @param tag for 'context'. 33
Errors Expected @throws tag for 'Exception'. 33
Errors 'cast' is not followed by whitespace. 36
Errors 'if' is not followed by whitespace. 37
Errors '{' is not preceded with whitespace. 37
Errors Line is longer than 80 characters. 38
Errors '<' is not preceded with whitespace. 44
Errors '<' is not followed by whitespace. 44
Errors '>' is not preceded with whitespace. 44
Errors Line is longer than 80 characters. 45
Errors Line is longer than 80 characters. 46
Errors '<' is not preceded with whitespace. 46
Errors '<' is not followed by whitespace. 46
Errors '>' is not preceded with whitespace. 46
Errors 'if' is not followed by whitespace. 52
Errors '{' is not preceded with whitespace. 52
Errors Line is longer than 80 characters. 53
Errors ',' is not followed by whitespace. 53
Errors ',' is not followed by whitespace. 53

com/rc/celeritas/impleo/VerifyImpleo.java

Violation Message Line
Errors '{' is not preceded with whitespace. 14
Errors Line has trailing spaces. 17
Errors Expected an @return tag. 22
Errors Method 'implied' is not designed for extension - needs to be abstract, final or empty. 22
Errors Parameter context should be final. 22
Errors Expected @param tag for 'context'. 22
Errors Expected @throws tag for 'Exception'. 22

com/rc/celeritas/impleo/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/query/Column.java

Violation Message Line
Errors Missing a Javadoc comment. 14
Errors Missing a Javadoc comment. 15
Errors Method 'getColumnName' is not designed for extension - needs to be abstract, final or empty. 17
Errors Missing a Javadoc comment. 17
Errors Method 'setColumnName' is not designed for extension - needs to be abstract, final or empty. 21
Errors Missing a Javadoc comment. 21
Errors Parameter columnName should be final. 21
Errors 'columnName' hides a field. 21
Errors Method 'getColumnType' is not designed for extension - needs to be abstract, final or empty. 25
Errors Missing a Javadoc comment. 25
Errors Method 'setColumnType' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Parameter columnType should be final. 29
Errors 'columnType' hides a field. 29
Errors Method 'toString' is not designed for extension - needs to be abstract, final or empty. 33
Errors Missing a Javadoc comment. 33
Errors '{' is not preceded with whitespace. 34
Errors '?' is not preceded with whitespace. 35
Errors Avoid inline conditionals. 35
Errors '?' is not followed by whitespace. 35
Errors ':' is not preceded with whitespace. 35
Errors ':' is not followed by whitespace. 35

com/rc/celeritas/query/QueryConstants.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 12

com/rc/celeritas/query/QueryHelper.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 17
Errors Missing a Javadoc comment. 19
Errors Expected an @return tag. 26
Errors Parameter order_by should be final. 26
Errors Expected @param tag for 'order_by'. 26
Errors Name 'order_by' must match pattern '^[a-z][a-zA-Z0-9]*$'. 26
Errors Expected an @return tag. 39
Errors Parameter table should be final. 39
Errors Expected @param tag for 'table'. 39
Errors Expected an @return tag. 50
Errors Parameter table should be final. 50
Errors Expected @param tag for 'table'. 50
Errors Parameter pk should be final. 50
Errors Expected @param tag for 'pk'. 50
Errors Parameter pVal should be final. 50
Errors Expected @param tag for 'pVal'. 50
Errors Expected an @return tag. 71
Errors Line is longer than 80 characters. 71
Errors Parameter table should be final. 71
Errors Expected @param tag for 'table'. 71
Errors Parameter columns should be final. 71
Errors '<' is not preceded with whitespace. 71
Errors '<' is not followed by whitespace. 71
Errors '>' is not preceded with whitespace. 71
Errors Expected @param tag for 'columns'. 71
Errors Parameter rMap should be final. 71
Errors Expected @param tag for 'rMap'. 71
Errors Parameter pk should be final. 71
Errors Expected @param tag for 'pk'. 71
Errors Parameter pVal should be final. 71
Errors Expected @param tag for 'pVal'. 71
Errors Line has trailing spaces. 94
Errors Expected an @return tag. 100
Errors Line is longer than 80 characters. 100
Errors Parameter table should be final. 100
Errors Expected @param tag for 'table'. 100
Errors Parameter columns should be final. 100
Errors '<' is not preceded with whitespace. 100
Errors '<' is not followed by whitespace. 100
Errors '>' is not preceded with whitespace. 100
Errors Expected @param tag for 'columns'. 100
Errors Parameter rMap should be final. 100
Errors Expected @param tag for 'rMap'. 100
Errors 'if' is not followed by whitespace. 112
Errors 'cast' is not followed by whitespace. 112
Errors '{' is not preceded with whitespace. 112
Errors 'else' is not preceded with whitespace. 114
Errors '}' is not followed by whitespace. 114
Errors 'else' is not followed by whitespace. 114
Errors '{' is not preceded with whitespace. 114
Errors Line is longer than 80 characters. 116
Errors 'if' is not followed by whitespace. 116
Errors '{' is not preceded with whitespace. 116
Errors 'else' is not preceded with whitespace. 118
Errors '}' is not followed by whitespace. 118
Errors 'else' is not followed by whitespace. 118
Errors '{' is not preceded with whitespace. 118
Errors Line has trailing spaces. 131
Errors Expected an @return tag. 137
Errors Line is longer than 80 characters. 137
Errors Parameter table should be final. 137
Errors Expected @param tag for 'table'. 137
Errors Parameter pk should be final. 137
Errors Expected @param tag for 'pk'. 137
Errors Parameter pVal should be final. 137
Errors Expected @param tag for 'pVal'. 137

com/rc/celeritas/query/package.html

Violation Message Line
Errors Missing package documentation file. 0

com/rc/celeritas/util/UtilConstants.java

Violation Message Line
Errors Utility classes should not have a public or default constructor. 12
Errors Line has trailing spaces. 38

com/rc/celeritas/util/package.html

Violation Message Line
Errors Missing package documentation file. 0