Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
79 0 0 6498

Rules

Rules Violations Severity
PackageHtml 0 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LeftCurly
  • option : "nl"
1769 error Error
RightCurly
  • option : "alone"
318 error Error
LineLength
  • ignorePattern : "@version"
556 error Error
MemberName
  • format : "^f[A-Z][a-zA-Z0-9]*$"
205 error Error
JavadocMethod 666 error Error
JavadocType 27 error Error
JavadocVariable 275 error Error
ConstantName 16 error Error
LocalFinalVariableName 0 error Error
LocalVariableName 4 error Error
MethodName 1 error Error
PackageName 0 error Error
ParameterName 1 error Error
StaticVariableName 0 error Error
TypeName 0 error Error
Header
  • ignoreLines : "1,6"
  • headerFile : "/dist/jal/target/checkstyle-header.txt"
0 error Error
AvoidStarImport 2 error Error
IllegalImport 1 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength 5 error Error
ParameterNumber 1 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter 2 error Error
NoWhitespaceBefore 38 error Error
OperatorWrap 95 error Error
ParenPad 8 error Error
TabCharacter 0 error Error
WhitespaceAfter 455 error Error
WhitespaceAround 351 error Error
ModifierOrder 5 error Error
RedundantModifier 1 error Error
AvoidNestedBlocks 2 error Error
EmptyBlock 8 error Error
NeedBraces 283 error Error
AvoidInlineConditionals 18 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 15 error Error
EqualsHashCode 0 error Error
HiddenField 33 error Error
IllegalInstantiation 0 error Error
InnerAssignment 5 error Error
MagicNumber 41 error Error
MissingSwitchDefault 1 error Error
RedundantThrows 4 error Error
SimplifyBooleanExpression 1 error Error
SimplifyBooleanReturn 5 error Error
DesignForExtension 237 error Error
FinalClass 2 error Error
HideUtilityClassConstructor 13 error Error
InterfaceIsType 0 error Error
VisibilityModifier 56 error Error
ArrayTypeStyle 3 error Error
FinalParameters 665 error Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
304 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Files

Files info warning error
org/paneris/messageboard/model/Message.java 0 0 136
org/paneris/util/SessionUtil.java 0 0 19
org/paneris/jal/controller/CreateDSD.java 0 0 277
org/paneris/jal/model/CSVUtil.java 0 0 90
org/paneris/util/ProcessFailedException.java 0 0 11
org/paneris/util/SQLUtils.java 0 0 17
org/paneris/messageboard/controller/NewMessagePage.java 0 0 60
org/paneris/util/JoinVector.java 0 0 24
org/paneris/messageboard/receivemail/SMTPServer.java 0 0 39
org/paneris/messageboard/controller/SendBoard.java 0 0 50
org/paneris/util/ExceptionUtils.java 0 0 6
org/paneris/jal/model/EmailException.java 0 0 8
org/paneris/messageboard/receivemail/DotTerminatedInputStream.java 0 0 73
org/paneris/jal/controller/LookupList.java 0 0 132
org/paneris/util/CSVStringEnumeration.java 0 0 28
org/paneris/messageboard/controller/SearchMessages.java 0 0 61
org/paneris/util/CRLFFtellReader.java 0 0 48
org/paneris/messageboard/controller/UpdateMessage.java 0 0 53
org/paneris/util/StringUtils.java 0 0 67
org/paneris/util/UniqueVector.java 0 0 20
org/paneris/util/ExtensionFilter.java 0 0 18
org/paneris/messageboard/model/Attachment.java 0 0 91
org/paneris/user/controller/Access.java 0 0 41
org/paneris/jal/model/DataCache.java 0 0 155
org/paneris/messageboard/controller/MessagePage.java 0 0 57
org/paneris/jal/model/DDRecord.java 0 0 457
org/paneris/util/IoUtils.java 0 0 57
org/paneris/jal/model/HTMLUtil.java 0 0 691
org/paneris/jal/model/LookupItem.java 0 0 21
org/paneris/util/SystemUtils.java 0 0 25
org/paneris/messageboard/controller/MessageboardUpdater.java 0 0 74
org/paneris/user/controller/LoginUser.java 0 0 69
org/paneris/jal/controller/AdministrationDatasources.java 0 0 19
org/paneris/jal/controller/Dummy.java 0 0 15
org/paneris/jal/model/RecordSet.java 0 0 307
org/paneris/user/controller/LoginForgot.java 0 0 66
org/paneris/util/PropertiesUtils.java 0 0 11
org/paneris/util/CSVStringTokenizer.java 0 0 79
org/paneris/jal/controller/Admin.java 0 0 198
org/paneris/jal/controller/POSQL.java 0 0 67
org/paneris/messageboard/receivemail/WordToHTML.java 0 0 21
org/paneris/messageboard/receivemail/MessageBoardStore.java 0 0 159
org/paneris/jal/model/Log.java 0 0 36
org/paneris/user/controller/LogoutUser.java 0 0 22
org/paneris/util/ExtendedHash.java 0 0 63
org/paneris/jal/controller/Export.java 0 0 76
org/paneris/util/ValidationProblem.java 0 0 77
org/paneris/jal/model/SystemProperties.java 0 0 23
org/paneris/jal/model/TableMetaData.java 0 0 129
org/paneris/user/model/User.java 0 0 358
org/paneris/user/controller/EditUser.java 0 0 83
org/paneris/jal/model/FieldMetaData.java 0 0 149
org/paneris/util/ContextUtil.java 0 0 17
org/paneris/user/controller/DisplayUser.java 0 0 29
org/paneris/util/DateUtils.java 0 0 17
org/paneris/jal/model/NoSuchFieldException.java 0 0 11
org/paneris/messageboard/controller/ListBoards.java 0 0 47
org/paneris/jal/controller/Upload.java 0 0 133
org/paneris/jal/model/DBConnectionManager.java 0 0 259
org/paneris/messageboard/model/MessageThread.java 0 0 23
org/paneris/messageboard/controller/MessageBoard.java 0 0 83
org/webmacro/servlet/PanerisPage.java 0 0 204
org/paneris/jal/model/SQLMetaData.java 0 0 66
org/paneris/messageboard/controller/Subscribe.java 0 0 43
org/paneris/paneris/model/PageContent.java 0 0 77
org/paneris/messageboard/model/Board.java 0 0 137
org/paneris/messageboard/receivemail/SMTPSession.java 0 0 113
org/paneris/jal/model/DDField.java 0 0 262
org/paneris/jal/model/Email.java 0 0 44

Details

org/paneris/messageboard/model/Message.java

Violation Message Line
error '{' should be on a new line. 19
error Missing a Javadoc comment. 21
error Missing a Javadoc comment. 22
error Name 'indentation' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Variable 'indentation' must be private and have accessor methods. 22
error Missing a Javadoc comment. 23
error Name 'attachments' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Variable 'attachments' must be private and have accessor methods. 23
error Parameter db should be final. 32
error Expected @param tag for 'db'. 32
error Parameter rs should be final. 32
error Expected @param tag for 'rs'. 32
error '{' should be on a new line. 32
error ',' is not followed by whitespace. 33
error ',' is not followed by whitespace. 33
error Parameter db should be final. 42
error Expected @param tag for 'db'. 42
error '{' should be on a new line. 42
error ',' is not followed by whitespace. 43
error Line is longer than 80 characters. 47
error Parameter db should be final. 52
error Expected @param tag for 'db'. 52
error Parameter record should be final. 52
error Expected @param tag for 'record'. 52
error '{' should be on a new line. 52
error ',' is not followed by whitespace. 53
error ',' is not followed by whitespace. 53
error Method 'setAttachments' is not designed for extension - needs to be abstract, final or empty. 61
error '{' should be on a new line. 61
error '{' should be on a new line. 65
error '}' should be alone on a line. 67
error '{' should be on a new line. 67
error 'cast' is not followed by whitespace. 68
error '{' should be on a new line. 70
error ',' is not followed by whitespace. 72
error Line is longer than 80 characters. 74
error '{' should be on a new line. 76
error Line is longer than 80 characters. 86
error Expected an @return tag. 88
error Method 'getIndentationVector' is not designed for extension - needs to be abstract, final or empty. 88
error '{' should be on a new line. 88
error '=' is not preceded with whitespace. 90
error '=' is not followed by whitespace. 90
error '<' is not preceded with whitespace. 90
error '<' is not followed by whitespace. 90
error '{' should be on a new line. 90
error Expected an @return tag. 101
error Method 'getParent' is not designed for extension - needs to be abstract, final or empty. 101
error '{' should be on a new line. 101
error '{' should be on a new line. 103
error 'cast' is not followed by whitespace. 104
error '{' should be on a new line. 105
error ',' is not followed by whitespace. 106
error '}' should be alone on a line. 107
error '{' should be on a new line. 107
error '}' should be alone on a line. 110
error '{' should be on a new line. 110
error Expected an @return tag. 120
error Method 'getTopParent' is not designed for extension - needs to be abstract, final or empty. 120
error '{' should be on a new line. 120
error '{' should be on a new line. 123
error '}' should be alone on a line. 125
error '{' should be on a new line. 125
error '{' should be on a new line. 126
error '{' should be on a new line. 128
error '}' should be alone on a line. 130
error '{' should be on a new line. 130
error 'cast' is not followed by whitespace. 131
error '{' should be on a new line. 132
error Method 'setIndentation' is not designed for extension - needs to be abstract, final or empty. 145
error Parameter i should be final. 145
error Expected @param tag for 'i'. 145
error '{' should be on a new line. 145
error Expected an @return tag. 152
error Method 'getIndentation' is not designed for extension - needs to be abstract, final or empty. 152
error '{' should be on a new line. 152
error Expected an @return tag. 159
error Method 'getAttachments' is not designed for extension - needs to be abstract, final or empty. 159
error '{' should be on a new line. 159
error Method 'hasAttachments' is not designed for extension - needs to be abstract, final or empty. 162
error Missing a Javadoc comment. 162
error '{' should be on a new line. 162
error Conditional logic can be removed. 163
error '{' should be on a new line. 163
error '}' should be alone on a line. 165
error '{' should be on a new line. 165
error Method 'write' is not designed for extension - needs to be abstract, final or empty. 175
error '{' should be on a new line. 175
error '{' should be on a new line. 179
error '}' should be alone on a line. 181
error '{' should be on a new line. 181
error 'cast' is not followed by whitespace. 182
error '{' should be on a new line. 184
error Line is longer than 80 characters. 187
error '{' should be on a new line. 191
error ',' is not followed by whitespace. 192
error Method 'distribute' is not designed for extension - needs to be abstract, final or empty. 204
error '{' should be on a new line. 204
error Line is longer than 80 characters. 206
error ',' is not followed by whitespace. 206
error 'cast' is not followed by whitespace. 207
error 'cast' is not followed by whitespace. 208
error ',' is not followed by whitespace. 212
error Line is longer than 80 characters. 215
error 'cast' is not followed by whitespace. 215
error '{' should be on a new line. 218
error ',' is not followed by whitespace. 219
error '{' should be on a new line. 225
error ',' is not followed by whitespace. 226
error ',' is not followed by whitespace. 228
error 'cast' is not followed by whitespace. 228
error Name 'MessageID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 229
error '{' should be on a new line. 231
error Line has trailing spaces. 233
error Line is longer than 80 characters. 234
error Line is longer than 80 characters. 235
error '{' should be on a new line. 237
error '{' should be on a new line. 239
error Line is longer than 80 characters. 245
error Line is longer than 80 characters. 246
error Method 'send' is not designed for extension - needs to be abstract, final or empty. 263
error Parameter addresseeList should be final. 263
error Expected @param tag for 'addresseeList'. 263
error '{' should be on a new line. 263
error Line is longer than 80 characters. 265
error ',' is not followed by whitespace. 265
error ',' is not followed by whitespace. 268
error '{' should be on a new line. 270
error ',' is not followed by whitespace. 272
error 'cast' is not followed by whitespace. 272
error Name 'MessageID' must match pattern '^[a-z][a-zA-Z0-9]*$'. 274
error '{' should be on a new line. 277
error '}' should be alone on a line. 280
error '{' should be on a new line. 280
error '{' should be on a new line. 284
error Line has trailing spaces. 286

org/paneris/util/SessionUtil.java

Violation Message Line
error Utility classes should not have a public or default constructor. 9
error '{' should be on a new line. 9
error Parameter name should be final. 15
error Expected @param tag for 'name'. 15
error Parameter context should be final. 15
error Expected @param tag for 'context'. 15
error '{' should be on a new line. 15
error '{' should be on a new line. 18
error 'if' construct must use '{}'s. 19
error Line has trailing spaces. 19
error Line has trailing spaces. 20
error 'if' construct must use '{}'s. 24
error Line has trailing spaces. 24
error 'if' construct must use '{}'s. 26
error Line has trailing spaces. 26
error Line has trailing spaces. 28
error '{' should be on a new line. 30
error Line has trailing spaces. 33
error '+' should be on a new line. 33

org/paneris/jal/controller/CreateDSD.java

Violation Message Line
error '{' should be on a new line. 30
error Missing a Javadoc comment. 32
error Missing a Javadoc comment. 36
error Missing a Javadoc comment. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 39
error Missing a Javadoc comment. 40
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 42
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 44
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 46
error Missing a Javadoc comment. 47
error Missing a Javadoc comment. 48
error Missing a Javadoc comment. 49
error Missing a Javadoc comment. 50
error Missing a Javadoc comment. 51
error Missing a Javadoc comment. 52
error Missing a Javadoc comment. 53
error Missing a Javadoc comment. 54
error Missing a Javadoc comment. 55
error Missing a Javadoc comment. 57
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 57
error Missing a Javadoc comment. 58
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 58
error Line has trailing spaces. 65
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 68
error Method length is 851 lines (max allowed is 150). 68
error Parameter context should be final. 68
error '{' should be on a new line. 68
error '{' should be on a new line. 76
error '}' should be alone on a line. 78
error '{' should be on a new line. 78
error 'if' construct must use '{}'s. 80
error '{' should be on a new line. 85
error '}' should be alone on a line. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 101
error '}' should be alone on a line. 108
error '{' should be on a new line. 108
error '{' should be on a new line. 111
error '{' should be on a new line. 116
error 'if' construct must use '{}'s. 117
error '{' should be on a new line. 124
error 'if' construct must use '{}'s. 125
error '{' should be on a new line. 132
error '}' should be alone on a line. 134
error '{' should be on a new line. 134
error '}' should be alone on a line. 150
error '{' should be on a new line. 150
error '{' should be on a new line. 156
error '}' should be alone on a line. 158
error '{' should be on a new line. 158
error '{' should be on a new line. 166
error '{' should be on a new line. 170
error Line is longer than 80 characters. 173
error '{' should be on a new line. 175
error '}' should be alone on a line. 177
error '{' should be on a new line. 177
error '}' should be alone on a line. 179
error '{' should be on a new line. 179
error '}' should be alone on a line. 181
error '{' should be on a new line. 181
error '}' should be alone on a line. 183
error '{' should be on a new line. 183
error '}' should be alone on a line. 185
error '{' should be on a new line. 185
error '}' should be alone on a line. 187
error '{' should be on a new line. 187
error '}' should be alone on a line. 189
error '{' should be on a new line. 189
error '}' should be alone on a line. 191
error '{' should be on a new line. 191
error '}' should be alone on a line. 193
error '{' should be on a new line. 193
error '}' should be alone on a line. 195
error '{' should be on a new line. 195
error '}' should be alone on a line. 197
error '{' should be on a new line. 197
error '}' should be alone on a line. 199
error '{' should be on a new line. 199
error '}' should be alone on a line. 201
error '{' should be on a new line. 201
error '}' should be alone on a line. 203
error '{' should be on a new line. 203
error '}' should be alone on a line. 205
error '{' should be on a new line. 205
error '}' should be alone on a line. 207
error '{' should be on a new line. 207
error '}' should be alone on a line. 209
error '{' should be on a new line. 209
error '}' should be alone on a line. 211
error '{' should be on a new line. 211
error '}' should be alone on a line. 213
error '{' should be on a new line. 213
error '}' should be alone on a line. 215
error '{' should be on a new line. 215
error '}' should be alone on a line. 220
error '{' should be on a new line. 220
error '{' should be on a new line. 228
error '}' should be alone on a line. 230
error '{' should be on a new line. 230
error '{' should be on a new line. 233
error '}' should be alone on a line. 235
error '{' should be on a new line. 235
error '{' should be on a new line. 241
error '{' should be on a new line. 242
error '{' should be on a new line. 245
error '}' should be alone on a line. 247
error '{' should be on a new line. 247
error '{' should be on a new line. 251
error Must have at least one statement. 251
error '}' should be alone on a line. 253
error '{' should be on a new line. 253
error '{' should be on a new line. 274
error '}' should be alone on a line. 276
error '{' should be on a new line. 276
error '}' should be alone on a line. 278
error '{' should be on a new line. 278
error '}' should be alone on a line. 280
error '{' should be on a new line. 280
error '}' should be alone on a line. 282
error '{' should be on a new line. 282
error '{' should be on a new line. 286
error '{' should be on a new line. 300
error '}' should be alone on a line. 302
error '{' should be on a new line. 302
error '{' should be on a new line. 305
error '}' should be alone on a line. 307
error '{' should be on a new line. 307
error '{' should be on a new line. 315
error '{' should be on a new line. 317
error '}' should be alone on a line. 319
error '{' should be on a new line. 319
error 'if' construct must use '{}'s. 328
error Line is longer than 80 characters. 328
error '{' should be on a new line. 329
error '{' should be on a new line. 339
error '{' should be on a new line. 351
error '}' should be alone on a line. 353
error '{' should be on a new line. 353
error Line is longer than 80 characters. 358
error '{' should be on a new line. 370
error 'if' construct must use '{}'s. 372
error 'if' construct must use '{}'s. 373
error '{' should be on a new line. 374
error Line is longer than 80 characters. 380
error '}' should be alone on a line. 380
error '{' should be on a new line. 380
error '{' should be on a new line. 381
error '{' should be on a new line. 392
error '}' should be alone on a line. 394
error '{' should be on a new line. 394
error Line is longer than 80 characters. 399
error '{' should be on a new line. 405
error '{' should be on a new line. 416
error '}' should be alone on a line. 418
error '{' should be on a new line. 418
error Line is longer than 80 characters. 423
error '{' should be on a new line. 428
error Must have at least one statement. 428
error '}' should be alone on a line. 429
error '{' should be on a new line. 429
error '{' should be on a new line. 440
error '}' should be alone on a line. 442
error '{' should be on a new line. 442
error Line is longer than 80 characters. 447
error '{' should be on a new line. 452
error '{' should be on a new line. 471
error '{' should be on a new line. 482
error '}' should be alone on a line. 484
error '{' should be on a new line. 484
error Line is longer than 80 characters. 489
error Avoid nested blocks. 496
error '{' should be on a new line. 498
error Line has trailing spaces. 503
error '}' should be alone on a line. 503
error '{' should be on a new line. 503
error Line has trailing spaces. 504
error '+' should be on a new line. 504
error Line has trailing spaces. 505
error '+' is not preceded with whitespace. 505
error '+' should be on a new line. 505
error '+' should be on a new line. 506
error Line has trailing spaces. 507
error Line is longer than 80 characters. 507
error '{' should be on a new line. 518
error '{' should be on a new line. 531
error '}' should be alone on a line. 533
error '{' should be on a new line. 533
error '{' should be on a new line. 547
error '{' should be on a new line. 558
error '}' should be alone on a line. 560
error '{' should be on a new line. 560
error Line is longer than 80 characters. 565
error '{' should be on a new line. 570
error Line is longer than 80 characters. 584
error '{' should be on a new line. 589
error '{' should be on a new line. 600
error '}' should be alone on a line. 602
error '{' should be on a new line. 602
error Line is longer than 80 characters. 607
error Line is longer than 80 characters. 609
error '{' should be on a new line. 615
error '}' should be alone on a line. 617
error '{' should be on a new line. 617
error '{' should be on a new line. 623
error Line is longer than 80 characters. 637
error Line is longer than 80 characters. 645
error '{' should be on a new line. 655
error 'if' construct must use '{}'s. 657
error 'if' construct must use '{}'s. 658
error '{' should be on a new line. 661
error Line is longer than 80 characters. 667
error '}' should be alone on a line. 667
error '{' should be on a new line. 667
error '{' should be on a new line. 668
error '{' should be on a new line. 679
error '}' should be alone on a line. 681
error '{' should be on a new line. 681
error Line is longer than 80 characters. 686
error '{' should be on a new line. 697
error 'if' construct must use '{}'s. 699
error 'if' construct must use '{}'s. 700
error '{' should be on a new line. 703
error Line is longer than 80 characters. 709
error '}' should be alone on a line. 709
error '{' should be on a new line. 709
error '{' should be on a new line. 710
error '{' should be on a new line. 721
error '}' should be alone on a line. 723
error '{' should be on a new line. 723
error Line is longer than 80 characters. 728
error '{' should be on a new line. 733
error Line is longer than 80 characters. 747
error Line is longer than 80 characters. 749
error Avoid nested blocks. 750
error '{' should be on a new line. 752
error Line has trailing spaces. 757
error '}' should be alone on a line. 757
error '{' should be on a new line. 757
error Line has trailing spaces. 758
error '+' should be on a new line. 758
error Line has trailing spaces. 759
error Line is longer than 80 characters. 759
error '+' should be on a new line. 759
error Line has trailing spaces. 760
error '{' should be on a new line. 771
error '{' should be on a new line. 797
error '}' should be alone on a line. 799
error '{' should be on a new line. 799
error Line is longer than 80 characters. 804
error '{' should be on a new line. 815
error '{' should be on a new line. 826
error '}' should be alone on a line. 828
error '{' should be on a new line. 828
error Line is longer than 80 characters. 833
error '{' should be on a new line. 840
error '{' should be on a new line. 851
error '}' should be alone on a line. 853
error '{' should be on a new line. 853
error Line is longer than 80 characters. 858
error '{' should be on a new line. 863
error '{' should be on a new line. 874
error '}' should be alone on a line. 876
error '{' should be on a new line. 876
error Line is longer than 80 characters. 881
error '}' should be alone on a line. 897
error '{' should be on a new line. 897
error '{' should be on a new line. 913
error '}' should be alone on a line. 915
error '{' should be on a new line. 915
error Parameter name should be final. 924
error Expected @param tag for 'name'. 924
error '{' should be on a new line. 924
error Array brackets at illegal position. 925

org/paneris/jal/model/CSVUtil.java

Violation Message Line
error Line has trailing spaces. 17
error Utility classes should not have a public or default constructor. 25
error '{' should be on a new line. 25
error Missing a Javadoc comment. 27
error Name 'escapeHash' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 27
error ',' is not followed by whitespace. 30
error Unused @param tag for 'input'. 36
error Parameter s should be final. 39
error Expected @param tag for 's'. 39
error '{' should be on a new line. 39
error '{' should be on a new line. 40
error '}' should be alone on a line. 42
error '{' should be on a new line. 42
error Line has trailing spaces. 49
error Unused @param tag for 'input'. 51
error Unused @param tag for 'input'. 52
error Parameter s should be final. 55
error Expected @param tag for 's'. 55
error Parameter h should be final. 55
error Expected @param tag for 'h'. 55
error '{' should be on a new line. 55
error ';' is preceded with whitespace. 59
error ';' is preceded with whitespace. 59
error '{' should be on a new line. 59
error '{' should be on a new line. 61
error Line has trailing spaces. 63
error Line has trailing spaces. 64
error Line is longer than 80 characters. 64
error '}' should be alone on a line. 66
error '{' should be on a new line. 66
error Line has trailing spaces. 67
error '+' should be on a new line. 67
error Unused @param tag for 'dateTimeFormatter'. 82
error Parameter ddfieldParameter should be final. 85
error Parameter db should be final. 86
error Parameter dateFormatter should be final. 87
error Line has trailing spaces. 88
error Parameter datetimeFormatter should be final. 88
error Expected @param tag for 'datetimeFormatter'. 88
error Expected @throws tag for 'Exception'. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 92
error '{' should be on a new line. 94
error Line is longer than 80 characters. 95
error 'cast' is not followed by whitespace. 95
error '{' should be on a new line. 95
error '}' should be alone on a line. 97
error '{' should be on a new line. 97
error Line is longer than 80 characters. 103
error '}' should be alone on a line. 103
error '{' should be on a new line. 103
error '{' should be on a new line. 104
error '}' should be alone on a line. 110
error '{' should be on a new line. 110
error '{' should be on a new line. 111
error Line is longer than 80 characters. 117
error '}' should be alone on a line. 117
error '||' should be on a new line. 117
error Line is longer than 80 characters. 118
error '{' should be on a new line. 119
error '{' should be on a new line. 121
error Line is longer than 80 characters. 122
error Line is longer than 80 characters. 127
error '}' should be alone on a line. 127
error '||' should be on a new line. 127
error Line is longer than 80 characters. 128
error '||' should be on a new line. 128
error Line is longer than 80 characters. 129
error '{' should be on a new line. 130
error '{' should be on a new line. 132
error Line is longer than 80 characters. 133
error '}' should be alone on a line. 139
error '{' should be on a new line. 139
error '{' should be on a new line. 140
error Line has trailing spaces. 142
error '}' should be alone on a line. 146
error '{' should be on a new line. 146
error '{' should be on a new line. 147
error Line is longer than 80 characters. 149
error '{' should be on a new line. 151
error Line has trailing spaces. 152
error ';' is preceded with whitespace. 152
error '}' should be alone on a line. 153
error '{' should be on a new line. 153
error Line has trailing spaces. 154
error ';' is preceded with whitespace. 154
error '}' should be alone on a line. 155
error '{' should be on a new line. 155
error Line has trailing spaces. 156
error ';' is preceded with whitespace. 156

org/paneris/util/ProcessFailedException.java

Violation Message Line
error Missing a Javadoc comment. 5
error '{' should be on a new line. 5
error Line has trailing spaces. 7
error Missing a Javadoc comment. 10
error Name 'stderr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 10
error Variable 'stderr' must be private and have accessor methods. 10
error Missing a Javadoc comment. 11
error Parameter message should be final. 11
error Parameter stderr should be final. 11
error 'stderr' hides a field. 11
error '{' should be on a new line. 11

org/paneris/util/SQLUtils.java

Violation Message Line
error Missing a Javadoc comment. 3
error Utility classes should not have a public or default constructor. 3
error '{' should be on a new line. 3
error Missing a Javadoc comment. 5
error Parameter s should be final. 5
error '{' should be on a new line. 5
error '{' should be on a new line. 7
error '{' should be on a new line. 9
error 'for' construct must use '{}'s. 15
error '{' should be on a new line. 20
error '{' should be on a new line. 22
error Empty statement. 25
error Empty statement. 30
error Missing a Javadoc comment. 36
error Parameter args should be final. 36
error '{' should be on a new line. 36
error 'for' construct must use '{}'s. 37

org/paneris/messageboard/controller/NewMessagePage.java

Violation Message Line
error Missing a Javadoc comment. 20
error '{' should be on a new line. 20
error Line has trailing spaces. 23
error Missing a Javadoc comment. 26
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Missing a Javadoc comment. 27
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
error Variable 'db' must be private and have accessor methods. 27
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 30
error Missing a Javadoc comment. 30
error Parameter context should be final. 30
error '{' should be on a new line. 30
error '{' should be on a new line. 35
error ',' is not followed by whitespace. 39
error ',' is not followed by whitespace. 40
error '{' should be on a new line. 41
error '{' should be on a new line. 47
error Line is longer than 80 characters. 48
error '}' should be alone on a line. 49
error '{' should be on a new line. 49
error '{' should be on a new line. 52
error '{' should be on a new line. 53
error Line is longer than 80 characters. 54
error ',' is not followed by whitespace. 54
error ',' is not followed by whitespace. 54
error Line is longer than 80 characters. 56
error 'if' construct must use '{}'s. 57
error Line is longer than 80 characters. 57
error '{' should be on a new line. 58
error '{' should be on a new line. 60
error Line is longer than 80 characters. 62
error ',' is not followed by whitespace. 62
error '}' should be alone on a line. 63
error '{' should be on a new line. 63
error '{' should be on a new line. 65
error ',' is not followed by whitespace. 68
error ',' is not followed by whitespace. 69
error '{' should be on a new line. 70
error Line is longer than 80 characters. 73
error '{' should be on a new line. 75
error '{' should be on a new line. 81
error '{' should be on a new line. 85
error ',' is not followed by whitespace. 86
error ',' is not followed by whitespace. 89
error ',' is not followed by whitespace. 90
error '{' should be on a new line. 91
error ',' is not followed by whitespace. 92
error '}' should be alone on a line. 96
error '{' should be on a new line. 96
error Line is longer than 80 characters. 97
error '{' should be on a new line. 102
error ',' is not followed by whitespace. 103
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error Line is longer than 80 characters. 105
error Missing a Javadoc comment. 109
error Parameter message should be final. 109
error '{' should be on a new line. 109
error ',' is not followed by whitespace. 111
error '{' should be on a new line. 112

org/paneris/util/JoinVector.java

Violation Message Line
error Line has trailing spaces. 5
error '{' should be on a new line. 12
error Missing a Javadoc comment. 14
error '{' should be on a new line. 19
error Parameter initialCapacity should be final. 26
error Expected @param tag for 'initialCapacity'. 26
error '{' should be on a new line. 26
error Parameter initialCapacity should be final. 33
error Expected @param tag for 'initialCapacity'. 33
error Parameter capacityIncrement should be final. 33
error Expected @param tag for 'capacityIncrement'. 33
error '{' should be on a new line. 33
error Expected an @return tag. 40
error Method 'join' is not designed for extension - needs to be abstract, final or empty. 40
error Parameter deliminator should be final. 40
error Expected @param tag for 'deliminator'. 40
error '{' should be on a new line. 40
error ';' is preceded with whitespace. 43
error ';' is preceded with whitespace. 43
error '{' should be on a new line. 43
error '{' should be on a new line. 45
error 'cast' is not followed by whitespace. 46
error '{' should be on a new line. 49
error ',' is not followed by whitespace. 50

org/paneris/messageboard/receivemail/SMTPServer.java

Violation Message Line
error Line has trailing spaces. 42
error Line has trailing spaces. 80
error Line has trailing spaces. 83
error Line has trailing spaces. 88
error Line has trailing spaces. 99
error Utility classes should not have a public or default constructor. 130
error '{' should be on a new line. 130
error Missing a Javadoc comment. 132
error Name 'portDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 132
error Missing a Javadoc comment. 133
error Name 'propertiesNameDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 133
error Missing a Javadoc comment. 134
error Name 'logPathDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 134
error Missing a Javadoc comment. 137
error Name 'usage' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 137
error '+' should be on a new line. 138
error '+' should be on a new line. 139
error '+' should be on a new line. 140
error Missing a Javadoc comment. 143
error Parameter args should be final. 143
error '{' should be on a new line. 143
error '{' should be on a new line. 152
error '{' should be on a new line. 153
error 'if' construct must use '{}'s. 154
error 'if' construct must use '{}'s. 156
error '{' should be on a new line. 158
error '{' should be on a new line. 160
error '{' should be on a new line. 163
error 'else' construct must use '{}'s. 167
error '}' should be alone on a line. 167
error '{' should be on a new line. 170
error '{' should be on a new line. 176
error '{' should be on a new line. 177
error '+' is not preceded with whitespace. 181
error '+' is not followed by whitespace. 181
error '{' should be on a new line. 190
error '+' should be on a new line. 192
error '65536' is a magic number. 196
error '{' should be on a new line. 199

org/paneris/messageboard/controller/SendBoard.java

Violation Message Line
error Missing a Javadoc comment. 18
error '{' should be on a new line. 18
error Missing a Javadoc comment. 20
error Missing a Javadoc comment. 21
error Name 'board' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Variable 'board' must be private and have accessor methods. 21
error Missing a Javadoc comment. 22
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Variable 'conn' must be private and have accessor methods. 22
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 24
error Missing a Javadoc comment. 24
error Parameter context should be final. 24
error '{' should be on a new line. 24
error '{' should be on a new line. 26
error Line is longer than 80 characters. 27
error '}' should be alone on a line. 28
error '{' should be on a new line. 28
error '{' should be on a new line. 31
error '{' should be on a new line. 32
error '{' should be on a new line. 34
error Line is longer than 80 characters. 36
error ',' is not followed by whitespace. 36
error '}' should be alone on a line. 37
error '{' should be on a new line. 37
error Line is longer than 80 characters. 39
error '{' should be on a new line. 40
error '}' should be alone on a line. 42
error '{' should be on a new line. 42
error Line is longer than 80 characters. 43
error Line is longer than 80 characters. 45
error '{' should be on a new line. 46
error '{' should be on a new line. 48
error Line is longer than 80 characters. 51
error ',' is not followed by whitespace. 51
error ',' is not followed by whitespace. 52
error ',' is not followed by whitespace. 53
error Line has trailing spaces. 54
error Line is longer than 80 characters. 54
error '+' should be on a new line. 54
error Line is longer than 80 characters. 55
error Line is longer than 80 characters. 57
error Line is longer than 80 characters. 59
error '{' should be on a new line. 59
error '}' should be alone on a line. 67
error '{' should be on a new line. 67
error '{' should be on a new line. 72
error ',' is not followed by whitespace. 73
error '}' should be alone on a line. 74
error '{' should be on a new line. 74
error Line is longer than 80 characters. 75

org/paneris/util/ExceptionUtils.java

Violation Message Line
error Missing a Javadoc comment. 6
error Utility classes should not have a public or default constructor. 6
error '{' should be on a new line. 6
error Missing a Javadoc comment. 7
error Parameter e should be final. 7
error '{' should be on a new line. 7

org/paneris/jal/model/EmailException.java

Violation Message Line
error Missing a Javadoc comment. 5
error '{' should be on a new line. 6
error Missing a Javadoc comment. 7
error Missing a Javadoc comment. 9
error '{' should be on a new line. 9
error Missing a Javadoc comment. 13
error Parameter s should be final. 13
error '{' should be on a new line. 13

org/paneris/messageboard/receivemail/DotTerminatedInputStream.java

Violation Message Line
error '{' should be on a new line. 16
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 21
error Name 'state' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Missing a Javadoc comment. 22
error Name 'state1' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Missing a Javadoc comment. 23
error Name 'byte1' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Missing a Javadoc comment. 24
error Name 'pushedBack' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error '4' is a magic number. 24
error Missing a Javadoc comment. 25
error Name 'pushedBackIn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Missing a Javadoc comment. 26
error Name 'pushedBackOut' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Parameter in should be final. 36
error '{' should be on a new line. 36
error Missing a Javadoc comment. 40
error '{' should be on a new line. 40
error 'if' construct must use '{}'s. 41
error '{' should be on a new line. 42
error Missing a Javadoc comment. 49
error Parameter b should be final. 49
error '{' should be on a new line. 49
error '{' should be on a new line. 50
error Name 'pushedBack_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
error Missing a Javadoc comment. 60
error '{' should be on a new line. 60
error '{' should be on a new line. 62
error switch without "default" clause. 63
error '{' should be on a new line. 63
error '{' should be on a new line. 69
error '{' should be on a new line. 72
error Inner assignments should be avoided. 80
error '{' should be on a new line. 80
error '13' is a magic number. 81
error 'cast' is not followed by whitespace. 81
error '10' is a magic number. 82
error 'cast' is not followed by whitespace. 82
error Inner assignments should be avoided. 89
error '{' should be on a new line. 89
error '10' is a magic number. 90
error 'cast' is not followed by whitespace. 90
error Inner assignments should be avoided. 98
error '{' should be on a new line. 98
error '46' is a magic number. 99
error 'cast' is not followed by whitespace. 99
error Inner assignments should be avoided. 108
error '{' should be on a new line. 108
error 'if' construct must use '{}'s. 117
error Inner assignments should be avoided. 117
error 'cast' is not followed by whitespace. 118
error Missing a Javadoc comment. 125
error Parameter b should be final. 125
error Parameter off should be final. 125
error Parameter len should be final. 125
error '{' should be on a new line. 125
error '{' should be on a new line. 126
error '{' should be on a new line. 131
error 'cast' is not followed by whitespace. 134
error '{' should be on a new line. 137
error ';' is preceded with whitespace. 138
error '{' should be on a new line. 138
error '{' should be on a new line. 140
error '{' should be on a new line. 143
error 'cast' is not followed by whitespace. 144
error '}' should be alone on a line. 147
error '{' should be on a new line. 147
error Empty statement. 148
error Missing a Javadoc comment. 153
error Parameter n should be final. 153
error '{' should be on a new line. 153
error 'while' construct must use '{}'s. 154

org/paneris/jal/controller/LookupList.java

Violation Message Line
error '{' should be on a new line. 24
error Missing a Javadoc comment. 26
error Missing a Javadoc comment. 27
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
error Missing a Javadoc comment. 28
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
error Missing a Javadoc comment. 29
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
error Missing a Javadoc comment. 30
error Name 'dataCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
error Line is longer than 80 characters. 37
error Line is longer than 80 characters. 38
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 40
error Parameter context should be final. 40
error '{' should be on a new line. 40
error 'if' construct must use '{}'s. 57
error 'if' construct must use '{}'s. 58
error '{' should be on a new line. 59
error ',' is not followed by whitespace. 60
error 'if' construct must use '{}'s. 61
error Line is longer than 80 characters. 61
error '+' is not preceded with whitespace. 61
error '+' is not followed by whitespace. 61
error 'if' construct must use '{}'s. 63
error '==' is not preceded with whitespace. 63
error '==' is not followed by whitespace. 63
error 'if' construct must use '{}'s. 64
error '==' is not preceded with whitespace. 64
error '==' is not followed by whitespace. 64
error 'if' construct must use '{}'s. 65
error '==' is not preceded with whitespace. 65
error '==' is not followed by whitespace. 65
error 'if' construct must use '{}'s. 66
error Line is longer than 80 characters. 66
error '==' is not preceded with whitespace. 66
error '==' is not followed by whitespace. 66
error 'if' construct must use '{}'s. 67
error '==' is not preceded with whitespace. 67
error '==' is not followed by whitespace. 67
error 'if' construct must use '{}'s. 68
error '==' is not preceded with whitespace. 68
error '==' is not followed by whitespace. 68
error 'if' construct must use '{}'s. 69
error '==' is not preceded with whitespace. 69
error '==' is not followed by whitespace. 69
error 'if' construct must use '{}'s. 70
error Line is longer than 80 characters. 70
error '==' is not preceded with whitespace. 70
error '==' is not followed by whitespace. 70
error 'if' construct must use '{}'s. 71
error '==' is not preceded with whitespace. 71
error '==' is not followed by whitespace. 71
error 'if' construct must use '{}'s. 72
error 'if' construct must use '{}'s. 73
error Line is longer than 80 characters. 73
error '==' is not preceded with whitespace. 73
error '==' is not followed by whitespace. 73
error 'if' construct must use '{}'s. 74
error '==' is not preceded with whitespace. 74
error '==' is not followed by whitespace. 74
error '{' should be on a new line. 80
error Line is longer than 80 characters. 87
error ';' is preceded with whitespace. 87
error ';' is preceded with whitespace. 87
error '{' should be on a new line. 87
error Line is longer than 80 characters. 89
error '{' should be on a new line. 89
error Line has trailing spaces. 100
error '{' should be on a new line. 101
error '{' should be on a new line. 102
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error ',' is not followed by whitespace. 105
error ',' is not followed by whitespace. 105
error Line is longer than 80 characters. 106
error '}' should be alone on a line. 108
error '{' should be on a new line. 108
error ',' is not followed by whitespace. 112
error ',' is not followed by whitespace. 112
error '{' should be on a new line. 115
error Line is longer than 80 characters. 117
error Line is longer than 80 characters. 118
error ',' is not followed by whitespace. 118
error Line is longer than 80 characters. 119
error Line is longer than 80 characters. 122
error Line is longer than 80 characters. 123
error 'if' construct must use '{}'s. 124
error '{' should be on a new line. 126
error ',' is not followed by whitespace. 128
error '3' is a magic number. 129
error Line is longer than 80 characters. 133
error 'if' construct must use '{}'s. 135
error '{' should be on a new line. 136
error ',' is not followed by whitespace. 137
error Line has trailing spaces. 139
error '{' should be on a new line. 141
error ',' is not followed by whitespace. 142
error ',' is not followed by whitespace. 142
error ',' is not followed by whitespace. 143
error ',' is not followed by whitespace. 144
error '+' is not preceded with whitespace. 144
error '+' is not followed by whitespace. 144
error ',' is not followed by whitespace. 145
error '+' is not preceded with whitespace. 145
error '+' is not followed by whitespace. 145
error '{' should be on a new line. 146
error '{' should be on a new line. 147
error Line is longer than 80 characters. 148
error '{' should be on a new line. 149
error '}' should be alone on a line. 152
error '{' should be on a new line. 152
error Empty statement. 153
error Line is longer than 80 characters. 159
error ',' is not followed by whitespace. 161
error 'if' construct must use '{}'s. 162
error 'while' is not followed by whitespace. 165
error '{' should be on a new line. 165
error Line has trailing spaces. 169
error ',' is not followed by whitespace. 170
error ',' is not followed by whitespace. 172
error '+' is not preceded with whitespace. 172
error '+' is not followed by whitespace. 172
error '}' should be alone on a line. 173
error '{' should be on a new line. 173
error ',' is not followed by whitespace. 178
error ',' is not followed by whitespace. 179
error ',' is not followed by whitespace. 180
error '{' should be on a new line. 184
error ',' is not followed by whitespace. 185
error '}' should be alone on a line. 186
error '{' should be on a new line. 186
error Line is longer than 80 characters. 187

org/paneris/util/CSVStringEnumeration.java

Violation Message Line
error '{' should be on a new line. 20
error Missing a Javadoc comment. 22
error Name 'line' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Missing a Javadoc comment. 23
error Name 'p' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Variable 'p' must be private and have accessor methods. 23
error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 29
error Parameter line should be final. 29
error 'line' hides a field. 29
error Expected @param tag for 'line'. 29
error '{' should be on a new line. 29
error Expected an @return tag. 38
error Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. 38
error '{' should be on a new line. 38
error Expected an @return tag. 46
error '{' should be on a new line. 46
error Expected an @return tag. 54
error Method 'nextToken' is not designed for extension - needs to be abstract, final or empty. 54
error '{' should be on a new line. 54
error 'if' construct must use '{}'s. 56
error '{' should be on a new line. 59
error '{' should be on a new line. 64
error '{' should be on a new line. 72
error '{' should be on a new line. 73
error 'else' construct must use '{}'s. 77
error '{' should be on a new line. 83
error '{' should be on a new line. 85
error '{' should be on a new line. 90

org/paneris/messageboard/controller/SearchMessages.java

Violation Message Line
error Missing a Javadoc comment. 20
error '{' should be on a new line. 20
error Missing a Javadoc comment. 22
error Missing a Javadoc comment. 23
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 25
error Missing a Javadoc comment. 25
error Parameter context should be final. 25
error '{' should be on a new line. 25
error ',' is not followed by whitespace. 27
error ',' is not followed by whitespace. 28
error '{' should be on a new line. 33
error Line is longer than 80 characters. 34
error '}' should be alone on a line. 35
error '{' should be on a new line. 35
error '{' should be on a new line. 38
error '{' should be on a new line. 40
error '{' should be on a new line. 43
error Line is longer than 80 characters. 44
error ',' is not followed by whitespace. 44
error ',' is not followed by whitespace. 44
error '{' should be on a new line. 46
error ',' is not followed by whitespace. 47
error Line is longer than 80 characters. 49
error Line is longer than 80 characters. 51
error Line is longer than 80 characters. 54
error ',' is not followed by whitespace. 54
error Line is longer than 80 characters. 55
error Line is longer than 80 characters. 57
error ',' is not followed by whitespace. 57
error Line is longer than 80 characters. 60
error ',' is not followed by whitespace. 60
error '{' should be on a new line. 62
error '{' should be on a new line. 64
error '{' should be on a new line. 68
error Line is longer than 80 characters. 69
error '{' should be on a new line. 71
error Line is longer than 80 characters. 72
error '{' should be on a new line. 72
error Line is longer than 80 characters. 73
error Line is longer than 80 characters. 74
error '}' should be alone on a line. 75
error '{' should be on a new line. 75
error Line is longer than 80 characters. 76
error Line is longer than 80 characters. 77
error '{' should be on a new line. 80
error Line is longer than 80 characters. 83
error '{' should be on a new line. 83
error Line is longer than 80 characters. 84
error '{' should be on a new line. 86
error Line is longer than 80 characters. 90
error Line is longer than 80 characters. 94
error '{' should be on a new line. 94
error ',' is not followed by whitespace. 96
error '}' should be alone on a line. 101
error '{' should be on a new line. 101
error '{' should be on a new line. 108
error ',' is not followed by whitespace. 109
error '}' should be alone on a line. 110
error '{' should be on a new line. 110
error Line is longer than 80 characters. 111

org/paneris/util/CRLFFtellReader.java

Violation Message Line
error Missing a Javadoc comment. 10
error '{' should be on a new line. 10
error Missing a Javadoc comment. 12
error Name 'ftell' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 12
error Missing a Javadoc comment. 13
error Name 'markedFtell' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 13
error Parameter in should be final. 19
error Expected @param tag for 'in'. 19
error '{' should be on a new line. 19
error Parameter f should be final. 27
error Expected @param tag for 'f'. 27
error Expected @throws tag for 'FileNotFoundException'. 27
error '{' should be on a new line. 27
error Expected an @return tag. 35
error Method 'getFtell' is not designed for extension - needs to be abstract, final or empty. 35
error '{' should be on a new line. 35
error Method 'read' is not designed for extension - needs to be abstract, final or empty. 48
error '{' should be on a new line. 48
error '{' should be on a new line. 49
error 'if' construct must use '{}'s. 51
error Method 'read' is not designed for extension - needs to be abstract, final or empty. 69
error Parameter cbuf should be final. 69
error Array brackets at illegal position. 69
error Parameter off should be final. 69
error Parameter len should be final. 69
error '{' should be on a new line. 69
error '{' should be on a new line. 70
error 'if' construct must use '{}'s. 71
error 'if' construct must use '{}'s. 74
error Method 'skip' is not designed for extension - needs to be abstract, final or empty. 89
error Parameter n should be final. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 90
error Method 'mark' is not designed for extension - needs to be abstract, final or empty. 110
error Parameter readAheadLimit should be final. 110
error '{' should be on a new line. 110
error '{' should be on a new line. 111
error Method 'reset' is not designed for extension - needs to be abstract, final or empty. 124
error '{' should be on a new line. 124
error '{' should be on a new line. 125
error Line is longer than 80 characters. 132
error Line is longer than 80 characters. 134
error Expected an @return tag. 140
error Method 'readLine' is not designed for extension - needs to be abstract, final or empty. 140
error '{' should be on a new line. 140
error '{' should be on a new line. 141
error 'cast' is not followed by whitespace. 142
error 'if' construct must use '{}'s. 143

org/paneris/messageboard/controller/UpdateMessage.java

Violation Message Line
error Missing a Javadoc comment. 15
error '{' should be on a new line. 15
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 18
error Name 'board' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 18
error Variable 'board' must be private and have accessor methods. 18
error Missing a Javadoc comment. 19
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 19
error Variable 'conn' must be private and have accessor methods. 19
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 21
error Missing a Javadoc comment. 21
error Parameter context should be final. 21
error '{' should be on a new line. 21
error '{' should be on a new line. 23
error Line is longer than 80 characters. 24
error '}' should be alone on a line. 25
error '{' should be on a new line. 25
error '{' should be on a new line. 28
error '{' should be on a new line. 29
error Line is longer than 80 characters. 32
error ',' is not followed by whitespace. 32
error ',' is not followed by whitespace. 32
error Line is longer than 80 characters. 34
error 'if' construct must use '{}'s. 35
error Line is longer than 80 characters. 35
error '{' should be on a new line. 36
error '{' should be on a new line. 38
error Line is longer than 80 characters. 48
error ',' is not followed by whitespace. 48
error '{' should be on a new line. 49
error '{' should be on a new line. 52
error '{' should be on a new line. 55
error '{' should be on a new line. 58
error ',' is not followed by whitespace. 62
error ',' is not followed by whitespace. 63
error '{' should be on a new line. 64
error '{' should be on a new line. 66
error '{' should be on a new line. 67
error '{' should be on a new line. 73
error ',' is not followed by whitespace. 83
error ',' is not followed by whitespace. 88
error '}' should be alone on a line. 91
error '{' should be on a new line. 91
error ',' is not followed by whitespace. 92
error ',' is not followed by whitespace. 93
error ',' is not followed by whitespace. 94
error '}' should be alone on a line. 98
error '{' should be on a new line. 98
error '{' should be on a new line. 103
error ',' is not followed by whitespace. 104
error '}' should be alone on a line. 105
error '{' should be on a new line. 105
error Line is longer than 80 characters. 106

org/paneris/util/StringUtils.java

Violation Message Line
error Missing a Javadoc comment. 3
error Utility classes should not have a public or default constructor. 3
error '{' should be on a new line. 3
error Line has trailing spaces. 4
error Line is longer than 80 characters. 5
error Missing a Javadoc comment. 5
error Line has trailing spaces. 6
error Expected an @return tag. 10
error Parameter s should be final. 10
error Expected @param tag for 's'. 10
error ',' is not followed by whitespace. 10
error Parameter remove should be final. 10
error Expected @param tag for 'remove'. 10
error Parameter replace should be final. 10
error Expected @param tag for 'replace'. 10
error '{' should be on a new line. 10
error '>' is not preceded with whitespace. 13
error '>' is not followed by whitespace. 13
error '{' should be on a new line. 13
error '{' should be on a new line. 14
error ',' is not followed by whitespace. 17
error ',' is not followed by whitespace. 18
error Missing a Javadoc comment. 25
error Parameter s should be final. 25
error Parameter from should be final. 25
error Parameter to should be final. 25
error '{' should be on a new line. 25
error '{' should be on a new line. 28
error '{' should be on a new line. 30
error 'if' construct must use '{}'s. 31
error Avoid inline conditionals. 36
error Missing a Javadoc comment. 39
error Parameter s should be final. 39
error Parameter c should be final. 39
error '{' should be on a new line. 39
error '{' should be on a new line. 42
error '{' should be on a new line. 44
error '{' should be on a new line. 45
error 'if' construct must use '{}'s. 51
error Avoid inline conditionals. 54
error Missing a Javadoc comment. 57
error Parameter s should be final. 57
error Parameter cs should be final. 57
error '{' should be on a new line. 57
error '{' should be on a new line. 60
error '{' should be on a new line. 62
error '{' should be on a new line. 63
error 'if' construct must use '{}'s. 69
error Avoid inline conditionals. 72
error Missing a Javadoc comment. 75
error Parameter s should be final. 75
error '{' should be on a new line. 75
error 'if' construct must use '{}'s. 76
error '{' should be on a new line. 78
error Avoid inline conditionals. 81
error Line has trailing spaces. 84
error Missing a Javadoc comment. 85
error Parameter i should be final. 85
error '{' should be on a new line. 85
error '=' is not preceded with whitespace. 88
error '=' is not followed by whitespace. 88
error ';' is not followed by whitespace. 88
error '<' is not preceded with whitespace. 88
error '<' is not followed by whitespace. 88
error ';' is not followed by whitespace. 88
error '{' should be on a new line. 88
error ';' is preceded with whitespace. 89

org/paneris/util/UniqueVector.java

Violation Message Line
error Line has trailing spaces. 3
error Line is longer than 80 characters. 6
error '{' should be on a new line. 11
error Missing a Javadoc comment. 13
error '{' should be on a new line. 18
error Parameter initialCapacity should be final. 25
error Expected @param tag for 'initialCapacity'. 25
error '{' should be on a new line. 25
error Parameter initialCapacity should be final. 32
error Expected @param tag for 'initialCapacity'. 32
error Parameter capacityIncrement should be final. 32
error Expected @param tag for 'capacityIncrement'. 32
error '{' should be on a new line. 32
error Method 'addUniqueElement' is not designed for extension - needs to be abstract, final or empty. 40
error Parameter obj should be final. 40
error Expected @param tag for 'obj'. 40
error '{' should be on a new line. 40
error '{' should be on a new line. 41
error '}' should be alone on a line. 44
error '{' should be on a new line. 44

org/paneris/util/ExtensionFilter.java

Violation Message Line
error Line has trailing spaces. 5
error '{' should be on a new line. 10
error Missing a Javadoc comment. 12
error Name 'extension' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 12
error Parameter ext should be final. 17
error Expected @param tag for 'ext'. 17
error '{' should be on a new line. 17
error Expected an @return tag. 24
error Method 'accept' is not designed for extension - needs to be abstract, final or empty. 24
error Parameter dir should be final. 24
error Expected @param tag for 'dir'. 24
error Parameter name should be final. 24
error Expected @param tag for 'name'. 24
error '{' should be on a new line. 24
error Conditional logic can be removed. 25
error '{' should be on a new line. 25
error '}' should be alone on a line. 27
error '{' should be on a new line. 27

org/paneris/messageboard/model/Attachment.java

Violation Message Line
error '{' should be on a new line. 14
error Missing a Javadoc comment. 16
error Missing a Javadoc comment. 17
error Name 'board' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 17
error Variable 'board' must be private and have accessor methods. 17
error Missing a Javadoc comment. 18
error Name 'data' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 18
error Variable 'data' must be private and have accessor methods. 18
error Parameter db should be final. 24
error Expected @param tag for 'db'. 24
error Parameter rs should be final. 24
error Expected @param tag for 'rs'. 24
error Expected @throws tag for 'Exception'. 24
error '{' should be on a new line. 24
error ',' is not followed by whitespace. 25
error ',' is not followed by whitespace. 25
error Parameter db should be final. 33
error Expected @param tag for 'db'. 33
error '{' should be on a new line. 33
error ',' is not followed by whitespace. 34
error Line has trailing spaces. 38
error Line has trailing spaces. 39
error Parameter db should be final. 44
error Expected @param tag for 'db'. 44
error Parameter record should be final. 44
error Expected @param tag for 'record'. 44
error '{' should be on a new line. 44
error ',' is not followed by whitespace. 45
error ',' is not followed by whitespace. 45
error Method 'setData' is not designed for extension - needs to be abstract, final or empty. 51
error Parameter data_ should be final. 51
error Expected @param tag for 'data_'. 51
error Name 'data_' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
error '{' should be on a new line. 51
error Method 'setBoard' is not designed for extension - needs to be abstract, final or empty. 58
error Parameter b should be final. 58
error Expected @param tag for 'b'. 58
error '{' should be on a new line. 58
error Expected an @return tag. 65
error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 65
error '{' should be on a new line. 65
error '<' is not preceded with whitespace. 68
error '1024' is a magic number. 68
error '<' is not followed by whitespace. 68
error '{' should be on a new line. 68
error '+' is not preceded with whitespace. 69
error '+' is not followed by whitespace. 69
error '<' is not preceded with whitespace. 71
error '1048576' is a magic number. 71
error '<' is not followed by whitespace. 71
error '{' should be on a new line. 71
error '/' is not preceded with whitespace. 72
error '/' is not followed by whitespace. 72
error '1024' is a magic number. 72
error '+' is not preceded with whitespace. 72
error '+' is not followed by whitespace. 72
error '}' should be alone on a line. 73
error '{' should be on a new line. 73
error '/' is not preceded with whitespace. 74
error '/' is not followed by whitespace. 74
error '1048576' is a magic number. 74
error '+' is not preceded with whitespace. 74
error '+' is not followed by whitespace. 74
error Method 'getAttachmentPath' is not designed for extension - needs to be abstract, final or empty. 79
error Missing a Javadoc comment. 79
error '{' should be on a new line. 79
error ',' is not followed by whitespace. 80
error ',' is not followed by whitespace. 80
error Method 'write' is not designed for extension - needs to be abstract, final or empty. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 90
error '{' should be on a new line. 95
error '+' is not followed by whitespace. 97
error '+' is not preceded with whitespace. 97
error '+' is not followed by whitespace. 97
error '{' should be on a new line. 102
error 'if' construct must use '{}'s. 107
error ',' is not followed by whitespace. 111
error '{' should be on a new line. 117
error '{' should be on a new line. 118
error '+' is not preceded with whitespace. 119
error '+' is not followed by whitespace. 119
error ',' is not followed by whitespace. 121
error '{' should be on a new line. 124
error '=' is not preceded with whitespace. 128
error '=' is not followed by whitespace. 128
error '8' is a magic number. 128
error '{' should be on a new line. 128
error '{' should be on a new line. 132
error ',' is not followed by whitespace. 139
error 'cast' is not followed by whitespace. 143

org/paneris/user/controller/Access.java

Violation Message Line
error Line has trailing spaces. 13
error '{' should be on a new line. 17
error Line has trailing spaces. 18
error Missing a Javadoc comment. 19
error Missing a Javadoc comment. 20
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 20
error Missing a Javadoc comment. 21
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Line has trailing spaces. 24
error Line is longer than 80 characters. 28
error Line is longer than 80 characters. 29
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 31
error Parameter context should be final. 31
error '{' should be on a new line. 31
error 'if' construct must use '{}'s. 42
error '{' should be on a new line. 43
error ',' is not followed by whitespace. 44
error 'if' construct must use '{}'s. 45
error Line is longer than 80 characters. 45
error '+' is not preceded with whitespace. 45
error '+' is not followed by whitespace. 45
error '{' should be on a new line. 47
error '{' should be on a new line. 49
error Line is longer than 80 characters. 51
error ',' is not followed by whitespace. 51
error '}' should be alone on a line. 52
error '{' should be on a new line. 52
error '=' is not preceded with whitespace. 54
error '=' is not followed by whitespace. 54
error '}' should be alone on a line. 56
error '{' should be on a new line. 56
error '}' should be alone on a line. 58
error '{' should be on a new line. 58
error ',' is not followed by whitespace. 69
error ',' is not followed by whitespace. 70
error ',' is not followed by whitespace. 71
error '{' should be on a new line. 75
error ',' is not followed by whitespace. 76
error '}' should be alone on a line. 77
error '{' should be on a new line. 77
error Line is longer than 80 characters. 78

org/paneris/jal/model/DataCache.java

Violation Message Line
error Class DataCache should be declared as final. 14
error '{' should be on a new line. 14
error Missing a Javadoc comment. 15
error Missing a Javadoc comment. 16
error Name 'tableMetaDatas' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 16
error Missing a Javadoc comment. 17
error Name 'tableMetaDatasByName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 17
error Missing a Javadoc comment. 18
error Name 'fieldMetaDatas' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 18
error Missing a Javadoc comment. 19
error Name 'DDRecords' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 19
error Missing a Javadoc comment. 20
error Missing a Javadoc comment. 21
error Missing a Javadoc comment. 22
error '{' should be on a new line. 30
error '{' should be on a new line. 31
error 'if' construct must use '{}'s. 33
error '{' should be on a new line. 42
error Line is longer than 80 characters. 52
error Expected an @return tag. 54
error Line is longer than 80 characters. 54
error Parameter db should be final. 54
error Expected @param tag for 'db'. 54
error Parameter tableName should be final. 54
error Expected @param tag for 'tableName'. 54
error Expected @throws tag for 'Exception'. 54
error '{' should be on a new line. 54
error '{' should be on a new line. 57
error '}' should be alone on a line. 59
error '{' should be on a new line. 59
error Expected an @return tag. 68
error Line is longer than 80 characters. 68
error Parameter db should be final. 68
error Expected @param tag for 'db'. 68
error Parameter tableName should be final. 68
error Expected @param tag for 'tableName'. 68
error Expected @throws tag for 'Exception'. 68
error '{' should be on a new line. 68
error '{' should be on a new line. 70
error 'if' construct must use '{}'s. 75
error '}' should be alone on a line. 77
error '{' should be on a new line. 77
error Line is longer than 80 characters. 85
error Parameter db should be final. 85
error Expected @param tag for 'db'. 85
error Parameter tableName should be final. 85
error Expected @param tag for 'tableName'. 85
error Expected @throws tag for 'Exception'. 85
error '{' should be on a new line. 85
error '{' should be on a new line. 88
error 'if' construct must use '{}'s. 92
error Line is longer than 80 characters. 97
error Expected an @return tag. 99
error Line is longer than 80 characters. 99
error Parameter db should be final. 99
error Expected @param tag for 'db'. 99
error Parameter tableNumber should be final. 99
error Expected @param tag for 'tableNumber'. 99
error Expected @throws tag for 'Exception'. 99
error '{' should be on a new line. 99
error '{' should be on a new line. 102
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error Expected an @return tag. 112
error Line is longer than 80 characters. 112
error Parameter db should be final. 112
error Expected @param tag for 'db'. 112
error Parameter tableNumber should be final. 112
error Expected @param tag for 'tableNumber'. 112
error Expected @throws tag for 'Exception'. 112
error '{' should be on a new line. 112
error '{' should be on a new line. 114
error 'if' construct must use '{}'s. 119
error '}' should be alone on a line. 121
error '{' should be on a new line. 121
error Line is longer than 80 characters. 128
error Parameter db should be final. 128
error Expected @param tag for 'db'. 128
error Parameter tableNumber should be final. 128
error Expected @param tag for 'tableNumber'. 128
error Expected @throws tag for 'Exception'. 128
error '{' should be on a new line. 128
error '{' should be on a new line. 131
error 'if' construct must use '{}'s. 135
error Line is longer than 80 characters. 140
error Expected an @return tag. 142
error Line is longer than 80 characters. 142
error Parameter db should be final. 142
error Expected @param tag for 'db'. 142
error Parameter fieldNumber should be final. 142
error Expected @param tag for 'fieldNumber'. 142
error Expected @throws tag for 'Exception'. 142
error '{' should be on a new line. 142
error '{' should be on a new line. 145
error '}' should be alone on a line. 147
error '{' should be on a new line. 147
error Expected an @return tag. 155
error Line is longer than 80 characters. 155
error Parameter db should be final. 155
error Expected @param tag for 'db'. 155
error Parameter fieldNumber should be final. 155
error Expected @param tag for 'fieldNumber'. 155
error Expected @throws tag for 'Exception'. 155
error '{' should be on a new line. 155
error '{' should be on a new line. 157
error 'if' construct must use '{}'s. 160
error '}' should be alone on a line. 162
error '{' should be on a new line. 162
error Line is longer than 80 characters. 170
error Parameter db should be final. 170
error Expected @param tag for 'db'. 170
error Parameter fieldNumber should be final. 170
error Expected @param tag for 'fieldNumber'. 170
error Expected @throws tag for 'Exception'. 170
error '{' should be on a new line. 170
error '{' should be on a new line. 173
error 'if' construct must use '{}'s. 175
error Line is longer than 80 characters. 181
error Expected an @return tag. 184
error Line is longer than 80 characters. 184
error Parameter db should be final. 184
error Expected @param tag for 'db'. 184
error Parameter tn should be final. 184
error Expected @param tag for 'tn'. 184
error Parameter fn should be final. 184
error Expected @param tag for 'fn'. 184
error Expected @throws tag for 'Exception'. 184
error '{' should be on a new line. 184
error '{' should be on a new line. 187
error '}' should be alone on a line. 189
error '{' should be on a new line. 189
error Line is longer than 80 characters. 194
error Missing a Javadoc comment. 194
error Parameter db should be final. 194
error Parameter tn should be final. 194
error Parameter fn should be final. 194
error '{' should be on a new line. 194
error '{' should be on a new line. 196
error '{' should be on a new line. 199
error 'if' construct must use '{}'s. 201
error '}' should be alone on a line. 204
error '{' should be on a new line. 204
error Line is longer than 80 characters. 205
error 'cast' is not followed by whitespace. 205
error Line is longer than 80 characters. 213
error Parameter db should be final. 213
error Expected @param tag for 'db'. 213
error Parameter tn should be final. 213
error Expected @param tag for 'tn'. 213
error Parameter fn should be final. 213
error Expected @param tag for 'fn'. 213
error Expected @throws tag for 'Exception'. 213
error '{' should be on a new line. 213
error '{' should be on a new line. 216
error 'if' construct must use '{}'s. 218

org/paneris/messageboard/controller/MessagePage.java

Violation Message Line
error Missing a Javadoc comment. 22
error '{' should be on a new line. 22
error Missing a Javadoc comment. 24
error Missing a Javadoc comment. 25
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Missing a Javadoc comment. 26
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Variable 'db' must be private and have accessor methods. 26
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 28
error Missing a Javadoc comment. 28
error Parameter context should be final. 28
error '{' should be on a new line. 28
error ',' is not followed by whitespace. 31
error '{' should be on a new line. 34
error Line is longer than 80 characters. 35
error '}' should be alone on a line. 36
error '{' should be on a new line. 36
error '{' should be on a new line. 39
error '{' should be on a new line. 40
error Line is longer than 80 characters. 41
error ',' is not followed by whitespace. 41
error ',' is not followed by whitespace. 41
error Line is longer than 80 characters. 45
error '{' should be on a new line. 46
error Line is longer than 80 characters. 47
error '}' should be alone on a line. 48
error '{' should be on a new line. 48
error Line is longer than 80 characters. 49
error '{' should be on a new line. 51
error '{' should be on a new line. 53
error ',' is not followed by whitespace. 56
error '{' should be on a new line. 57
error Line is longer than 80 characters. 58
error ',' is not followed by whitespace. 60
error '{' should be on a new line. 65
error Line is longer than 80 characters. 66
error ',' is not followed by whitespace. 66
error '{' should be on a new line. 67
error ',' is not followed by whitespace. 71
error ',' is not followed by whitespace. 72
error '{' should be on a new line. 76
error '{' should be on a new line. 80
error ',' is not followed by whitespace. 81
error Line is longer than 80 characters. 83
error Line is longer than 80 characters. 84
error Line is longer than 80 characters. 86
error '{' should be on a new line. 86
error ',' is not followed by whitespace. 88
error ',' is not followed by whitespace. 90
error '}' should be alone on a line. 92
error '{' should be on a new line. 92
error Line is longer than 80 characters. 93
error '{' should be on a new line. 99
error ',' is not followed by whitespace. 100
error '}' should be alone on a line. 101
error '{' should be on a new line. 101
error Line is longer than 80 characters. 102

org/paneris/jal/model/DDRecord.java

Violation Message Line
error Line has trailing spaces. 23
error '{' should be on a new line. 29
error Missing a Javadoc comment. 31
error Missing a Javadoc comment. 32
error Name 'metaData' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
error Variable 'metaData' must be private and have accessor methods. 32
error Missing a Javadoc comment. 33
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 33
error Missing a Javadoc comment. 34
error Name 'dataCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Variable 'dataCache' must be private and have accessor methods. 34
error Missing a Javadoc comment. 35
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
error Variable 'connMgr' must be private and have accessor methods. 35
error Missing a Javadoc comment. 36
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 36
error Variable 'database' must be private and have accessor methods. 36
error Line has trailing spaces. 40
error Unused @throws tag for 'can'. 46
error Parameter db should be final. 48
error Parameter tn should be final. 48
error Expected @throws tag for 'Exception'. 48
error '{' should be on a new line. 48
error Line has trailing spaces. 56
error Unused @throws tag for 'can'. 63
error Parameter db should be final. 65
error Parameter tn should be final. 65
error Expected @throws tag for 'Exception'. 65
error '{' should be on a new line. 65
error Unused @throws tag for 'can'. 80
error Parameter db should be final. 82
error Parameter tn should be final. 82
error Parameter rs should be final. 82
error Expected @throws tag for 'Exception'. 82
error '{' should be on a new line. 82
error Unused @throws tag for 'can'. 98
error Parameter db should be final. 100
error Parameter tn should be final. 100
error Parameter rs should be final. 100
error Expected @throws tag for 'Exception'. 100
error '{' should be on a new line. 100
error Line has trailing spaces. 114
error Unused @throws tag for 'can'. 116
error Parameter db should be final. 118
error Parameter tn should be final. 118
error Parameter record should be final. 118
error Expected @throws tag for 'Exception'. 118
error '{' should be on a new line. 118
error '{' should be on a new line. 121
error '}' should be alone on a line. 123
error '{' should be on a new line. 123
error ',' is not followed by whitespace. 124
error ',' is not followed by whitespace. 126
error Line has trailing spaces. 140
error Parameter db should be final. 144
error Parameter tn should be final. 144
error Parameter record should be final. 144
error '{' should be on a new line. 144
error '{' should be on a new line. 147
error '}' should be alone on a line. 149
error '{' should be on a new line. 149
error ',' is not followed by whitespace. 150
error ',' is not followed by whitespace. 152
error Method 'init' is not designed for extension - needs to be abstract, final or empty. 164
error Parameter rs should be final. 164
error '{' should be on a new line. 164
error Line has trailing spaces. 165
error ';' is preceded with whitespace. 166
error '{' should be on a new line. 166
error 'cast' is not followed by whitespace. 167
error Line is longer than 80 characters. 169
error Line has trailing spaces. 172
error '{' should be on a new line. 175
error '}' should be alone on a line. 178
error '{' should be on a new line. 178
error '{' should be on a new line. 179
error Line is longer than 80 characters. 181
error '&&' should be on a new line. 181
error Line is longer than 80 characters. 182
error '{' should be on a new line. 182
error '}' should be alone on a line. 185
error '{' should be on a new line. 185
error '{' should be on a new line. 186
error '}' should be alone on a line. 188
error '{' should be on a new line. 188
error '{' should be on a new line. 189
error '}' should be alone on a line. 191
error '{' should be on a new line. 191
error '}' should be alone on a line. 197
error '{' should be on a new line. 197
error Line is longer than 80 characters. 199
error 'cast' is not followed by whitespace. 199
error Unused @throws tag for 'can'. 211
error Line has trailing spaces. 213
error Method 'getResultSet' is not designed for extension - needs to be abstract, final or empty. 213
error Parameter record should be final. 213
error Parameter s should be final. 213
error Expected @throws tag for 'Exception'. 214
error '{' should be on a new line. 214
error 'if' construct must use '{}'s. 215
error '{' should be on a new line. 217
error Line is longer than 80 characters. 219
error '{' should be on a new line. 220
error '{' should be on a new line. 222
error Line is longer than 80 characters. 223
error '}' should be alone on a line. 225
error '{' should be on a new line. 225
error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 238
error '{' should be on a new line. 238
error Method 'getFieldValue' is not designed for extension - needs to be abstract, final or empty. 249
error Parameter field should be final. 249
error '{' should be on a new line. 249
error 'cast' is not followed by whitespace. 250
error '?' is not preceded with whitespace. 251
error Avoid inline conditionals. 251
error ':' is not preceded with whitespace. 251
error ':' is not followed by whitespace. 251
error Method 'setFieldValue' is not designed for extension - needs to be abstract, final or empty. 261
error Parameter field should be final. 261
error Parameter value should be final. 261
error '{' should be on a new line. 261
error Method 'appendFieldValue' is not designed for extension - needs to be abstract, final or empty. 269
error Parameter field should be final. 269
error Expected @param tag for 'field'. 269
error Parameter v should be final. 269
error Expected @param tag for 'v'. 269
error '{' should be on a new line. 269
error 'if' construct must use '{}'s. 270
error Method 'getField' is not designed for extension - needs to be abstract, final or empty. 280
error Parameter field should be final. 280
error '{' should be on a new line. 280
error Method 'setFieldValue' is not designed for extension - needs to be abstract, final or empty. 291
error Parameter field should be final. 291
error Parameter value should be final. 291
error '{' should be on a new line. 291
error Unused @throws tag for 'Database'. 300
error Method 'getProblems' is not designed for extension - needs to be abstract, final or empty. 302
error Expected @throws tag for 'Exception'. 302
error '{' should be on a new line. 302
error ',' is not followed by whitespace. 307
error '{' should be on a new line. 309
error Line is longer than 80 characters. 312
error Avoid inline conditionals. 312
error '{' should be on a new line. 315
error Line is longer than 80 characters. 317
error '}' should be alone on a line. 317
error '{' should be on a new line. 317
error Line is longer than 80 characters. 319
error '}' should be alone on a line. 320
error '{' should be on a new line. 320
error Line is longer than 80 characters. 321
error '{' should be on a new line. 323
error Line is longer than 80 characters. 324
error ',' is not followed by whitespace. 324
error Unused @param tag for 'postfix'. 350
error Unused @param tag for 'force'. 352
error Line is longer than 80 characters. 353
error Line is longer than 80 characters. 354
error Unused @throws tag for 'Database'. 355
error Method 'setFromForm' is not designed for extension - needs to be abstract, final or empty. 357
error Parameter context should be final. 357
error Expected @throws tag for 'Exception'. 357
error '{' should be on a new line. 357
error Line is longer than 80 characters. 360
error Method 'setFromForm' is not designed for extension - needs to be abstract, final or empty. 360
error Missing a Javadoc comment. 360
error Parameter context should be final. 360
error Parameter postfix should be final. 360
error '{' should be on a new line. 360
error Line is longer than 80 characters. 363
error Method 'setFromForm' is not designed for extension - needs to be abstract, final or empty. 363
error Missing a Javadoc comment. 363
error Parameter context should be final. 363
error Parameter postfix should be final. 363
error Parameter force should be final. 363
error '{' should be on a new line. 363
error ';' is preceded with whitespace. 366
error ';' is preceded with whitespace. 366
error '{' should be on a new line. 366
error 'if' construct must use '{}'s. 368
error '=' is not preceded with whitespace. 368
error '=' is not followed by whitespace. 368
error '{' should be on a new line. 371
error Line is longer than 80 characters. 372
error '+' is not preceded with whitespace. 372
error '+' is not followed by whitespace. 372
error '+' is not preceded with whitespace. 372
error '+' is not followed by whitespace. 372
error Line is longer than 80 characters. 373
error '+' is not preceded with whitespace. 373
error '+' is not followed by whitespace. 373
error '+' is not preceded with whitespace. 373
error '+' is not followed by whitespace. 373
error '+' is not preceded with whitespace. 374
error '+' is not followed by whitespace. 374
error '+' is not preceded with whitespace. 374
error '+' is not followed by whitespace. 374
error '{' should be on a new line. 376
error Line is longer than 80 characters. 377
error '+' is not preceded with whitespace. 377
error '+' is not followed by whitespace. 377
error '+' is not preceded with whitespace. 377
error '+' is not followed by whitespace. 377
error Line is longer than 80 characters. 378
error '+' is not preceded with whitespace. 378
error '+' is not followed by whitespace. 378
error '+' is not preceded with whitespace. 378
error '+' is not followed by whitespace. 378
error Line is longer than 80 characters. 379
error '+' is not preceded with whitespace. 379
error '+' is not followed by whitespace. 379
error '+' is not preceded with whitespace. 379
error '+' is not followed by whitespace. 379
error Line is longer than 80 characters. 380
error '+' is not preceded with whitespace. 380
error '+' is not followed by whitespace. 380
error '+' is not preceded with whitespace. 380
error '+' is not followed by whitespace. 380
error '+' is not preceded with whitespace. 381
error '+' is not followed by whitespace. 381
error '+' is not preceded with whitespace. 381
error '+' is not followed by whitespace. 381
error '{' should be on a new line. 383
error '+' is not preceded with whitespace. 384
error '+' is not followed by whitespace. 384
error '{' should be on a new line. 387
error '{' should be on a new line. 388
error 'if' construct must use '{}'s. 389
error 'if' construct must use '{}'s. 390
error 'else' construct must use '{}'s. 392
error '{' should be on a new line. 396
error Line is longer than 80 characters. 397
error '{' should be on a new line. 397
error '{' should be on a new line. 398
error '}' should be alone on a line. 402
error '{' should be on a new line. 402
error '}' should be alone on a line. 405
error '{' should be on a new line. 405
error Unused @throws tag for 'Database'. 419
error Method 'setFromDefaults' is not designed for extension - needs to be abstract, final or empty. 421
error Expected @throws tag for 'Exception'. 421
error '{' should be on a new line. 421
error ';' is preceded with whitespace. 423
error ';' is preceded with whitespace. 423
error '{' should be on a new line. 423
error '{' should be on a new line. 425
error '{' should be on a new line. 427
error Line is longer than 80 characters. 437
error Line is longer than 80 characters. 438
error Line is longer than 80 characters. 439
error Unused @throws tag for 'Database'. 442
error Method 'write' is not designed for extension - needs to be abstract, final or empty. 444
error Expected @throws tag for 'Exception'. 444
error '{' should be on a new line. 444
error Line is longer than 80 characters. 453
error Line is longer than 80 characters. 454
error Line is longer than 80 characters. 455
error Line is longer than 80 characters. 459
error Unused @throws tag for 'Database'. 460
error Method 'write' is not designed for extension - needs to be abstract, final or empty. 462
error Parameter forceid should be final. 462
error Expected @throws tag for 'Exception'. 462
error '{' should be on a new line. 462
error ',' is not followed by whitespace. 464
error '{' should be on a new line. 472
error '}' should be alone on a line. 474
error '{' should be on a new line. 474
error 'cast' is not followed by whitespace. 475
error '{' should be on a new line. 477
error '}' should be alone on a line. 480
error '{' should be on a new line. 480
error '{' should be on a new line. 484
error '{' should be on a new line. 486
error '{' should be on a new line. 487
error Line is longer than 80 characters. 489
error '{' should be on a new line. 492
error '{' should be on a new line. 493
error Line is longer than 80 characters. 494
error ')' is preceded with whitespace. 494
error '}' should be alone on a line. 499
error '{' should be on a new line. 499
error '{' should be on a new line. 500
error Line is longer than 80 characters. 501
error 'if' construct must use '{}'s. 506
error Line is longer than 80 characters. 506
error 'else' construct must use '{}'s. 507
error 'if' construct must use '{}'s. 508
error ';' is preceded with whitespace. 511
error ';' is preceded with whitespace. 511
error '{' should be on a new line. 511
error '{' should be on a new line. 513
error Line is longer than 80 characters. 514
error '{' should be on a new line. 514
error '{' should be on a new line. 517
error Line is longer than 80 characters. 518
error 'if' construct must use '{}'s. 520
error Line is longer than 80 characters. 520
error '(' is followed by whitespace. 520
error Line is longer than 80 characters. 521
error 'if' construct must use '{}'s. 524
error 'else' construct must use '{}'s. 526
error ',' is not followed by whitespace. 527
error 'if' construct must use '{}'s. 529
error Line is longer than 80 characters. 529
error '}' should be alone on a line. 531
error '{' should be on a new line. 531
error 'if' construct must use '{}'s. 532
error Line is longer than 80 characters. 532
error Line is longer than 80 characters. 534
error Line is longer than 80 characters. 535
error '{' should be on a new line. 535
error Line is longer than 80 characters. 538
error Line has trailing spaces. 539
error Line is longer than 80 characters. 539
error Line has trailing spaces. 540
error Line is longer than 80 characters. 540
error Line is longer than 80 characters. 542
error '}' should be alone on a line. 545
error '{' should be on a new line. 545
error '{' should be on a new line. 556
error '{' should be on a new line. 557
error '{' should be on a new line. 564
error '{' should be on a new line. 565
error '{' should be on a new line. 568
error Line is longer than 80 characters. 569
error Line is longer than 80 characters. 572
error '{' should be on a new line. 575
error Line is longer than 80 characters. 579
error '{' should be on a new line. 579
error Line is longer than 80 characters. 580
error '+' is not preceded with whitespace. 580
error '+' is not followed by whitespace. 580
error '+' is not preceded with whitespace. 580
error '+' is not followed by whitespace. 580
error 'if' construct must use '{}'s. 582
error '{' should be on a new line. 585
error 'if' construct must use '{}'s. 589
error Unused @throws tag for 'Database'. 607
error Method 'delete' is not designed for extension - needs to be abstract, final or empty. 609
error Expected @throws tag for 'Exception'. 609
error '{' should be on a new line. 609
error ',' is not followed by whitespace. 610
error 'cast' is not followed by whitespace. 612
error Line is longer than 80 characters. 613
error '{' should be on a new line. 616
error '{' should be on a new line. 622
error '{' should be on a new line. 625
error Line is longer than 80 characters. 626
error Line is longer than 80 characters. 651
error Line is longer than 80 characters. 657
error Line is longer than 80 characters. 664
error Line is longer than 80 characters. 666
error Line is longer than 80 characters. 671
error Line is longer than 80 characters. 673
error Line is longer than 80 characters. 674
error Line is longer than 80 characters. 676
error Line is longer than 80 characters. 679
error Line is longer than 80 characters. 680
error Unused @throws tag for 'Database'. 702
error Method 'isDuplicated' is not designed for extension - needs to be abstract, final or empty. 704
error Parameter field should be final. 704
error Parameter value should be final. 704
error Expected @throws tag for 'Exception'. 704
error '{' should be on a new line. 704
error '{' should be on a new line. 708
error Avoid inline conditionals. 710
error 'cast' is not followed by whitespace. 710
error ':' is not preceded with whitespace. 710
error ':' is not followed by whitespace. 710
error Avoid inline conditionals. 711
error ':' is not preceded with whitespace. 711
error ':' is not followed by whitespace. 711
error ',' is not followed by whitespace. 713
error '+' should be on a new line. 714
error Line is longer than 80 characters. 715
error '{' should be on a new line. 719
error 'if' construct must use '{}'s. 721
error Line is longer than 80 characters. 721
error '}' should be alone on a line. 726
error '{' should be on a new line. 726
error '}' should be alone on a line. 728
error '{' should be on a new line. 728
error Line is longer than 80 characters. 744
error Unused @param tag for 'force'. 744
error Unused @throws tag for 'If'. 747
error Method 'getLinksToThis' is not designed for extension - needs to be abstract, final or empty. 751
error Parameter full should be final. 751
error Expected @throws tag for 'Exception'. 751
error '{' should be on a new line. 751
error Method 'getLinksToThis' is not designed for extension - needs to be abstract, final or empty. 754
error Missing a Javadoc comment. 754
error Parameter full should be final. 754
error Parameter force should be final. 754
error '{' should be on a new line. 754
error 'if' construct must use '{}'s. 757
error Line is longer than 80 characters. 757
error 'if' construct must use '{}'s. 760
error Line is longer than 80 characters. 766
error '+' is not preceded with whitespace. 766
error '+' should be on a new line. 766
error '+' is not preceded with whitespace. 767
error '+' should be on a new line. 767
error '+' is not preceded with whitespace. 768
error '+' should be on a new line. 768
error '+' is not preceded with whitespace. 769
error '+' should be on a new line. 769
error '{' should be on a new line. 772
error ',' is not followed by whitespace. 774
error '{' should be on a new line. 777
error Line is longer than 80 characters. 780
error '+' is not followed by whitespace. 780
error '{' should be on a new line. 783
error Line is longer than 80 characters. 785
error Line has trailing spaces. 786
error Line is longer than 80 characters. 787
error '{' should be on a new line. 787
error '{' should be on a new line. 793
error '{' should be on a new line. 794
error Line is longer than 80 characters. 796
error '}' should be alone on a line. 800
error '{' should be on a new line. 800
error '{' should be on a new line. 801
error '}' should be alone on a line. 812
error '{' should be on a new line. 812
error '}' should be alone on a line. 814
error '{' should be on a new line. 814
error Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. 824
error Missing a Javadoc comment. 824
error Parameter table should be final. 824
error Parameter field should be final. 824
error '{' should be on a new line. 824
error Line is longer than 80 characters. 825
error Expected an @return tag. 832
error Line has trailing spaces. 832
error Method 'getOrderedChildren' is not designed for extension - needs to be abstract, final or empty. 832
error Parameter table should be final. 832
error Expected @param tag for 'table'. 832
error Parameter field should be final. 832
error Expected @param tag for 'field'. 832
error Line has trailing spaces. 833
error Parameter orderField should be final. 833
error Expected @param tag for 'orderField'. 833
error Expected @throws tag for 'Exception'. 834
error '{' should be on a new line. 834
error Line is longer than 80 characters. 835
error 'if' construct must use '{}'s. 836
error Line has trailing spaces. 841
error Method 'get' is not designed for extension - needs to be abstract, final or empty. 850
error Parameter key should be final. 850
error '{' should be on a new line. 850
error '{' should be on a new line. 851
error '}' should be alone on a line. 853
error '{' should be on a new line. 853
error '+' is not preceded with whitespace. 854
error '+' is not followed by whitespace. 854
error '+' is not preceded with whitespace. 854
error '+' is not followed by whitespace. 854

org/paneris/util/IoUtils.java

Violation Message Line
error Missing a Javadoc comment. 7
error Utility classes should not have a public or default constructor. 7
error '{' should be on a new line. 7
error Missing a Javadoc comment. 11
error Parameter i should be final. 11
error Parameter estimate should be final. 11
error Parameter limit should be final. 11
error '{' should be on a new line. 12
error '{' should be on a new line. 16
error 'if' construct must use '{}'s. 18
error 'if' construct must use '{}'s. 20
error '{' should be on a new line. 21
error 'if' construct must use '{}'s. 30
error '{' should be on a new line. 32
error Missing a Javadoc comment. 39
error Parameter i should be final. 39
error Parameter estimate should be final. 39
error '{' should be on a new line. 39
error Expected an @return tag. 47
error Name 'slurpOutputOf_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
error Parameter command should be final. 47
error Expected @param tag for 'command'. 47
error Parameter estimate should be final. 48
error Expected @param tag for 'estimate'. 48
error Parameter limit should be final. 48
error Expected @param tag for 'limit'. 48
error Expected @throws tag for 'IOException'. 49
error '{' should be on a new line. 49
error '{' should be on a new line. 54
error '{' should be on a new line. 55
error '}' should be alone on a line. 57
error Must have at least one statement. 57
error '{' is not followed by whitespace. 57
error '}' is not preceded with whitespace. 57
error '+' should be on a new line. 59
error '{' should be on a new line. 66
error 'if' construct must use '{}'s. 67
error '500' is a magic number. 70
error '{' should be on a new line. 74
error '+' should be on a new line. 75
error Expected an @return tag. 84
error Parameter command should be final. 84
error Expected @param tag for 'command'. 84
error Parameter estimate should be final. 84
error Expected @param tag for 'estimate'. 84
error Parameter limit should be final. 84
error Expected @param tag for 'limit'. 84
error Expected @throws tag for 'IOException'. 85
error '{' should be on a new line. 85
error Missing a Javadoc comment. 89
error Parameter i should be final. 89
error Parameter buf should be final. 89
error Parameter o should be final. 89
error '{' should be on a new line. 90
error Array brackets at illegal position. 91
error '{' should be on a new line. 92
error 'if' construct must use '{}'s. 94

org/paneris/jal/model/HTMLUtil.java

Violation Message Line
error Line is longer than 80 characters. 2
error Line has trailing spaces. 31
error Utility classes should not have a public or default constructor. 40
error '{' should be on a new line. 40
error Missing a Javadoc comment. 42
error Name 'months' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 42
error ',' is not followed by whitespace. 42
error ',' is not followed by whitespace. 42
error ',' is not followed by whitespace. 42
error ',' is not followed by whitespace. 42
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error ',' is not followed by whitespace. 43
error Parameter htm should be final. 52
error '{' should be on a new line. 52
error ',' is not followed by whitespace. 54
error ',' is not followed by whitespace. 55
error ',' is not followed by whitespace. 56
error ',' is not followed by whitespace. 57
error Missing a Javadoc comment. 61
error Parameter s should be final. 61
error '{' should be on a new line. 61
error ',' is not followed by whitespace. 63
error Missing a Javadoc comment. 67
error Parameter s should be final. 67
error Parameter h should be final. 67
error '{' should be on a new line. 67
error ';' is preceded with whitespace. 71
error ';' is preceded with whitespace. 71
error '{' should be on a new line. 71
error '{' should be on a new line. 73
error Line has trailing spaces. 76
error Line is longer than 80 characters. 76
error '}' should be alone on a line. 78
error '{' should be on a new line. 78
error Unused @param tag for 'allValue'. 106
error Line has trailing spaces. 111
error Parameter rs should be final. 111
error Parameter name should be final. 111
error Line has trailing spaces. 112
error Parameter unique should be final. 112
error Parameter allName should be final. 112
error Parameter selectValue should be final. 112
error Expected @throws tag for 'Exception'. 113
error '{' should be on a new line. 113
error ',' is not followed by whitespace. 114
error ',' is not followed by whitespace. 114
error ',' is not followed by whitespace. 114
error ',' is not followed by whitespace. 114
error ',' is not followed by whitespace. 114
error Missing a Javadoc comment. 117
error Parameter rs should be final. 117
error Parameter name should be final. 117
error Line has trailing spaces. 118
error Parameter unique should be final. 118
error Line has trailing spaces. 119
error Parameter allValue should be final. 119
error Parameter allName should be final. 119
error Parameter selectValue should be final. 119
error '{' should be on a new line. 120
error '+' is not preceded with whitespace. 121
error '+' is not followed by whitespace. 121
error '+' is not preceded with whitespace. 121
error '+' is not followed by whitespace. 121
error '+' is not preceded with whitespace. 121
error '+' is not followed by whitespace. 121
error '+' is not preceded with whitespace. 121
error '+' should be on a new line. 121
error '{' should be on a new line. 123
error 'if' construct must use '{}'s. 124
error Line has trailing spaces. 125
error '+' should be on a new line. 125
error '{' should be on a new line. 129
error '{' should be on a new line. 132
error Line has trailing spaces. 134
error '{' should be on a new line. 135
error ',' is not followed by whitespace. 136
error '+' is not followed by whitespace. 137
error 'if' construct must use '{}'s. 138
error Unused @param tag for 'dd'. 158
error Unused @param tag for 'allValue'. 166
error Line has trailing spaces. 170
error Parameter ddf should be final. 170
error Expected @param tag for 'ddf'. 170
error Parameter db should be final. 170
error Line has trailing spaces. 171
error Parameter fieldname should be final. 171
error Parameter mandatory should be final. 171
error Parameter unique should be final. 172
error Parameter allName should be final. 172
error Expected @throws tag for 'Exception'. 173
error '{' should be on a new line. 173
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 174
error Line has trailing spaces. 177
error Missing a Javadoc comment. 177
error Parameter ddf should be final. 177
error Parameter db should be final. 177
error Parameter allName should be final. 178
error '{' should be on a new line. 178
error ',' is not followed by whitespace. 179
error ',' is not followed by whitespace. 179
error '==' is not preceded with whitespace. 180
error '==' is not followed by whitespace. 180
error ',' is not followed by whitespace. 180
error ',' is not followed by whitespace. 180
error ',' is not followed by whitespace. 180
error Line has trailing spaces. 183
error Missing a Javadoc comment. 183
error Parameter ddf should be final. 183
error Parameter db should be final. 183
error Parameter fieldname should be final. 184
error Parameter mandatory should be final. 185
error Parameter unique should be final. 185
error Parameter allValue should be final. 186
error Parameter allName should be final. 186
error '{' should be on a new line. 187
error '+' is not preceded with whitespace. 193
error '+' is not followed by whitespace. 193
error '+' is not preceded with whitespace. 193
error '+' is not followed by whitespace. 193
error '+' is not preceded with whitespace. 193
error '+' should be on a new line. 193
error Line has trailing spaces. 194
error '+' is not preceded with whitespace. 194
error '+' is not followed by whitespace. 194
error '+' should be on a new line. 194
error '{' should be on a new line. 196
error 'if' construct must use '{}'s. 197
error 'if' construct must use '{}'s. 198
error Line has trailing spaces. 199
error '+' should be on a new line. 199
error '{' should be on a new line. 202
error ',' is not followed by whitespace. 203
error Line has trailing spaces. 206
error '+' should be on a new line. 206
error '&&' should be on a new line. 208
error '{' should be on a new line. 209
error '{' should be on a new line. 213
error '{' should be on a new line. 215
error 'if' construct must use '{}'s. 218
error Line has trailing spaces. 218
error '&&' should be on a new line. 218
error '}' should be alone on a line. 227
error '{' should be on a new line. 227
error '}' should be alone on a line. 229
error '{' should be on a new line. 229
error Unused @param tag for 'allValue'. 250
error Unused @param tag for 'selectValue'. 252
error Line has trailing spaces. 256
error Parameter db should be final. 256
error Parameter sqlString should be final. 256
error Parameter name should be final. 257
error Parameter unique should be final. 258
error Parameter allName should be final. 258
error Expected @throws tag for 'Exception'. 259
error '{' should be on a new line. 259
error Line has trailing spaces. 263
error Missing a Javadoc comment. 263
error Parameter db should be final. 263
error Parameter sqlString should be final. 263
error Parameter name should be final. 264
error Parameter unique should be final. 264
error '{' should be on a new line. 265
error Line has trailing spaces. 269
error Missing a Javadoc comment. 269
error Parameter db should be final. 269
error Parameter sqlString should be final. 269
error Line has trailing spaces. 270
error Parameter name should be final. 270
error '{' should be on a new line. 271
error Line has trailing spaces. 274
error Missing a Javadoc comment. 274
error Parameter db should be final. 274
error Parameter sqlString should be final. 274
error Line has trailing spaces. 275
error Parameter name should be final. 275
error Line has trailing spaces. 276
error Parameter unique should be final. 276
error Line has trailing spaces. 277
error Parameter allValue should be final. 277
error Parameter allName should be final. 277
error Parameter selectValue should be final. 278
error '{' should be on a new line. 280
error ',' is not followed by whitespace. 282
error 'if' construct must use '{}'s. 283
error Line is longer than 80 characters. 283
error '{' should be on a new line. 286
error '}' should be alone on a line. 288
error '{' should be on a new line. 288
error Line is longer than 80 characters. 289
error '+' is not followed by whitespace. 289
error '}' should be alone on a line. 290
error '{' should be on a new line. 290
error Line is longer than 80 characters. 295
error Unused @param tag for 'allValue'. 317
error Parameter rs should be final. 322
error Parameter name should be final. 322
error Parameter unique should be final. 322
error Line has trailing spaces. 323
error Parameter allName should be final. 323
error Parameter selectValue should be final. 323
error Expected @throws tag for 'Exception'. 324
error '{' should be on a new line. 324
error Line has trailing spaces. 326
error Missing a Javadoc comment. 327
error Parameter rs should be final. 327
error Parameter name should be final. 327
error Parameter unique should be final. 327
error Line has trailing spaces. 328
error Parameter allName should be final. 328
error '{' should be on a new line. 329
error Missing a Javadoc comment. 332
error Parameter rs should be final. 332
error Parameter name should be final. 332
error Parameter unique should be final. 332
error '{' should be on a new line. 333
error Line has trailing spaces. 336
error Missing a Javadoc comment. 336
error Parameter rs should be final. 336
error Parameter name should be final. 336
error '{' should be on a new line. 337
error Missing a Javadoc comment. 341
error Parameter rs should be final. 341
error Parameter name should be final. 341
error Parameter unique should be final. 341
error Line has trailing spaces. 342
error Parameter allValue should be final. 342
error Parameter allName should be final. 342
error Line has trailing spaces. 343
error Parameter selectValue should be final. 343
error '{' should be on a new line. 344
error '+' is not preceded with whitespace. 345
error '+' is not followed by whitespace. 345
error '+' is not preceded with whitespace. 345
error '+' is not followed by whitespace. 345
error 'if' construct must use '{}'s. 346
error '{' should be on a new line. 347
error Line has trailing spaces. 348
error '+' should be on a new line. 348
error '{' should be on a new line. 352
error '{' should be on a new line. 353
error '{' should be on a new line. 356
error Line has trailing spaces. 358
error '{' should be on a new line. 359
error ',' is not followed by whitespace. 360
error '+' is not followed by whitespace. 361
error 'if' construct must use '{}'s. 362
error '}' should be alone on a line. 368
error '{' should be on a new line. 368
error Line has trailing spaces. 369
error '+' should be on a new line. 369
error Line has trailing spaces. 371
error Unused @param tag for 'unique'. 392
error Unused @param tag for 'allValue'. 393
error Unused @param tag for 'allName'. 394
error Unused @param tag for 'selectValue'. 395
error Line has trailing spaces. 398
error Parameter db should be final. 398
error Parameter sqlString should be final. 398
error Parameter name should be final. 398
error Expected @throws tag for 'Exception'. 399
error '{' should be on a new line. 399
error ',' is not followed by whitespace. 400
error ',' is not followed by whitespace. 400
error Line has trailing spaces. 402
error Missing a Javadoc comment. 402
error Parameter db should be final. 402
error Parameter sqlString should be final. 402
error Parameter name should be final. 402
error Parameter unique should be final. 403
error '{' should be on a new line. 404
error Line has trailing spaces. 407
error Missing a Javadoc comment. 407
error Parameter db should be final. 407
error Parameter sqlString should be final. 407
error Parameter name should be final. 407
error Parameter unique should be final. 408
error Parameter allName should be final. 408
error '{' should be on a new line. 409
error Line has trailing spaces. 412
error Missing a Javadoc comment. 412
error Parameter db should be final. 412
error Parameter sqlString should be final. 412
error Parameter name should be final. 412
error Line has trailing spaces. 413
error Parameter unique should be final. 413
error Parameter allName should be final. 413
error Parameter selectValue should be final. 414
error '{' should be on a new line. 415
error Line is longer than 80 characters. 416
error Line has trailing spaces. 419
error Missing a Javadoc comment. 419
error Parameter db should be final. 419
error Parameter sqlString should be final. 419
error Parameter name should be final. 419
error Line has trailing spaces. 420
error Parameter unique should be final. 420
error Parameter allName should be final. 420
error Parameter allValue should be final. 421
error Parameter selectValue should be final. 421
error '{' should be on a new line. 422
error ',' is not followed by whitespace. 424
error 'if' construct must use '{}'s. 425
error Line has trailing spaces. 425
error '{' should be on a new line. 429
error Line has trailing spaces. 431
error '}' should be alone on a line. 433
error '{' should be on a new line. 433
error Line is longer than 80 characters. 434
error '+' is not followed by whitespace. 434
error '}' should be alone on a line. 435
error '{' should be on a new line. 435
error Line is longer than 80 characters. 452
error Unused @param tag for 'fieldname'. 460
error Unused @param tag for 'mandatory'. 462
error Unused @param tag for 'allValue'. 464
error Line is longer than 80 characters. 468
error</