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 Parameter ddf should be final. 468
error Parameter db should be final. 468
error Parameter allName should be final. 468
error Expected @throws tag for 'Exception'. 468
error '{' should be on a new line. 468
error Line is longer than 80 characters. 469
error ',' is not followed by whitespace. 469
error ',' is not followed by whitespace. 469
error ',' is not followed by whitespace. 469
error '==' is not preceded with whitespace. 469
error '==' is not followed by whitespace. 469
error ',' is not followed by whitespace. 469
error ',' is not followed by whitespace. 469
error Missing a Javadoc comment. 472
error Parameter ddf should be final. 472
error Parameter db should be final. 472
error Parameter fieldname should be final. 472
error Line is longer than 80 characters. 473
error Parameter mandatory should be final. 473
error Parameter allValue should be final. 473
error Parameter allName should be final. 473
error '{' should be on a new line. 474
error '{' should be on a new line. 481
error 'if' construct must use '{}'s. 482
error 'if' construct must use '{}'s. 483
error Line is longer than 80 characters. 484
error '{' should be on a new line. 486
error ',' is not followed by whitespace. 487
error Line is longer than 80 characters. 490
error '&&' should be on a new line. 491
error '{' should be on a new line. 493
error '{' should be on a new line. 497
error '{' should be on a new line. 500
error 'if' construct must use '{}'s. 503
error Line is longer than 80 characters. 503
error '}' should be alone on a line. 511
error '{' should be on a new line. 511
error Line is longer than 80 characters. 512
error '}' should be alone on a line. 513
error '{' should be on a new line. 513
error '}' should be alone on a line. 515
error '{' should be on a new line. 515
error Line is longer than 80 characters. 531
error Unused @param tag for 'dateTimeFormatter'. 536
error Line is longer than 80 characters. 539
error Method length is 222 lines (max allowed is 150). 539
error Parameter ddf should be final. 539
error Parameter db should be final. 539
error Parameter dateFormatter should be final. 539
error Line is longer than 80 characters. 540
error Parameter datetimeFormatter should be final. 540
error Expected @param tag for 'datetimeFormatter'. 540
error Parameter allValue should be final. 540
error Expected @param tag for 'allValue'. 540
error Parameter postfix should be final. 540
error Expected @param tag for 'postfix'. 540
error Expected @throws tag for 'Exception'. 540
error '{' should be on a new line. 540
error 'if' construct must use '{}'s. 542
error '{' should be on a new line. 544
error '||' should be on a new line. 547
error '{' should be on a new line. 549
error '{' should be on a new line. 552
error '}' should be alone on a line. 554
error '{' should be on a new line. 554
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 '{' should be on a new line. 564
error '}' should be alone on a line. 571
error '{' should be on a new line. 571
error Line is longer than 80 characters. 572
error Line is longer than 80 characters. 573
error 'cast' is not followed by whitespace. 573
error '{' should be on a new line. 573
error '}' should be alone on a line. 580
error '{' should be on a new line. 580
error '{' should be on a new line. 581
error '}' should be alone on a line. 588
error '{' should be on a new line. 588
error '{' should be on a new line. 589
error '}' should be alone on a line. 595
error '{' should be on a new line. 595
error Line is longer than 80 characters. 596
error '{' should be on a new line. 597
error Line is longer than 80 characters. 598
error '}' should be alone on a line. 605
error '{' should be on a new line. 605
error 'if' construct must use '{}'s. 608
error '=' is not preceded with whitespace. 611
error '=' is not followed by whitespace. 611
error ';' is not followed by whitespace. 611
error '<' is not preceded with whitespace. 611
error '32' is a magic number. 611
error '<' is not followed by whitespace. 611
error ';' is not followed by whitespace. 611
error '{' should be on a new line. 611
error 'if' construct must use '{}'s. 613
error Line is longer than 80 characters. 613
error '+' is not preceded with whitespace. 614
error '+' is not followed by whitespace. 614
error '+' is not preceded with whitespace. 614
error '+' is not followed by whitespace. 614
error '=' is not preceded with whitespace. 618
error '=' is not followed by whitespace. 618
error ';' is not followed by whitespace. 618
error '<' is not preceded with whitespace. 618
error '13' is a magic number. 618
error '<' is not followed by whitespace. 618
error ';' is not followed by whitespace. 618
error '{' should be on a new line. 618
error '+' is not preceded with whitespace. 619
error '+' is not followed by whitespace. 619
error 'if' construct must use '{}'s. 620
error Line is longer than 80 characters. 620
error '+' is not preceded with whitespace. 620
error '+' is not followed by whitespace. 620
error '+' is not preceded with whitespace. 621
error '+' is not followed by whitespace. 621
error '+' is not preceded with whitespace. 621
error '+' is not followed by whitespace. 621
error '{' should be on a new line. 628
error 'if' construct must use '{}'s. 632
error Line is longer than 80 characters. 633
error '}' should be alone on a line. 636
error '{' should be on a new line. 636
error Line is longer than 80 characters. 637
error '+' is not preceded with whitespace. 637
error '+' is not followed by whitespace. 637
error '=' is not preceded with whitespace. 640
error '=' is not followed by whitespace. 640
error ';' is not followed by whitespace. 640
error '<=' is not preceded with whitespace. 640
error '<=' is not followed by whitespace. 640
error ';' is not followed by whitespace. 640
error '{' should be on a new line. 640
error 'if' construct must use '{}'s. 642
error Line is longer than 80 characters. 642
error '+' is not preceded with whitespace. 643
error '+' is not followed by whitespace. 643
error '+' is not preceded with whitespace. 643
error '+' is not followed by whitespace. 643
error '}' should be alone on a line. 649
error '{' should be on a new line. 649
error Line is longer than 80 characters. 650
error '{' should be on a new line. 651
error Line is longer than 80 characters. 652
error '}' should be alone on a line. 659
error '{' should be on a new line. 659
error '{' should be on a new line. 660
error Line is longer than 80 characters. 661
error '}' should be alone on a line. 666
error '{' should be on a new line. 666
error 'if' construct must use '{}'s. 669
error '=' is not preceded with whitespace. 672
error '=' is not followed by whitespace. 672
error ';' is not followed by whitespace. 672
error '<' is not preceded with whitespace. 672
error '32' is a magic number. 672
error '<' is not followed by whitespace. 672
error ';' is not followed by whitespace. 672
error '{' should be on a new line. 672
error 'if' construct must use '{}'s. 674
error Line is longer than 80 characters. 674
error '+' is not preceded with whitespace. 675
error '+' is not followed by whitespace. 675
error '+' is not preceded with whitespace. 675
error '+' is not followed by whitespace. 675
error '=' is not preceded with whitespace. 679
error '=' is not followed by whitespace. 679
error ';' is not followed by whitespace. 679
error '<' is not preceded with whitespace. 679
error '13' is a magic number. 679
error '<' is not followed by whitespace. 679
error ';' is not followed by whitespace. 679
error '{' should be on a new line. 679
error '+' is not preceded with whitespace. 680
error '+' is not followed by whitespace. 680
error 'if' construct must use '{}'s. 681
error Line is longer than 80 characters. 681
error '+' is not preceded with whitespace. 681
error '+' is not followed by whitespace. 681
error '+' is not preceded with whitespace. 682
error '+' is not followed by whitespace. 682
error '+' is not preceded with whitespace. 682
error '+' is not followed by whitespace. 682
error '=' is not preceded with whitespace. 686
error '1999' is a magic number. 686
error '=' is not followed by whitespace. 686
error ';' is not followed by whitespace. 686
error '<' is not preceded with whitespace. 686
error '2011' is a magic number. 686
error '<' is not followed by whitespace. 686
error ';' is not followed by whitespace. 686
error '{' should be on a new line. 686
error 'if' construct must use '{}'s. 688
error Line is longer than 80 characters. 688
error '+' is not preceded with whitespace. 689
error '+' is not followed by whitespace. 689
error '+' is not preceded with whitespace. 689
error '+' is not followed by whitespace. 689
error '=' is not preceded with whitespace. 693
error '=' is not followed by whitespace. 693
error ';' is not followed by whitespace. 693
error '<' is not preceded with whitespace. 693
error '24' is a magic number. 693
error '<' is not followed by whitespace. 693
error ';' is not followed by whitespace. 693
error '{' should be on a new line. 693
error 'if' construct must use '{}'s. 695
error Line is longer than 80 characters. 695
error '+' is not preceded with whitespace. 696
error '+' is not followed by whitespace. 696
error '+' is not preceded with whitespace. 696
error '+' is not followed by whitespace. 696
error '=' is not preceded with whitespace. 700
error '=' is not followed by whitespace. 700
error ';' is not followed by whitespace. 700
error '<' is not preceded with whitespace. 700
error '60' is a magic number. 700
error '<' is not followed by whitespace. 700
error ';' is not followed by whitespace. 700
error '{' should be on a new line. 700
error 'if' construct must use '{}'s. 702
error Line is longer than 80 characters. 702
error '+' is not preceded with whitespace. 703
error '+' is not followed by whitespace. 703
error '+' is not preceded with whitespace. 703
error '+' is not followed by whitespace. 703
error '}' should be alone on a line. 709
error '{' should be on a new line. 709
error '{' should be on a new line. 711
error '}' should be alone on a line. 713
error '{' should be on a new line. 713
error '{' should be on a new line. 717
error Line has trailing spaces. 718
error Line is longer than 80 characters. 719
error Line is longer than 80 characters. 721
error 'cast' is not followed by whitespace. 721
error Must have at least one statement. 721
error '{' is not followed by whitespace. 721
error '}' is not preceded with whitespace. 721
error Line is longer than 80 characters. 722
error 'cast' is not followed by whitespace. 722
error Must have at least one statement. 722
error '{' is not followed by whitespace. 722
error '}' is not preceded with whitespace. 722
error Line is longer than 80 characters. 723
error 'cast' is not followed by whitespace. 723
error Must have at least one statement. 723
error '{' is not followed by whitespace. 723
error '}' is not preceded with whitespace. 723
error Line has trailing spaces. 724
error '{' should be on a new line. 724
error Line is longer than 80 characters. 725
error '{' should be on a new line. 729
error Line is longer than 80 characters. 730
error '}' should be alone on a line. 735
error '{' should be on a new line. 735
error '{' should be on a new line. 736
error '}' should be alone on a line. 738
error '{' should be on a new line. 738
error Line is longer than 80 characters. 739
error '{' should be on a new line. 741
error '{' should be on a new line. 746
error Line is longer than 80 characters. 747
error '}' should be alone on a line. 751
error '{' should be on a new line. 751
error Line is longer than 80 characters. 752
error ',' is not followed by whitespace. 752
error Line is longer than 80 characters. 753
error '{' should be on a new line. 754
error Line is longer than 80 characters. 757
error ',' is not followed by whitespace. 757
error ',' is not followed by whitespace. 757
error Unused @param tag for 'dateTimeFormatter'. 769
error Line has trailing spaces. 772
error Parameter ddf should be final. 772
error Parameter db should be final. 772
error Parameter dateFormatter should be final. 773
error Line has trailing spaces. 774
error Parameter datetimeFormatter should be final. 774
error Expected @param tag for 'datetimeFormatter'. 774
error Line has trailing spaces. 775
error Parameter postfix should be final. 775
error Expected @param tag for 'postfix'. 775
error Expected @throws tag for 'Exception'. 776
error '{' should be on a new line. 776
error 'if' construct must use '{}'s. 778
error Line has trailing spaces. 779
error '+' should be on a new line. 779
error '{' should be on a new line. 781
error '||' should be on a new line. 782
error ')' is preceded with whitespace. 783
error '{' should be on a new line. 783
error '||' should be on a new line. 787
error ')' is preceded with whitespace. 788
error '{' should be on a new line. 788
error 'else' construct must use '{}'s. 792
error Line is longer than 80 characters. 809
error Line has trailing spaces. 812
error Line has trailing spaces. 813
error Line has trailing spaces. 817
error Line has trailing spaces. 818
error Line has trailing spaces. 821
error Line has trailing spaces. 822
error Line has trailing spaces. 823
error Line has trailing spaces. 825
error Line has trailing spaces. 827
error Line has trailing spaces. 829
error Line has trailing spaces. 832
error Line has trailing spaces. 836
error Line has trailing spaces. 838
error Line has trailing spaces. 839
error Line has trailing spaces. 842
error Line has trailing spaces. 848
error Line has trailing spaces. 849
error Line has trailing spaces. 852
error Line has trailing spaces. 864
error Line has trailing spaces. 865
error Line has trailing spaces. 868
error Parameter ddf should be final. 868
error Parameter fieldname should be final. 868
error Parameter displayname should be final. 869
error Parameter mand should be final. 869
error '{' should be on a new line. 869
error Avoid inline conditionals. 872
error ':' is not preceded with whitespace. 872
error ':' is not followed by whitespace. 872
error Line is longer than 80 characters. 884
error Line is longer than 80 characters. 889
error '{' should be on a new line. 891
error '{' should be on a new line. 893
error '{' should be on a new line. 895
error '{' should be on a new line. 897
error '{' should be on a new line. 899
error Line is longer than 80 characters. 901
error '{' should be on a new line. 901
error Line is longer than 80 characters. 903
error '{' should be on a new line. 903
error Line is longer than 80 characters. 904
error '{' should be on a new line. 904
error Line is longer than 80 characters. 905
error '{' should be on a new line. 905
error Line is longer than 80 characters. 906
error '{' should be on a new line. 906
error Line has trailing spaces. 907
error '{' should be on a new line. 909
error '+' is not preceded with whitespace. 911
error '+' should be on a new line. 911
error Line is longer than 80 characters. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912
error '+' is not preceded with whitespace. 912
error '+' is not followed by whitespace. 912

org/paneris/jal/model/LookupItem.java

Violation Message Line
error Line is longer than 80 characters. 5
error '{' should be on a new line. 8
error Missing a Javadoc comment. 10
error Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 10
error Missing a Javadoc comment. 11
error Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 11
error Line is longer than 80 characters. 15
error Parameter rec should be final. 20
error Parameter field should be final. 20
error '{' should be on a new line. 20
error Parameter id should be final. 31
error 'id' hides a field. 31
error Parameter value should be final. 31
error 'value' hides a field. 31
error '{' should be on a new line. 31
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 36
error Missing a Javadoc comment. 36
error '{' should be on a new line. 36
error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 40
error Missing a Javadoc comment. 40
error '{' should be on a new line. 40

org/paneris/util/SystemUtils.java

Violation Message Line
error Utility classes should not have a public or default constructor. 12
error '{' should be on a new line. 12
error Parameter cmd should be final. 31
error '{' should be on a new line. 31
error Name 'proc_output' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
error '=' is not preceded with whitespace. 39
error '=' is not followed by whitespace. 39
error 'while' is not followed by whitespace. 40
error '(' is followed by whitespace. 40
error '=' is not preceded with whitespace. 40
error '=' is not followed by whitespace. 40
error ')' is preceded with whitespace. 40
error '{' should be on a new line. 40
error 'cast' is not followed by whitespace. 41
error '{' should be on a new line. 45
error '}' should be alone on a line. 47
error '{' should be on a new line. 47
error Must have at least one statement. 47
error Line is longer than 80 characters. 60
error Line is longer than 80 characters. 77
error Parameter script should be final. 77
error Parameter scriptName should be final. 77
error '{' should be on a new line. 77
error ',' is not followed by whitespace. 79
error ',' is not followed by whitespace. 79

org/paneris/messageboard/controller/MessageboardUpdater.java

Violation Message Line
error Missing a Javadoc comment. 17
error '{' should be on a new line. 17
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 Unused @throws tag for 'Eception'. 28
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 30
error Parameter context should be final. 30
error Expected @throws tag for 'HandlerException'. 30
error '{' should be on a new line. 30
error 'if' construct must use '{}'s. 43
error 'if' construct must use '{}'s. 45
error '{' should be on a new line. 46
error ',' is not followed by whitespace. 47
error 'if' construct must use '{}'s. 48
error Line is longer than 80 characters. 48
error '+' is not preceded with whitespace. 48
error '+' is not followed by whitespace. 48
error 'if' construct must use '{}'s. 51
error Line is longer than 80 characters. 51
error '==' is not preceded with whitespace. 51
error '==' is not followed by whitespace. 51
error '{' should be on a new line. 52
error Line is longer than 80 characters. 57
error ',' is not followed by whitespace. 57
error '{' should be on a new line. 58
error 'if' construct must use '{}'s. 60
error Line is longer than 80 characters. 60
error 'if' construct must use '{}'s. 61
error '!=' is not preceded with whitespace. 61
error '!=' is not followed by whitespace. 61
error 'else' construct must use '{}'s. 62
error '{' should be on a new line. 66
error '{' should be on a new line. 68
error '}' should be alone on a line. 70
error '{' should be on a new line. 70
error ',' is not followed by whitespace. 71
error ',' is not followed by whitespace. 72
error '}' should be alone on a line. 75
error '{' should be on a new line. 75
error 'if' construct must use '{}'s. 77
error Line is longer than 80 characters. 77
error ',' is not followed by whitespace. 77
error '{' should be on a new line. 79
error Line is longer than 80 characters. 81
error '{' should be on a new line. 82
error '{' should be on a new line. 83
error Line is longer than 80 characters. 84
error '{' should be on a new line. 88
error '{' should be on a new line. 91
error Line is longer than 80 characters. 92
error '{' should be on a new line. 93
error Line is longer than 80 characters. 94
error '}' should be alone on a line. 97
error '{' should be on a new line. 97
error ',' is not followed by whitespace. 98
error ',' is not followed by whitespace. 99
error ',' is not followed by whitespace. 102
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error '}' should be alone on a line. 106
error '{' should be on a new line. 106
error ',' is not followed by whitespace. 115
error ',' is not followed by whitespace. 116
error ',' is not followed by whitespace. 117
error ',' is not followed by whitespace. 118
error ',' is not followed by whitespace. 119
error '{' should be on a new line. 122
error ',' is not followed by whitespace. 123
error '}' should be alone on a line. 124
error '{' should be on a new line. 124
error Line is longer than 80 characters. 125

org/paneris/user/controller/LoginUser.java

Violation Message Line
error Missing a Javadoc comment. 16
error '{' should be on a new line. 16
error Missing a Javadoc comment. 18
error Missing a Javadoc comment. 19
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
error Missing a Javadoc comment. 20
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 20
error Variable 'db' must be private and have accessor methods. 20
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 22
error Missing a Javadoc comment. 22
error Parameter context should be final. 22
error '{' should be on a new line. 22
error ',' is not followed by whitespace. 24
error ',' is not followed by whitespace. 29
error '{' should be on a new line. 32
error '{' should be on a new line. 36
error 'if' construct must use '{}'s. 37
error Line is longer than 80 characters. 37
error ',' is not followed by whitespace. 40
error '{' should be on a new line. 41
error ',' is not followed by whitespace. 43
error '{' should be on a new line. 46
error Line is longer than 80 characters. 47
error ',' is not followed by whitespace. 47
error '}' should be alone on a line. 48
error '{' should be on a new line. 48
error '{' should be on a new line. 49
error '{' should be on a new line. 50
error '}' should be alone on a line. 52
error '{' should be on a new line. 52
error Line is longer than 80 characters. 53
error 'if' construct must use '{}'s. 54
error Line has trailing spaces. 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 Line is longer than 80 characters. 60
error ',' is not followed by whitespace. 60
error '}' should be alone on a line. 63
error '{' should be on a new line. 63
error Line is longer than 80 characters. 65
error 'if' construct must use '{}'s. 66
error Line has trailing spaces. 66
error '{' should be on a new line. 69
error '}' should be alone on a line. 71
error '{' should be on a new line. 71
error Line is longer than 80 characters. 73
error ',' is not followed by whitespace. 73
error '{' should be on a new line. 76
error ',' is not followed by whitespace. 77
error Line is longer than 80 characters. 80
error '{' should be on a new line. 80
error 'if' construct must use '{}'s. 84
error Line has trailing spaces. 84
error '+' is not preceded with whitespace. 85
error '+' is not followed by whitespace. 85
error Line is longer than 80 characters. 86
error '{' should be on a new line. 87
error '}' should be alone on a line. 90
error '{' should be on a new line. 90
error Line is longer than 80 characters. 91
error ',' is not followed by whitespace. 91
error '}' should be alone on a line. 97
error '{' should be on a new line. 97
error '{' should be on a new line. 101
error ',' is not followed by whitespace. 102
error '}' should be alone on a line. 103
error '{' should be on a new line. 103
error Line is longer than 80 characters. 104

org/paneris/jal/controller/AdministrationDatasources.java

Violation Message Line
error Line has trailing spaces. 12
error '{' should be on a new line. 13
error Missing a Javadoc comment. 15
error Missing a Javadoc comment. 16
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 16
error Line has trailing spaces. 20
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 25
error Parameter context should be final. 25
error Expected @param tag for 'context'. 25
error '{' should be on a new line. 25
error ',' is not followed by whitespace. 26
error 'if' construct must use '{}'s. 30
error Line is longer than 80 characters. 30
error ',' is not followed by whitespace. 31
error '{' should be on a new line. 32
error ',' is not followed by whitespace. 33
error '}' should be alone on a line. 34
error '{' should be on a new line. 34
error Line is longer than 80 characters. 35

org/paneris/jal/controller/Dummy.java

Violation Message Line
error '{' should be on a new line. 11
error Missing a Javadoc comment. 13
error Expected an @return tag. 18
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 18
error Parameter context should be final. 18
error Expected @param tag for 'context'. 18
error '{' should be on a new line. 18
error 'cast' is not followed by whitespace. 19
error ',' is not followed by whitespace. 20
error 'cast' is not followed by whitespace. 21
error '{' should be on a new line. 23
error ',' is not followed by whitespace. 24
error '}' should be alone on a line. 25
error '{' should be on a new line. 25
error Line is longer than 80 characters. 26

org/paneris/jal/model/RecordSet.java

Violation Message Line
error Line has trailing spaces. 16
error Line is longer than 80 characters. 17
error Line is longer than 80 characters. 18
error Line is longer than 80 characters. 19
error Line is longer than 80 characters. 21
error Line is longer than 80 characters. 22
error '{' should be on a new line. 35
error Missing a Javadoc comment. 37
error Name 'recordIds' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
error Missing a Javadoc comment. 38
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
error Missing a Javadoc comment. 39
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 39
error Variable 'database' must be private and have accessor methods. 39
error Missing a Javadoc comment. 40
error Name 'table' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 40
error Missing a Javadoc comment. 41
error Name 'currentRecord' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 41
error Missing a Javadoc comment. 42
error Name 'sqlString' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 42
error Variable 'sqlString' must be private and have accessor methods. 42
error Missing a Javadoc comment. 43
error Name 'increment' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 43
error Variable 'increment' must be private and have accessor methods. 43
error Missing a Javadoc comment. 44
error Name 'max' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 44
error Missing a Javadoc comment. 45
error Name 'metaData' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 45
error Missing a Javadoc comment. 46
error Name 'limited' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 46
error Line is longer than 80 characters. 47
error Missing a Javadoc comment. 48
error Name 'state' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 48
error Missing a Javadoc comment. 49
error Name 'currentData' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 49
error Missing a Javadoc comment. 50
error Name 'dataCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 50
error Variable 'dataCache' must be private and have accessor methods. 50
error Missing a Javadoc comment. 52
error Name 'ignoreDeleted' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 52
error Parameter db should be final. 57
error Expected @param tag for 'db'. 57
error Parameter table should be final. 57
error 'table' hides a field. 57
error Expected @param tag for 'table'. 57
error Parameter sql should be final. 57
error Expected @param tag for 'sql'. 57
error Parameter inc should be final. 57
error Expected @param tag for 'inc'. 57
error Expected @throws tag for 'Exception'. 58
error '{' should be on a new line. 58
error 'if' construct must use '{}'s. 64
error Parameter db should be final. 75
error Expected @param tag for 'db'. 75
error Parameter table should be final. 75
error 'table' hides a field. 75
error Expected @param tag for 'table'. 75
error Parameter results should be final. 75
error Expected @param tag for 'results'. 75
error Parameter inc should be final. 75
error Expected @param tag for 'inc'. 75
error Expected @throws tag for 'Exception'. 76
error '{' should be on a new line. 76
error Parameter db should be final. 86
error Expected @param tag for 'db'. 86
error Parameter table should be final. 87
error 'table' hides a field. 87
error Expected @param tag for 'table'. 87
error Parameter sqlStatement should be final. 88
error Expected @param tag for 'sqlStatement'. 88
error Parameter inc should be final. 89
error Expected @param tag for 'inc'. 89
error Expected @throws tag for 'Exception'. 90
error '{' should be on a new line. 90
error Method 'buildSet' is not designed for extension - needs to be abstract, final or empty. 95
error Missing a Javadoc comment. 95
error Parameter db should be final. 96
error Parameter table should be final. 97
error 'table' hides a field. 97
error Parameter sqlStatement should be final. 98
error Parameter inc should be final. 99
error '{' should be on a new line. 100
error '{' should be on a new line. 103
error '{' should be on a new line. 106
error '{' should be on a new line. 109
error '{' should be on a new line. 114
error Parameter db should be final. 122
error Expected @param tag for 'db'. 122
error Parameter t should be final. 122
error Expected @param tag for 't'. 122
error Parameter inc should be final. 122
error Expected @param tag for 'inc'. 122
error Expected @throws tag for 'Exception'. 122
error '{' should be on a new line. 122
error 'dataCache' hides a field. 126
error '{' should be on a new line. 128
error '{' should be on a new line. 131
error Line is longer than 80 characters. 137
error Line is longer than 80 characters. 138
error Expected an @return tag. 143
error Parameter context should be final. 144
error Expected @param tag for 'context'. 144
error Parameter db should be final. 145
error Expected @param tag for 'db'. 145
error Parameter table should be final. 146
error Expected @param tag for 'table'. 146
error Parameter results should be final. 147
error Expected @param tag for 'results'. 147
error Parameter inc should be final. 148
error Expected @param tag for 'inc'. 148
error Expected @throws tag for 'Exception'. 149
error '{' should be on a new line. 149
error 'cast' is not followed by whitespace. 151
error '{' should be on a new line. 152
error 'if' construct must use '{}'s. 155
error '{' should be on a new line. 158
error Line is longer than 80 characters. 165
error Expected an @return tag. 170
error Parameter context should be final. 171
error Expected @param tag for 'context'. 171
error Parameter db should be final. 172
error Expected @param tag for 'db'. 172
error Parameter table should be final. 173
error Expected @param tag for 'table'. 173
error Parameter sql should be final. 174
error Expected @param tag for 'sql'. 174
error Parameter inc should be final. 175
error Expected @param tag for 'inc'. 175
error Parameter identifier should be final. 176
error Expected @param tag for 'identifier'. 176
error Expected @throws tag for 'Exception'. 177
error '{' should be on a new line. 177
error 'cast' is not followed by whitespace. 179
error '{' should be on a new line. 183
error '{' should be on a new line. 187
error Line is longer than 80 characters. 194
error Expected an @return tag. 199
error Parameter context should be final. 200
error Expected @param tag for 'context'. 200
error Parameter db should be final. 201
error Expected @param tag for 'db'. 201
error Parameter table should be final. 202
error Expected @param tag for 'table'. 202
error Parameter sql should be final. 203
error Expected @param tag for 'sql'. 203
error Parameter inc should be final. 204
error Expected @param tag for 'inc'. 204
error Parameter identifier should be final. 205
error Expected @param tag for 'identifier'. 205
error Expected @throws tag for 'Exception'. 206
error '{' should be on a new line. 206
error 'cast' is not followed by whitespace. 208
error '{' should be on a new line. 211
error '{' should be on a new line. 215
error Line is longer than 80 characters. 222
error Expected an @return tag. 224
error Parameter context should be final. 225
error Expected @param tag for 'context'. 225
error Parameter db should be final. 226
error Expected @param tag for 'db'. 226
error Parameter table should be final. 227
error Expected @param tag for 'table'. 227
error Parameter sql should be final. 228
error Expected @param tag for 'sql'. 228
error Parameter inc should be final. 229
error Expected @param tag for 'inc'. 229
error Expected @throws tag for 'Exception'. 230
error '{' should be on a new line. 230
error Method 'setIgnoreDeleted' is not designed for extension - needs to be abstract, final or empty. 237
error Parameter del should be final. 237
error Expected @param tag for 'del'. 237
error '{' should be on a new line. 237
error Expected an @return tag. 246
error Parameter context should be final. 247
error Expected @param tag for 'context'. 247
error Parameter identifier should be final. 248
error Expected @param tag for 'identifier'. 248
error Expected @throws tag for 'Exception'. 249
error '{' should be on a new line. 249
error 'cast' is not followed by whitespace. 251
error '{' should be on a new line. 252
error '{' should be on a new line. 256
error Method 'doNavigation' is not designed for extension - needs to be abstract, final or empty. 262
error Missing a Javadoc comment. 262
error Parameter context should be final. 262
error '{' should be on a new line. 262
error '{' should be on a new line. 263
error '{' should be on a new line. 266
error Line is longer than 80 characters. 271
error Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 272
error Missing a Javadoc comment. 272
error '{' should be on a new line. 272
error '{' should be on a new line. 275
error 'cast' is not followed by whitespace. 276
error Line is longer than 80 characters. 282
error Method 'getRows' is not designed for extension - needs to be abstract, final or empty. 283
error Missing a Javadoc comment. 283
error '{' should be on a new line. 283
error Line is longer than 80 characters. 288
error Method 'loadData' is not designed for extension - needs to be abstract, final or empty. 289
error Missing a Javadoc comment. 289
error '{' should be on a new line. 289
error '{' should be on a new line. 292
error Line has trailing spaces. 294
error '{' should be on a new line. 296
error 'cast' is not followed by whitespace. 297
error '{' should be on a new line. 299
error Empty statement. 300
error '{' should be on a new line. 302
error 'cast' is not followed by whitespace. 304
error '{' should be on a new line. 307
error '{' should be on a new line. 308
error 'cast' is not followed by whitespace. 309
error 'cast' is not followed by whitespace. 310
error Line has trailing spaces. 312
error '{' should be on a new line. 312
error Empty statement. 313
error '{' should be on a new line. 316
error '{' should be on a new line. 320
error Method 'getRecord' is not designed for extension - needs to be abstract, final or empty. 330
error Missing a Javadoc comment. 330
error Parameter database should be final. 330
error 'database' hides a field. 330
error Parameter table should be final. 330
error 'table' hides a field. 330
error Parameter id should be final. 330
error '{' should be on a new line. 331
error Method 'removeID' is not designed for extension - needs to be abstract, final or empty. 336
error Missing a Javadoc comment. 336
error Parameter id should be final. 336
error '{' should be on a new line. 336
error Missing a Javadoc comment. 340
error '{' should be on a new line. 340
error '{' should be on a new line. 341
error '{' should be on a new line. 344
error Method 'addElement' is not designed for extension - needs to be abstract, final or empty. 351
error Missing a Javadoc comment. 351
error Parameter id should be final. 351
error '{' should be on a new line. 351
error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 355
error Missing a Javadoc comment. 355
error '{' should be on a new line. 355
error Method 'getIncrement' is not designed for extension - needs to be abstract, final or empty. 359
error Missing a Javadoc comment. 359
error '{' should be on a new line. 359
error Method 'getLimited' is not designed for extension - needs to be abstract, final or empty. 363
error Missing a Javadoc comment. 363
error '{' should be on a new line. 363
error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 367
error Missing a Javadoc comment. 367
error '{' should be on a new line. 367
error Method 'getCurrentRecord' is not designed for extension - needs to be abstract, final or empty. 371
error Missing a Javadoc comment. 371
error '{' should be on a new line. 371
error Method 'setCurrentRecord' is not designed for extension - needs to be abstract, final or empty. 375
error Missing a Javadoc comment. 375
error Parameter i should be final. 375
error '{' should be on a new line. 375
error Method 'getDisplayCurrentRecord' is not designed for extension - needs to be abstract, final or empty. 379
error Missing a Javadoc comment. 379
error '{' should be on a new line. 379
error '{' should be on a new line. 380
error '{' should be on a new line. 383
error Method 'getMaxRecord' is not designed for extension - needs to be abstract, final or empty. 388
error Missing a Javadoc comment. 388
error '{' should be on a new line. 388
error Method 'setMaxRecord' is not designed for extension - needs to be abstract, final or empty. 392
error Missing a Javadoc comment. 392
error Parameter a should be final. 392
error '{' should be on a new line. 392
error '{' should be on a new line. 394
error Method 'getPages' is not designed for extension - needs to be abstract, final or empty. 399
error Missing a Javadoc comment. 399
error '{' should be on a new line. 399
error '{' should be on a new line. 400
error '{' should be on a new line. 403
error '{' should be on a new line. 404
error '{' should be on a new line. 407
error Method 'getPage' is not designed for extension - needs to be abstract, final or empty. 413
error Missing a Javadoc comment. 413
error '{' should be on a new line. 413
error '{' should be on a new line. 414
error '{' should be on a new line. 417
error Method 'getSqlString' is not designed for extension - needs to be abstract, final or empty. 422
error Missing a Javadoc comment. 422
error '{' should be on a new line. 422
error Method 'moveNext' is not designed for extension - needs to be abstract, final or empty. 426
error Missing a Javadoc comment. 426
error '{' should be on a new line. 426
error Method 'movePrevious' is not designed for extension - needs to be abstract, final or empty. 430
error Missing a Javadoc comment. 430
error '{' should be on a new line. 430
error Method 'getStart' is not designed for extension - needs to be abstract, final or empty. 434
error Missing a Javadoc comment. 434
error '{' should be on a new line. 434
error Conditional logic can be removed. 435
error '{' should be on a new line. 435
error '{' should be on a new line. 438
error Method 'getEnd' is not designed for extension - needs to be abstract, final or empty. 443
error Missing a Javadoc comment. 443
error '{' should be on a new line. 443
error Conditional logic can be removed. 444
error '{' should be on a new line. 444
error '{' should be on a new line. 447
error Method 'getState' is not designed for extension - needs to be abstract, final or empty. 452
error Missing a Javadoc comment. 452
error '{' should be on a new line. 452

org/paneris/user/controller/LoginForgot.java

Violation Message Line
error Missing a Javadoc comment. 17
error '{' should be on a new line. 17
error Missing a Javadoc comment. 19
error Missing a Javadoc comment. 20
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 20
error Missing a Javadoc comment. 21
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Variable 'db' must be private and have accessor methods. 21
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 23
error Missing a Javadoc comment. 23
error Parameter context should be final. 23
error '{' should be on a new line. 23
error ',' is not followed by whitespace. 25
error '{' should be on a new line. 29
error Line has trailing spaces. 30
error Line has trailing spaces. 31
error Line has trailing spaces. 32
error '}' should be alone on a line. 34
error '{' should be on a new line. 34
error '{' should be on a new line. 37
error 'if' construct must use '{}'s. 38
error Line has trailing spaces. 38
error ',' is not followed by whitespace. 43
error '{' should be on a new line. 44
error '{' should be on a new line. 46
error '{' should be on a new line. 49
error '{' should be on a new line. 50
error '{' should be on a new line. 51
error ',' is not followed by whitespace. 52
error '}' should be alone on a line. 53
error '{' should be on a new line. 53
error Line is longer than 80 characters. 54
error ',' is not followed by whitespace. 55
error Line is longer than 80 characters. 58
error '{' should be on a new line. 58
error '}' should be alone on a line. 60
error '{' should be on a new line. 60
error 'if' construct must use '{}'s. 64
error '{' should be on a new line. 67
error '{' should be on a new line. 69
error Line has trailing spaces. 72
error '}' should be alone on a line. 72
error '{' should be on a new line. 72
error Line is longer than 80 characters. 74
error '{' should be on a new line. 77
error Line is longer than 80 characters. 78
error ',' is not followed by whitespace. 80
error Line is longer than 80 characters. 81
error Line has trailing spaces. 82
error Line is longer than 80 characters. 85
error Line is longer than 80 characters. 86
error Line is longer than 80 characters. 87
error Line has trailing spaces. 88
error '{' should be on a new line. 88
error Line is longer than 80 characters. 89
error '}' should be alone on a line. 91
error '{' should be on a new line. 91
error Line is longer than 80 characters. 92
error ',' is not followed by whitespace. 92
error '}' should be alone on a line. 96
error '{' should be on a new line. 96
error '{' should be on a new line. 101
error ',' is not followed by whitespace. 102
error '}' should be alone on a line. 103
error '{' should be on a new line. 103
error Line is longer than 80 characters. 104

org/paneris/util/PropertiesUtils.java

Violation Message Line
error Missing a Javadoc comment. 8
error Utility classes should not have a public or default constructor. 8
error '{' should be on a new line. 8
error Missing a Javadoc comment. 10
error Parameter clazz should be final. 10
error Parameter name should be final. 10
error '{' should be on a new line. 11
error 'if' construct must use '{}'s. 14
error '{' should be on a new line. 18
error '{' should be on a new line. 21
error '+' should be on a new line. 22

org/paneris/util/CSVStringTokenizer.java

Violation Message Line
error Line has trailing spaces. 3
error Line has trailing spaces. 6
error '{' should be on a new line. 10
error Missing a Javadoc comment. 11
error Name 'currentPosition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 11
error Missing a Javadoc comment. 12
error Name 'maxPosition' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 12
error Missing a Javadoc comment. 13
error Name 'str' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 13
error Missing a Javadoc comment. 14
error Name 'delimiters' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 14
error Missing a Javadoc comment. 15
error Name 'retTokens' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 15
error Line has trailing spaces. 19
error Line has trailing spaces. 20
error Line has trailing spaces. 21
error Line has trailing spaces. 23
error Line has trailing spaces. 24
error Line has trailing spaces. 25
error Line has trailing spaces. 26
error Line has trailing spaces. 27
error Parameter str should be final. 35
error 'str' hides a field. 35
error Parameter delim should be final. 35
error Parameter returnTokens should be final. 35
error '{' should be on a new line. 35
error Line has trailing spaces. 44
error Line has trailing spaces. 45
error Line has trailing spaces. 46
error Parameter str should be final. 52
error 'str' hides a field. 52
error Parameter delim should be final. 52
error '{' should be on a new line. 52
error Line has trailing spaces. 57
error Line has trailing spaces. 58
error Line has trailing spaces. 60
error Parameter str should be final. 65
error 'str' hides a field. 65
error '{' should be on a new line. 65
error Method 'hasMoreTokens' is not designed for extension - needs to be abstract, final or empty. 100
error '{' should be on a new line. 100
error Unused @throws tag for 'NoSuchElementException'. 109
error Method 'nextToken' is not designed for extension - needs to be abstract, final or empty. 113
error '{' should be on a new line. 113
error Line has trailing spaces. 115
error '{' is not preceded with whitespace. 115
error '{' should be on a new line. 115
error '{' should be on a new line. 118
error Line has trailing spaces. 123
error '&&' should be on a new line. 123
error '{' should be on a new line. 124
error Line has trailing spaces. 131
error Line has trailing spaces. 132
error Unused @throws tag for 'NoSuchElementException'. 136
error Method 'nextToken' is not designed for extension - needs to be abstract, final or empty. 140
error Parameter delim should be final. 140
error '{' should be on a new line. 140
error Line has trailing spaces. 148
error Method 'hasMoreElements' is not designed for extension - needs to be abstract, final or empty. 156
error '{' should be on a new line. 156
error Line has trailing spaces. 164
error Unused @throws tag for 'NoSuchElementException'. 167
error Method 'nextElement' is not designed for extension - needs to be abstract, final or empty. 173
error '{' should be on a new line. 173
error Line has trailing spaces. 178
error Line has trailing spaces. 179
error Line has trailing spaces. 180
error Method 'countTokens' is not designed for extension - needs to be abstract, final or empty. 187
error '{' should be on a new line. 187
error '{' should be on a new line. 191
error '&&' should be on a new line. 196
error '&&' should be on a new line. 197
error '{' should be on a new line. 198
error '{' should be on a new line. 202
error Line has trailing spaces. 207
error '&&' should be on a new line. 207
error '{' should be on a new line. 208
error '&&' should be on a new line. 211
error '{' should be on a new line. 212

org/paneris/jal/controller/Admin.java

Violation Message Line
error '{' should be on a new line. 25
error Missing a Javadoc comment. 27
error Missing a Javadoc comment. 28
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
error Missing a Javadoc comment. 29
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
error Missing a Javadoc comment. 30
error Missing a Javadoc comment. 31
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 31
error Line is longer than 80 characters. 39
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 41
error Method length is 468 lines (max allowed is 150). 41
error Parameter context should be final. 41
error '{' should be on a new line. 41
error 'if' construct must use '{}'s. 62
error 'if' construct must use '{}'s. 64
error '{' should be on a new line. 66
error 'if' construct must use '{}'s. 68
error 'if' construct must use '{}'s. 74
error 'if' construct must use '{}'s. 76
error Line has trailing spaces. 76
error '{' should be on a new line. 78
error 'if' construct must use '{}'s. 79
error 'else' construct must use '{}'s. 81
error 'if' construct must use '{}'s. 87
error 'if' construct must use '{}'s. 89
error 'if' construct must use '{}'s. 90
error '{' should be on a new line. 96
error '{' should be on a new line. 101
error '{' should be on a new line. 103
error 'if' construct must use '{}'s. 104
error '{' should be on a new line. 111
error '{' should be on a new line. 121
error 'if' construct must use '{}'s. 122
error 'if' construct must use '{}'s. 124
error 'if' construct must use '{}'s. 133
error 'if' construct must use '{}'s. 136
error Expression can be simplified. 139
error '{' should be on a new line. 139
error '{' should be on a new line. 162
error '{' should be on a new line. 164
error 'cast' is not followed by whitespace. 165
error 'cast' is not followed by whitespace. 166
error 'cast' is not followed by whitespace. 167
error 'cast' is not followed by whitespace. 168
error '{' should be on a new line. 171
error Line is longer than 80 characters. 182
error '{' should be on a new line. 184
error 'if' construct must use '{}'s. 185
error Line is longer than 80 characters. 197
error '{' should be on a new line. 200
error 'cast' is not followed by whitespace. 201
error '{' should be on a new line. 203
error Line is longer than 80 characters. 206
error '{' should be on a new line. 217
error 'if' construct must use '{}'s. 225
error '{' should be on a new line. 229
error '{' should be on a new line. 246
error 'if' construct must use '{}'s. 247
error 'if' construct must use '{}'s. 249
error 'else' construct must use '{}'s. 251
error '{' should be on a new line. 259
error 'if' construct must use '{}'s. 261
error 'else' construct must use '{}'s. 263
error '{' should be on a new line. 266
error 'if' construct must use '{}'s. 267
error 'else' construct must use '{}'s. 269
error '{' should be on a new line. 272
error '{' should be on a new line. 276
error '{' should be on a new line. 285
error 'if' construct must use '{}'s. 286
error 'if' construct must use '{}'s. 288
error 'else' construct must use '{}'s. 290
error Line is longer than 80 characters. 292
error Line is longer than 80 characters. 293
error '{' should be on a new line. 298
error '{' should be on a new line. 300
error '{' should be on a new line. 303
error '{' should be on a new line. 309
error 'if' construct must use '{}'s. 311
error '{' should be on a new line. 314
error '{' should be on a new line. 317
error '{' should be on a new line. 320
error '{' should be on a new line. 325
error '{' should be on a new line. 338
error 'if' construct must use '{}'s. 339
error Line is longer than 80 characters. 341
error Line is longer than 80 characters. 342
error '{' should be on a new line. 350
error 'if' construct must use '{}'s. 356
error 'else' construct must use '{}'s. 358
error '{' should be on a new line. 364
error '{' should be on a new line. 365
error '{' should be on a new line. 367
error '{' should be on a new line. 374
error '{' should be on a new line. 377
error '{' should be on a new line. 383
error '{' should be on a new line. 394
error '{' should be on a new line. 402
error '{' should be on a new line. 403
error '{' should be on a new line. 404
error 'if' construct must use '{}'s. 405
error 'else' construct must use '{}'s. 409
error '{' should be on a new line. 421
error 'if' construct must use '{}'s. 423
error 'else' construct must use '{}'s. 425
error '{' should be on a new line. 440
error '{' should be on a new line. 441
error '{' should be on a new line. 448
error '3' is a magic number. 449
error 'if' construct must use '{}'s. 450
error 'if' construct must use '{}'s. 457
error '{' should be on a new line. 473
error 'cast' is not followed by whitespace. 476
error '{' should be on a new line. 478
error '{' should be on a new line. 501
error 'cast' is not followed by whitespace. 502
error '{' should be on a new line. 504
error Line has trailing spaces. 511
error Parameter tableRS should be final. 519
error Parameter orderby should be final. 519
error '{' should be on a new line. 520
error '{' should be on a new line. 522
error 'cast' is not followed by whitespace. 523
error Missing a Javadoc comment. 535
error Parameter a should be final. 535
error Parameter b should be final. 535
error '{' should be on a new line. 535
error 'if' construct must use '{}'s. 536
error 'else' construct must use '{}'s. 538
error Unused @param tag for 'field'. 552
error Unused @param tag for 'value'. 553
error Method 'buildQuery' is not designed for extension - needs to be abstract, final or empty. 558
error Parameter context should be final. 559
error Expected @param tag for 'context'. 559
error Parameter tableRS should be final. 560
error Expected @param tag for 'tableRS'. 560
error Parameter table should be final. 561
error Expected @param tag for 'table'. 561
error Parameter orderby should be final. 562
error Expected @param tag for 'orderby'. 562
error Parameter ascdesc should be final. 563
error Expected @param tag for 'ascdesc'. 563
error Parameter db should be final. 564
error Expected @param tag for 'db'. 564
error Parameter selectExpression should be final. 565
error Expected @param tag for 'selectExpression'. 565
error '{' should be on a new line. 566
error '{' should be on a new line. 576
error 'cast' is not followed by whitespace. 577
error Line is longer than 80 characters. 578
error 'if' construct must use '{}'s. 579
error 'if' construct must use '{}'s. 581
error 'if' construct must use '{}'s. 583
error 'if' construct must use '{}'s. 585
error '{' should be on a new line. 590
error '{' should be on a new line. 592
error '{' should be on a new line. 593
error '{' should be on a new line. 600
error '{' should be on a new line. 620
error '{' should be on a new line. 621
error '{' should be on a new line. 623
error '{' should be on a new line. 631
error '{' should be on a new line. 643
error 'if' construct must use '{}'s. 644
error '{' should be on a new line. 652
error '{' should be on a new line. 653
error '{' should be on a new line. 669
error '{' should be on a new line. 680
error 'if' construct must use '{}'s. 685
error Missing a Javadoc comment. 690
error Parameter context should be final. 691
error Parameter table should be final. 692
error Parameter id should be final. 693
error Parameter action should be final. 694
error '{' should be on a new line. 695
error 'if' construct must use '{}'s. 706
error 'if' construct must use '{}'s. 710
error 'if' construct must use '{}'s. 717
error 'if' construct must use '{}'s. 720
error 'if' construct must use '{}'s. 727
error 'if' construct must use '{}'s. 730
error 'if' construct must use '{}'s. 737
error 'if' construct must use '{}'s. 740
error 'if' construct must use '{}'s. 747
error 'if' construct must use '{}'s. 750
error 'if' construct must use '{}'s. 757
error 'if' construct must use '{}'s. 760
error 'if' construct must use '{}'s. 767
error 'if' construct must use '{}'s. 770
error 'if' construct must use '{}'s. 777
error 'if' construct must use '{}'s. 781
error 'if' construct must use '{}'s. 785
error Line has trailing spaces. 788
error 'if' construct must use '{}'s. 789
error 'if' construct must use '{}'s. 794
error 'if' construct must use '{}'s. 798
error 'if' construct must use '{}'s. 802

org/paneris/jal/controller/POSQL.java

Violation Message Line
error Line has trailing spaces. 18
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 'cast' is not followed by whitespace. 26
error ',' is not followed by whitespace. 27
error '{' should be on a new line. 29
error Line is longer than 80 characters. 30
error ',' is not followed by whitespace. 30
error '}' should be alone on a line. 31
error '{' should be on a new line. 31
error '{' should be on a new line. 34
error 'cast' is not followed by whitespace. 35
error 'if' construct must use '{}'s. 36
error '=' is not preceded with whitespace. 36
error '=' is not followed by whitespace. 36
error ',' is not followed by whitespace. 37
error ',' is not followed by whitespace. 38
error ',' is not followed by whitespace. 39
error 'cast' is not followed by whitespace. 40
error '{' should be on a new line. 41
error ',' is not followed by whitespace. 42
error ',' is not followed by whitespace. 43
error '{' should be on a new line. 44
error '{' should be on a new line. 46
error ',' is not followed by whitespace. 48
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 on a new line. 54
error '=' is not preceded with whitespace. 56
error '=' is not followed by whitespace. 56
error '<' is not preceded with whitespace. 56
error '+' is not preceded with whitespace. 56
error '+' is not followed by whitespace. 56
error '{' should be on a new line. 56
error '=' is not preceded with whitespace. 60
error '=' is not followed by whitespace. 60
error '<' is not preceded with whitespace. 60
error '+' is not preceded with whitespace. 60
error '+' is not followed by whitespace. 60
error '{' should be on a new line. 60
error ',' is not followed by whitespace. 65
error ',' is not followed by whitespace. 66
error '}' should be alone on a line. 67
error '{' should be on a new line. 67
error ',' is not followed by whitespace. 69
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 followed by whitespace. 74
error '}' should be alone on a line. 75
error '{' should be on a new line. 75
error Line has trailing spaces. 80
error ',' is not followed by whitespace. 81
error ',' is not followed by whitespace. 82
error Line has trailing spaces. 83
error '{' should be on a new line. 85
error ',' is not followed by whitespace. 86
error '}' should be alone on a line. 87
error '{' should be on a new line. 87
error Line is longer than 80 characters. 88

org/paneris/messageboard/receivemail/WordToHTML.java

Violation Message Line
error Missing a Javadoc comment. 15
error Utility classes should not have a public or default constructor. 15
error '{' should be on a new line. 15
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 19
error Parameter wordDoc should be final. 19
error Parameter tempDir should be final. 20
error Parameter imgDir should be final. 20
error '{' should be on a new line. 21
error Missing a Javadoc comment. 25
error Parameter wordDoc should be final. 25
error Parameter tempDir should be final. 26
error Parameter imgDir should be final. 26
error '{' should be on a new line. 27
error 'if' construct must use '{}'s. 29
error '{' should be on a new line. 35
error '10000' is a magic number. 37
error '{' is followed by whitespace. 40
error '10000' is a magic number. 43
error '1000000' is a magic number. 43
error '{' should be on a new line. 45

org/paneris/messageboard/receivemail/MessageBoardStore.java

Violation Message Line
error '{' should be on a new line. 33
error Missing a Javadoc comment. 34
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Missing a Javadoc comment. 35
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
error Missing a Javadoc comment. 36
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 36
error Missing a Javadoc comment. 37
error Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
error Parameter connMgr should be final. 47
error 'connMgr' hides a field. 47
error Parameter database should be final. 47
error 'database' hides a field. 47
error Parameter log should be final. 48
error 'log' hides a field. 48
error Expected @throws tag for 'IOException'. 49
error '{' should be on a new line. 49
error 'if' construct must use '{}'s. 52
error Line has trailing spaces. 52
error '+' should be on a new line. 52
error '{' should be on a new line. 62
error Missing a Javadoc comment. 66
error '{' should be on a new line. 66
error Missing a Javadoc comment. 70
error '{' should be on a new line. 70
error Missing a Javadoc comment. 71
error Name 'id' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 71
error Variable 'id' must be private and have accessor methods. 71
error Parameter email should be final. 88
error Redundant throws: 'MessagingException' is subclass of 'Exception'. 89
error Redundant throws: 'SQLException' is subclass of 'Exception'. 89
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. 95
error '+' should be on a new line. 96
error '{' should be on a new line. 98
error 'else' construct must use '{}'s. 103
error '+' should be on a new line. 105
error '{' should be on a new line. 108
error Missing a Javadoc comment. 113
error '{' should be on a new line. 113
error Missing a Javadoc comment. 114
error Name 'boardID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 114
error Variable 'boardID' must be private and have accessor methods. 114
error Missing a Javadoc comment. 115
error Name 'parentID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 115
error Variable 'parentID' must be private and have accessor methods. 115
error Parameter email should be final. 136
error Redundant throws: 'MessagingException' is subclass of 'Exception'. 137
error Redundant throws: 'SQLException' is subclass of 'Exception'. 137
error Expected @throws tag for 'Exception'. 137
error '{' should be on a new line. 137
error '{' should be on a new line. 138
error 'if' construct must use '{}'s. 145
error '{' should be on a new line. 147
error '{' should be on a new line. 149
error '{' should be on a new line. 152
error '+' should be on a new line. 153
error '{' should be on a new line. 157
error '{' should be on a new line. 163
error '+' should be on a new line. 166
error '+' should be on a new line. 167
error '+' should be on a new line. 168
error 'if' construct must use '{}'s. 170
error 'else' construct must use '{}'s. 172
error '+' should be on a new line. 173
error '{' should be on a new line. 176
error '{' should be on a new line. 182
error Parameter database should be final. 192
error 'database' hides a field. 192
error Expected @param tag for 'database'. 192
error Parameter conn should be final. 192
error 'conn' hides a field. 192
error Expected @param tag for 'conn'. 192
error Parameter boardId should be final. 192
error Expected @param tag for 'boardId'. 192
error Parameter id should be final. 192
error Expected @param tag for 'id'. 192
error Parameter fileName should be final. 193
error Expected @param tag for 'fileName'. 193
error Parameter contentType should be final. 193
error Expected @param tag for 'contentType'. 193
error Parameter content should be final. 193
error Expected @param tag for 'content'. 193
error Expected @throws tag for 'Exception'. 194
error '{' should be on a new line. 194
error 'cast' is not followed by whitespace. 197
error 'if' construct must use '{}'s. 205
error '+' should be on a new line. 210
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 ',' is not followed by whitespace. 216
error 'cast' is not followed by whitespace. 219
error 'cast' is not followed by whitespace. 220
error 'cast' is not followed by whitespace. 222
error '{' should be on a new line. 227
error '{' should be on a new line. 229
error 'if' construct must use '{}'s. 234
error '{' should be on a new line. 239
error '{' should be on a new line. 243
error 'if' construct must use '{}'s. 248
error Avoid inline conditionals. 250
error Missing a Javadoc comment. 255
error Parameter message should be final. 255
error Parameter part should be final. 255
error '{' should be on a new line. 256
error '{' should be on a new line. 257
error 'if' construct must use '{}'s. 259
error '&&' should be on a new line. 259
error Unused @param tag for 'recipientIDs'. 272
error Parameter senderID should be final. 280
error Parameter recipientID should be final. 280
error Expected @param tag for 'recipientID'. 280
error Parameter text should be final. 281
error '{' should be on a new line. 281
error 'cast' is not followed by whitespace. 291
error 'cast' is not followed by whitespace. 292
error '?' should be on a new line. 297
error Avoid inline conditionals. 297
error ':' should be on a new line. 298
error 'cast' is not followed by whitespace. 301
error 'cast' is not followed by whitespace. 302
error 'cast' is not followed by whitespace. 303
error '100' is a magic number. 307
error '{' should be on a new line. 310
error 'cast' is not followed by whitespace. 312
error '{' should be on a new line. 314
error 'cast' is not followed by whitespace. 315
error '{' should be on a new line. 316
error 'if' construct must use '{}'s. 323
error '&&' should be on a new line. 323
error 'cast' is not followed by whitespace. 325
error 'else' construct must use '{}'s. 326
error '1024' is a magic number. 329
error '{' should be on a new line. 332
error '100' is a magic number. 337
error '7168' is a magic number. 343
error '{' should be on a new line. 343
error ',' is not followed by whitespace. 346
error '7168' is a magic number. 346
error Line is longer than 80 characters. 347
error '{' should be on a new line. 362
error Missing a Javadoc comment. 363
error Name 'm' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 363
error Missing a Javadoc comment. 364
error Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 364
error Missing a Javadoc comment. 366
error Parameter m should be final. 366
error 'm' hides a field. 366
error Parameter log should be final. 366
error 'log' hides a field. 366
error '{' should be on a new line. 366
error Missing a Javadoc comment. 371
error '{' should be on a new line. 371
error '{' should be on a new line. 372
error '{' should be on a new line. 375
error '+' should be on a new line. 376

org/paneris/jal/model/Log.java

Violation Message Line
error '{' should be on a new line. 8
error Missing a Javadoc comment. 10
error '{' should be on a new line. 10
error Missing a Javadoc comment. 12
error Parameter name should be final. 12
error Parameter description should be final. 12
error '{' should be on a new line. 12
error Method 'debug' is not designed for extension - needs to be abstract, final or empty. 14
error Missing a Javadoc comment. 14
error Parameter err should be final. 14
error '{' should be on a new line. 14
error Method 'error' is not designed for extension - needs to be abstract, final or empty. 17
error Missing a Javadoc comment. 17
error Parameter err should be final. 17
error '{' should be on a new line. 17
error Method 'error' is not designed for extension - needs to be abstract, final or empty. 20
error Missing a Javadoc comment. 20
error Parameter err should be final. 20
error Parameter e should be final. 20
error '{' should be on a new line. 20
error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 23
error Missing a Javadoc comment. 23
error Parameter err should be final. 23
error '{' should be on a new line. 23
error Method 'warning' is not designed for extension - needs to be abstract, final or empty. 26
error Missing a Javadoc comment. 26
error Parameter err should be final. 26
error Parameter e should be final. 26
error '{' should be on a new line. 26
error Method 'exception' is not designed for extension - needs to be abstract, final or empty. 29
error Missing a Javadoc comment. 29
error Parameter e should be final. 29
error '{' should be on a new line. 29
error Missing a Javadoc comment. 32
error Parameter filename should be final. 32
error '{' should be on a new line. 32

org/paneris/user/controller/LogoutUser.java

Violation Message Line
error Missing a Javadoc comment. 11
error '{' should be on a new line. 11
error Missing a Javadoc comment. 13
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 15
error Missing a Javadoc comment. 15
error Parameter context should be final. 15
error '{' should be on a new line. 15
error ',' is not followed by whitespace. 17
error 'if' construct must use '{}'s. 20
error 'if' construct must use '{}'s. 21
error Line has trailing spaces. 21
error Line has trailing spaces. 23
error ',' is not followed by whitespace. 25
error '+' is not preceded with whitespace. 27
error '+' is not followed by whitespace. 27
error '+' is not preceded with whitespace. 29
error '+' is not followed by whitespace. 29
error '{' should be on a new line. 30
error ',' is not followed by whitespace. 31
error '}' should be alone on a line. 32
error '{' should be on a new line. 32
error Line is longer than 80 characters. 33

org/paneris/util/ExtendedHash.java

Violation Message Line
error Line has trailing spaces. 6
error '{' should be on a new line. 13
error Line has trailing spaces. 14
error Missing a Javadoc comment. 15
error Missing a Javadoc comment. 16
error Name 'keys' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 16
error Variable 'keys' must be private and have accessor methods. 16
error Missing a Javadoc comment. 17
error Name 'values' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 17
error Variable 'values' must be private and have accessor methods. 17
error '{' should be on a new line. 22
error Parameter initialCapacity should be final. 31
error Expected @param tag for 'initialCapacity'. 31
error Parameter loadFactor should be final. 31
error Expected @param tag for 'loadFactor'. 31
error '{' should be on a new line. 31
error Parameter initialCapacity should be final. 41
error Expected @param tag for 'initialCapacity'. 41
error '{' should be on a new line. 41
error Parameter a should be final. 51
error Expected @param tag for 'a'. 51
error Parameter b should be final. 51
error Expected @param tag for 'b'. 51
error '{' should be on a new line. 51
error ';' is preceded with whitespace. 56
error ';' is preceded with whitespace. 56
error '{' should be on a new line. 56
error '{' should be on a new line. 58
error '}' should be alone on a line. 61
error '{' should be on a new line. 61
error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 70
error '{' should be on a new line. 70
error Line has trailing spaces. 75
error Line has trailing spaces. 76
error Expected an @return tag. 82
error Method 'elements' is not designed for extension - needs to be abstract, final or empty. 82
error '{' should be on a new line. 82
error Expected an @return tag. 89
error Method 'keys' is not designed for extension - needs to be abstract, final or empty. 89
error '{' should be on a new line. 89
error Expected an @return tag. 96
error Method 'put' is not designed for extension - needs to be abstract, final or empty. 96
error Parameter key should be final. 96
error Expected @param tag for 'key'. 96
error Parameter value should be final. 96
error Expected @param tag for 'value'. 96
error '{' should be on a new line. 96
error Line has trailing spaces. 97
error '{' should be on a new line. 97
error Line has trailing spaces. 98
error Line has trailing spaces. 102
error Expected an @return tag. 106
error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 106
error Parameter key should be final. 106
error Expected @param tag for 'key'. 106
error '{' should be on a new line. 106
error Line has trailing spaces. 111
error Line has trailing spaces. 112
error Expected an @return tag. 116
error Method 'joinKeys' is not designed for extension - needs to be abstract, final or empty. 116
error Parameter deliminator should be final. 116
error Expected @param tag for 'deliminator'. 116
error '{' should be on a new line. 116

org/paneris/jal/controller/Export.java

Violation Message Line
error '{' should be on a new line. 29
error Missing a Javadoc comment. 31
error Missing a Javadoc comment. 32
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
error Missing a Javadoc comment. 33
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
error Line has trailing spaces. 38
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 42
error Parameter context should be final. 42
error Expected @param tag for 'context'. 42
error '{' should be on a new line. 42
error '{' should be on a new line. 49
error '}' should be alone on a line. 51
error '{' should be on a new line. 51
error ',' is not followed by whitespace. 52
error 'if' construct must use '{}'s. 53
error Line is longer than 80 characters. 53
error ',' is not followed by whitespace. 55
error '{' should be on a new line. 57
error '}' should be alone on a line. 60
error '{' should be on a new line. 60
error ',' is not followed by whitespace. 63
error '{' should be on a new line. 74
error Line is longer than 80 characters. 75
error '}' should be alone on a line. 76
error '{' should be on a new line. 76
error '{' should be on a new line. 79
error '{' should be on a new line. 84
error 'if' construct must use '{}'s. 85
error ',' is not followed by whitespace. 86
error '{' should be on a new line. 87
error '}' should be alone on a line. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 96
error 'if' construct must use '{}'s. 97
error Line is longer than 80 characters. 97
error ',' is not followed by whitespace. 98
error '{' should be on a new line. 101
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error '{' should be on a new line. 115
error Line is longer than 80 characters. 118
error ';' is preceded with whitespace. 118
error '{' should be on a new line. 118
error Line is longer than 80 characters. 119
error '}' should be alone on a line. 123
error '{' should be on a new line. 123
error Line is longer than 80 characters. 124
error '{' should be on a new line. 131
error '{' should be on a new line. 133
error Line is longer than 80 characters. 134
error ',' is not followed by whitespace. 134
error ',' is not followed by whitespace. 134
error Line is longer than 80 characters. 136
error ';' is preceded with whitespace. 136
error '{' should be on a new line. 136
error Line is longer than 80 characters. 139
error '{' should be on a new line. 139
error Line is longer than 80 characters. 140
error '}' should be alone on a line. 141
error '{' should be on a new line. 141
error '}' should be alone on a line. 151
error '{' should be on a new line. 151
error Line is longer than 80 characters. 152
error ',' is not followed by whitespace. 154
error '{' should be on a new line. 164
error ',' is not followed by whitespace. 165
error '}' should be alone on a line. 166
error '{' should be on a new line. 166
error Line is longer than 80 characters. 167
error Expected an @return tag. 174
error Parameter db should be final. 174
error Expected @param tag for 'db'. 174
error '{' should be on a new line. 174
error Line is longer than 80 characters. 177
error '{' should be on a new line. 179

org/paneris/util/ValidationProblem.java

Violation Message Line
error Line has trailing spaces. 2
error Missing a Javadoc comment. 3
error '{' should be on a new line. 3
error Missing a Javadoc comment. 5
error Missing a Javadoc comment. 6
error Missing a Javadoc comment. 7
error Missing a Javadoc comment. 8
error Missing a Javadoc comment. 9
error Missing a Javadoc comment. 10
error Missing a Javadoc comment. 12
error Name 'problem' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 12
error Variable 'problem' must be private and have accessor methods. 12
error Missing a Javadoc comment. 13
error Name 'incorrectValue' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 13
error Variable 'incorrectValue' must be private and have accessor methods. 13
error Missing a Javadoc comment. 14
error Name 'incorrectString' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 14
error Variable 'incorrectString' must be private and have accessor methods. 14
error Missing a Javadoc comment. 15
error Name 'fieldName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 15
error Variable 'fieldName' must be private and have accessor methods. 15
error Missing a Javadoc comment. 17
error Name 'customError' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 17
error Variable 'customError' must be private and have accessor methods. 17
error Missing a Javadoc comment. 19
error Parameter p should be final. 19
error Parameter field should be final. 19
error Parameter value should be final. 19
error '{' should be on a new line. 19
error Missing a Javadoc comment. 25
error Parameter p should be final. 25
error Parameter field should be final. 25
error Parameter value should be final. 25
error '{' should be on a new line. 25
error Missing a Javadoc comment. 31
error Parameter p should be final. 31
error Parameter field should be final. 31
error '{' should be on a new line. 31
error Missing a Javadoc comment. 37
error Parameter e should be final. 37
error '{' should be on a new line. 37
error Method 'getProblem' is not designed for extension - needs to be abstract, final or empty. 41
error Missing a Javadoc comment. 41
error '{' should be on a new line. 41
error Method 'getFieldName' is not designed for extension - needs to be abstract, final or empty. 45
error Missing a Javadoc comment. 45
error '{' should be on a new line. 45
error Method 'getIncorrectValue' is not designed for extension - needs to be abstract, final or empty. 49
error Missing a Javadoc comment. 49
error '{' should be on a new line. 49
error Method 'getIncorrectString' is not designed for extension - needs to be abstract, final or empty. 53
error Missing a Javadoc comment. 53
error '{' should be on a new line. 53
error Line has trailing spaces. 56
error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error '{' should be on a new line. 57
error '{' should be on a new line. 58
error '{' should be on a new line. 60
error '}' should be alone on a line. 62
error '{' should be on a new line. 62
error Line is longer than 80 characters. 66
error '+' is not preceded with whitespace. 66
error '+' is not followed by whitespace. 66
error '+' is not preceded with whitespace. 66
error '+' is not followed by whitespace. 66
error Line has trailing spaces. 68
error '+' should be on a new line. 68
error Line is longer than 80 characters. 69
error '+' is not preceded with whitespace. 69
error '+' is not followed by whitespace. 69
error Line is longer than 80 characters. 71
error '+' is not preceded with whitespace. 71
error '+' is not followed by whitespace. 71
error '+' is not preceded with whitespace. 71
error '+' is not followed by whitespace. 71
error Line is longer than 80 characters. 75

org/paneris/jal/model/SystemProperties.java

Violation Message Line
error '{' should be on a new line. 12
error Missing a Javadoc comment. 14
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 14
error Missing a Javadoc comment. 15
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 15
error Parameter db should be final. 21
error Expected @param tag for 'db'. 21
error Expected @throws tag for 'Exception'. 21
error '{' should be on a new line. 21
error Method 'getProperty' is not designed for extension - needs to be abstract, final or empty. 25
error Missing a Javadoc comment. 25
error Parameter property should be final. 25
error '{' should be on a new line. 25
error Line is longer than 80 characters. 26
error '{' should be on a new line. 29
error Line is longer than 80 characters. 30
error ',' is not followed by whitespace. 30
error '{' should be on a new line. 33
error '}' should be alone on a line. 35
error '{' should be on a new line. 35
error '}' should be alone on a line. 41
error '{' should be on a new line. 41
error Line is longer than 80 characters. 42

org/paneris/jal/model/TableMetaData.java

Violation Message Line
error Line is longer than 80 characters. 11
error Line is longer than 80 characters. 16
error '{' should be on a new line. 19
error Missing a Javadoc comment. 21
error Name 'tableName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Missing a Javadoc comment. 22
error Name 'displayName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Missing a Javadoc comment. 23
error Name 'fields' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Missing a Javadoc comment. 24
error Name 'displayOrder' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error Missing a Javadoc comment. 25
error Name 'resultsPerPage' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Missing a Javadoc comment. 26
error Name 'maxResults' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Missing a Javadoc comment. 27
error Name 'cached' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
error Missing a Javadoc comment. 28
error Name 'listEdit' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
error Missing a Javadoc comment. 29
error Name 'tableNumber' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
error Missing a Javadoc comment. 30
error Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
error Missing a Javadoc comment. 31
error Name 'updateController' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 31
error Missing a Javadoc comment. 32
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
error Missing a Javadoc comment. 33
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
error Missing a Javadoc comment. 34
error Name 'dataCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Parameter db should be final. 39
error Expected @param tag for 'db'. 39
error Parameter tn should be final. 39
error Expected @param tag for 'tn'. 39
error Expected @throws tag for 'Exception'. 39
error '{' should be on a new line. 39
error ',' is not followed by whitespace. 42
error Line is longer than 80 characters. 44
error '{' should be on a new line. 46
error '{' should be on a new line. 48
error 'tableNumber' hides a field. 49
error '}' should be alone on a line. 51
error '{' should be on a new line. 51
error Line is longer than 80 characters. 52
error '}' should be alone on a line. 54
error '{' should be on a new line. 54
error Line is longer than 80 characters. 55
error Parameter db should be final. 64
error Expected @param tag for 'db'. 64
error Parameter tn should be final. 64
error Expected @param tag for 'tn'. 64
error Expected @throws tag for 'Exception'. 64
error '{' should be on a new line. 64
error ',' is not followed by whitespace. 67
error Parameter tn should be final. 75
error Expected @param tag for 'tn'. 75
error Parameter c should be final. 75
error Expected @param tag for 'c'. 75
error Expected @throws tag for 'Exception'. 75
error '{' should be on a new line. 75
error Line is longer than 80 characters. 79
error '{' should be on a new line. 80
error '{' should be on a new line. 90
error Line is longer than 80 characters. 91
error '}' should be alone on a line. 92
error '{' should be on a new line. 92
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 '{' should be on a new line. 101
error '}' should be alone on a line. 103
error '{' should be on a new line. 103
error '{' should be on a new line. 106
error '}' should be alone on a line. 108
error '{' should be on a new line. 108
error 'if' construct must use '{}'s. 111
error '{' should be on a new line. 113
error Line is longer than 80 characters. 114
error '}' should be alone on a line. 118
error '{' should be on a new line. 118
error '{' should be on a new line. 128
error Line is longer than 80 characters. 129
error ',' is not followed by whitespace. 130
error '}' should be alone on a line. 132
error '{' should be on a new line. 132
error Line is longer than 80 characters. 133
error Method 'getFields' is not designed for extension - needs to be abstract, final or empty. 141
error '{' should be on a new line. 141
error Expected an @return tag. 148
error Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 148
error '{' should be on a new line. 148
error Expected an @return tag. 155
error Method 'getListEdit' is not designed for extension - needs to be abstract, final or empty. 155
error '{' should be on a new line. 155
error Expected an @return tag. 162
error Method 'getUpdateController' is not designed for extension - needs to be abstract, final or empty. 162
error '{' should be on a new line. 162
error Expected an @return tag. 169
error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 169
error '{' should be on a new line. 169
error Expected an @return tag. 176
error Method 'getTableNumber' is not designed for extension - needs to be abstract, final or empty. 176
error '{' should be on a new line. 176
error Expected an @return tag. 183
error Method 'getResultsPerPage' is not designed for extension - needs to be abstract, final or empty. 183
error '{' should be on a new line. 183
error Expected an @return tag. 190
error Method 'getMaxResults' is not designed for extension - needs to be abstract, final or empty. 190
error '{' should be on a new line. 190
error Expected an @return tag. 197
error Method 'applyMaxResults' is not designed for extension - needs to be abstract, final or empty. 197
error Parameter db should be final. 197
error Expected @param tag for 'db'. 197
error Parameter sql should be final. 197
error Expected @param tag for 'sql'. 197
error Expected @throws tag for 'Exception'. 197
error '{' should be on a new line. 197
error '{' should be on a new line. 199
error Line has trailing spaces. 200
error Line is longer than 80 characters. 200
error '&&' should be on a new line. 200
error '{' should be on a new line. 201
error Expected an @return tag. 211
error Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 211
error '{' should be on a new line. 211
error Expected an @return tag. 218
error Method 'getCached' is not designed for extension - needs to be abstract, final or empty. 218
error '{' should be on a new line. 218

org/paneris/user/model/User.java

Violation Message Line
error '{' should be on a new line. 25
error Missing a Javadoc comment. 27
error Missing a Javadoc comment. 28
error Name 'loggedOn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
error Missing a Javadoc comment. 29
error Name 'administrator' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
error Parameter db should be final. 35
error Expected @param tag for 'db'. 35
error Parameter rs should be final. 35
error Expected @param tag for 'rs'. 35
error Expected @throws tag for 'Exception'. 35
error '{' should be on a new line. 35
error ',' is not followed by whitespace. 36
error ',' is not followed by whitespace. 36
error Parameter db should be final. 42
error Expected @param tag for 'db'. 42
error Expected @throws tag for 'Exception'. 42
error '{' should be on a new line. 42
error ',' is not followed by whitespace. 43
error Parameter db should be final. 49
error Expected @param tag for 'db'. 49
error Parameter record should be final. 49
error Expected @param tag for 'record'. 49
error Expected @throws tag for 'Exception'. 49
error '{' should be on a new line. 49
error ',' is not followed by whitespace. 50
error ',' is not followed by whitespace. 50
error Line has trailing spaces. 53
error Missing a Javadoc comment. 53
error Parameter context should be final. 53
error '{' should be on a new line. 54
error 'if' construct must use '{}'s. 56
error 'cast' is not followed by whitespace. 56
error ',' is not followed by whitespace. 57
error Line has trailing spaces. 60
error Missing a Javadoc comment. 60
error Parameter context should be final. 60
error Parameter db should be final. 60
error '{' should be on a new line. 61
error '+' is not preceded with whitespace. 63
error '+' is not followed by whitespace. 63
error '{' should be on a new line. 64
error Method 'refresh' is not designed for extension - needs to be abstract, final or empty. 72
error Missing a Javadoc comment. 72
error Parameter context should be final. 72
error '{' should be on a new line. 72
error 'if' construct must use '{}'s. 74
error 'cast' is not followed by whitespace. 74
error ',' is not followed by whitespace. 75
error '+' is not followed by whitespace. 78
error '+' is not preceded with whitespace. 79
error '+' is not followed by whitespace. 79
error ',' is not followed by whitespace. 79
error '+' is not preceded with whitespace. 80
error '+' is not followed by whitespace. 80
error '+' is not preceded with whitespace. 82
error '+' is not followed by whitespace. 82
error Line has trailing spaces. 86
error Missing a Javadoc comment. 86
error Parameter context should be final. 86
error Parameter message should be final. 86
error '{' should be on a new line. 87
error 'if' construct must use '{}'s. 89
error 'cast' is not followed by whitespace. 89
error Line is longer than 80 characters. 93
error Missing a Javadoc comment. 93
error Parameter context should be final. 93
error Parameter db should be final. 93
error Parameter message should be final. 93
error '{' should be on a new line. 93
error Line has trailing spaces. 97
error Missing a Javadoc comment. 97
error Parameter context should be final. 97
error Parameter db should be final. 97
error Parameter message should be final. 98
error Parameter wmtemplate should be final. 98
error '{' should be on a new line. 99
error Line is longer than 80 characters. 100
error '+' should be on a new line. 100
error '+' should be on a new line. 101
error Line has trailing spaces. 102
error '+' should be on a new line. 102
error Line has trailing spaces. 104
error ',' is not followed by whitespace. 104
error Line is longer than 80 characters. 105
error ',' is not followed by whitespace. 106
error ',' is not followed by whitespace. 107
error ',' is not followed by whitespace. 108
error '{' should be on a new line. 110
error '{' should be on a new line. 111
error '}' should be alone on a line. 114
error '{' should be on a new line. 114
error Expected an @return tag. 127
error Line has trailing spaces. 127
error Parameter record should be final. 127
error Expected @param tag for 'record'. 127
error Line has trailing spaces. 128
error Parameter context should be final. 128
error Expected @param tag for 'context'. 128
error Line has trailing spaces. 129
error Parameter message should be final. 129
error Expected @param tag for 'message'. 129
error Expected @throws tag for 'Exception'. 130
error '{' should be on a new line. 130
error 'if' construct must use '{}'s. 132
error 'cast' is not followed by whitespace. 132
error ';' is preceded with whitespace. 135
error ';' is preceded with whitespace. 135
error '{' should be on a new line. 135
error '{' should be on a new line. 137
error Line is longer than 80 characters. 138
error '{' should be on a new line. 138
error Line is longer than 80 characters. 139
error '{' should be on a new line. 139
error '{' should be on a new line. 145
error ',' is not followed by whitespace. 148
error ',' is not followed by whitespace. 148
error '}' should be alone on a line. 149
error '{' should be on a new line. 149
error Expected an @return tag. 158
error Line has trailing spaces. 158
error Parameter record should be final. 158
error Expected @param tag for 'record'. 158
error Line has trailing spaces. 159
error Parameter context should be final. 159
error Expected @param tag for 'context'. 159
error Parameter message should be final. 160
error Expected @param tag for 'message'. 160
error Expected @throws tag for 'Exception'. 161
error '{' should be on a new line. 161
error 'if' construct must use '{}'s. 163
error 'cast' is not followed by whitespace. 163
error Line has trailing spaces. 164
error '{' should be on a new line. 166
error '{' should be on a new line. 168
error '+' is not preceded with whitespace. 173
error '+' is not followed by whitespace. 173
error '{' should be on a new line. 174
error '{' should be on a new line. 175
error ',' is not followed by whitespace. 183
error ',' is not followed by whitespace. 183
error Expected an @return tag. 189
error Line has trailing spaces. 189
error Parameter resourceType should be final. 189
error Expected @param tag for 'resourceType'. 189
error Parameter resource should be final. 189
error Expected @param tag for 'resource'. 189
error Line has trailing spaces. 190
error Parameter context should be final. 190
error Expected @param tag for 'context'. 190
error Parameter message should be final. 190
error Expected @param tag for 'message'. 190
error Expected @throws tag for 'Exception'. 191
error '{' should be on a new line. 191
error 'if' construct must use '{}'s. 193
error 'cast' is not followed by whitespace. 193
error Line has trailing spaces. 197
error Missing a Javadoc comment. 197
error Parameter resourceType should be final. 197
error Parameter resource should be final. 197
error Line has trailing spaces. 198
error Parameter db should be final. 198
error Parameter context should be final. 198
error Line has trailing spaces. 199
error Parameter message should be final. 199
error '{' should be on a new line. 200
error Line has trailing spaces. 204
error Missing a Javadoc comment. 204
error Parameter resourceType should be final. 204
error Parameter resource should be final. 204
error Line has trailing spaces. 205
error Parameter context should be final. 205
error Parameter message should be final. 205
error Line has trailing spaces. 206
error Parameter force should be final. 206
error '{' should be on a new line. 207
error 'if' construct must use '{}'s. 209
error 'cast' is not followed by whitespace. 209
error Line has trailing spaces. 213
error Missing a Javadoc comment. 213
error Parameter resourceType should be final. 213
error Parameter resource should be final. 213
error Line has trailing spaces. 214
error Parameter db should be final. 214
error Parameter context should be final. 214
error Line has trailing spaces. 215
error Parameter message should be final. 215
error Parameter force should be final. 215
error '{' should be on a new line. 216
error Line is longer than 80 characters. 217
error Line has trailing spaces. 229
error Parameter resourceType should be final. 229
error Expected @param tag for 'resourceType'. 229
error Parameter resource should be final. 229
error Expected @param tag for 'resource'. 229
error Line has trailing spaces. 230
error Parameter db should be final. 230
error Expected @param tag for 'db'. 230
error Parameter context should be final. 230
error Expected @param tag for 'context'. 230
error Line has trailing spaces. 231
error Parameter message should be final. 231
error Expected @param tag for 'message'. 231
error Parameter force should be final. 231
error Expected @param tag for 'force'. 231
error Line has trailing spaces. 232
error Parameter wmtemplate should be final. 232
error Expected @param tag for 'wmtemplate'. 232
error Expected @throws tag for 'Exception'. 233
error '{' should be on a new line. 233
error '{' should be on a new line. 240
error '}' should be alone on a line. 243
error '{' should be on a new line. 243
error Empty statement. 244
error '{' should be on a new line. 246
error '{' should be on a new line. 251
error ',' is not followed by whitespace. 253
error Line is longer than 80 characters. 255
error '{' should be on a new line. 262
error '{' should be on a new line. 263
error '}' should be alone on a line. 268
error '{' should be on a new line. 268
error Line is longer than 80 characters. 269
error '}' should be alone on a line. 270
error '{' should be on a new line. 270
error '{' should be on a new line. 274
error ',' is not followed by whitespace. 278
error '+' is not preceded with whitespace. 279
error '+' is not followed by whitespace. 279
error '{' should be on a new line. 280
error Line is longer than 80 characters. 284
error '{' should be on a new line. 284
error Line is longer than 80 characters. 285
error Line is longer than 80 characters. 287
error Line is longer than 80 characters. 288
error Line is longer than 80 characters. 289
error Line is longer than 80 characters. 290
error Line is longer than 80 characters. 291
error '}' should be alone on a line. 292
error '{' should be on a new line. 292
error Line is longer than 80 characters. 294
error '{' should be on a new line. 298
error 'else' construct must use '{}'s. 303
error Line is longer than 80 characters. 303
error '}' should be alone on a line. 303
error 'else' construct must use '{}'s. 304
error '}' should be alone on a line. 304
error '+' is not followed by whitespace. 304
error '+' is not preceded with whitespace. 304
error '+' is not followed by whitespace. 304
error ',' is not followed by whitespace. 308
error ',' is not followed by whitespace. 308
error ',' is not followed by whitespace. 308
error '}' should be alone on a line. 309
error '{' should be on a new line. 309
error Line is longer than 80 characters. 310
error '}' should be alone on a line. 311
error '{' should be on a new line. 311
error Missing a Javadoc comment. 316
error Parameter context should be final. 316
error '{' should be on a new line. 316
error ',' is not followed by whitespace. 320
error Method 'setLoggedOn' is not designed for extension - needs to be abstract, final or empty. 324
error Missing a Javadoc comment. 324
error Parameter value should be final. 324
error '{' should be on a new line. 324
error Method 'isLoggedOn' is not designed for extension - needs to be abstract, final or empty. 328
error Missing a Javadoc comment. 328
error '{' should be on a new line. 328
error Method 'isAdministrator' is not designed for extension - needs to be abstract, final or empty. 332
error Missing a Javadoc comment. 332
error '{' should be on a new line. 332
error '{' should be on a new line. 333
error '{' should be on a new line. 335
error Line is longer than 80 characters. 337
error ';' is preceded with whitespace. 337
error ';' is preceded with whitespace. 337
error '{' should be on a new line. 337
error ',' is not followed by whitespace. 339
error Line is longer than 80 characters. 340
error Line is longer than 80 characters. 341
error '{' should be on a new line. 341
error '}' should be alone on a line. 345
error '{' should be on a new line. 345
error Method 'getId' is not designed for extension - needs to be abstract, final or empty. 352
error Missing a Javadoc comment. 352
error '{' should be on a new line. 352
error 'cast' is not followed by whitespace. 353
error Method 'checkPassword' is not designed for extension - needs to be abstract, final or empty. 356
error Missing a Javadoc comment. 356
error Parameter c should be final. 356
error '{' should be on a new line. 356
error 'if' construct must use '{}'s. 357
error '==' is not preceded with whitespace. 357
error '==' is not followed by whitespace. 357
error '=' is not preceded with whitespace. 357
error '=' is not followed by whitespace. 357
error 'if' construct must use '{}'s. 360
error Avoid inline conditionals. 363
error Conditional logic can be removed. 365
error '{' should be on a new line. 365
error '}' should be alone on a line. 367
error '{' should be on a new line. 367
error Line has trailing spaces. 371
error Method 'generateDetails' is not designed for extension - needs to be abstract, final or empty. 376
error '{' should be on a new line. 376
error 'if' construct must use '{}'s. 378
error Line is longer than 80 characters. 378
error ',' is not followed by whitespace. 378
error 'if' construct must use '{}'s. 380
error Line is longer than 80 characters. 380
error ',' is not followed by whitespace. 380
error 'if' construct must use '{}'s. 382
error Line is longer than 80 characters. 382
error '6' is a magic number. 382
error Line has trailing spaces. 384
error Method 'generateId' is not designed for extension - needs to be abstract, final or empty. 386
error Missing a Javadoc comment. 386
error '{' should be on a new line. 386
error '{' should be on a new line. 390
error ',' is not followed by whitespace. 391
error '++' is preceded with whitespace. 392
error '{' should be on a new line. 393
error ',' is not followed by whitespace. 398
error Line is longer than 80 characters. 400
error '{' should be on a new line. 403
error '{' should be on a new line. 407
error '=' is not preceded with whitespace. 411
error '=' is not followed by whitespace. 411
error '{' should be on a new line. 411
error Line is longer than 80 characters. 415
error '{' should be on a new line. 416
error Line has trailing spaces. 424
error Missing a Javadoc comment. 425
error Parameter db should be final. 425
error '{' should be on a new line. 425
error Line has trailing spaces. 426
error '{' should be on a new line. 428
error '}' should be alone on a line. 431
error '{' should be on a new line. 431
error Empty statement. 432
error '{' should be on a new line. 434
error '{' should be on a new line. 435
error '}' should be alone on a line. 437
error '{' should be on a new line. 437
error Empty statement. 438
error Line has trailing spaces. 442
error Method 'announce' is not designed for extension - needs to be abstract, final or empty. 447
error Parameter boardid should be final. 447
error Expected @param tag for 'boardid'. 447
error Parameter mess should be final. 447
error Expected @param tag for 'mess'. 447
error Expected @throws tag for 'Exception'. 447
error '{' should be on a new line. 447
error Line is longer than 80 characters. 449
error Line is longer than 80 characters. 450
error Line is longer than 80 characters. 451
error Line is longer than 80 characters. 452

org/paneris/user/controller/EditUser.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 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 25
error Missing a Javadoc comment. 26
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Variable 'connMgr' 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 '{' should be on a new line. 37
error ',' is not followed by whitespace. 40
error '{' should be on a new line. 52
error Line is longer than 80 characters. 53
error '}' should be alone on a line. 54
error '{' should be on a new line. 54
error '{' should be on a new line. 58
error 'if' construct must use '{}'s. 59
error Line has trailing spaces. 59
error ',' is not followed by whitespace. 64
error '{' should be on a new line. 65
error '{' should be on a new line. 67
error ',' is not followed by whitespace. 68
error Line is longer than 80 characters. 72
error Line is longer than 80 characters. 73
error ',' is not followed by whitespace. 74
error ',' is not followed by whitespace. 74
error Line is longer than 80 characters. 76
error '{' should be on a new line. 77
error '{' should be on a new line. 79
error '{' should be on a new line. 80
error '}' should be alone on a line. 83
error '{' should be on a new line. 83
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 is longer than 80 characters. 91
error Line is longer than 80 characters. 92
error '{' should be on a new line. 92
error '}' should be alone on a line. 94
error '{' should be on a new line. 94
error Line is longer than 80 characters. 97
error 'if' construct must use '{}'s. 98
error '{' should be on a new line. 101
error Line is longer than 80 characters. 107
error '{' should be on a new line. 107
error Line is longer than 80 characters. 109
error 'if' construct must use '{}'s. 110
error '{' should be on a new line. 113
error '{' should be on a new line. 119
error ',' is not followed by whitespace. 122
error ',' is not followed by whitespace. 122
error '}' should be alone on a line. 124
error '{' should be on a new line. 124
error ',' is not followed by whitespace. 126
error '{' should be on a new line. 128
error Line has trailing spaces. 129
error Line is longer than 80 characters. 132
error Line is longer than 80 characters. 133
error Line is longer than 80 characters. 135
error Line is longer than 80 characters. 136
error Line is longer than 80 characters. 137
error Line is longer than 80 characters. 138
error Line is longer than 80 characters. 140
error Line is longer than 80 characters. 145
error Line is longer than 80 characters. 146
error Line is longer than 80 characters. 149
error '+' is not followed by whitespace. 149
error Line is longer than 80 characters. 150
error '{' should be on a new line. 151
error Line is longer than 80 characters. 152
error Line is longer than 80 characters. 159
error 'if' construct must use '{}'s. 160
error Line is longer than 80 characters. 160
error '}' should be alone on a line. 165
error '{' should be on a new line. 165
error '{' should be on a new line. 170
error ',' is not followed by whitespace. 171
error '}' should be alone on a line. 172
error '{' should be on a new line. 172
error Line is longer than 80 characters. 173

org/paneris/jal/model/FieldMetaData.java

Violation Message Line
error Line has trailing spaces. 8
error Line is longer than 80 characters. 8
error '{' should be on a new line. 10
error Missing a Javadoc comment. 12
error Name 'fieldName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 12
error Missing a Javadoc comment. 13
error Name 'SQLMetaData' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 13
error Missing a Javadoc comment. 14
error Name 'fieldNumber' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 14
error Missing a Javadoc comment. 15
error Name 'tableNumber' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 15
error Missing a Javadoc comment. 16
error Name 'tableName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 16
error Missing a Javadoc comment. 17
error Name 'displayName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 17
error Missing a Javadoc comment. 18
error Name 'defaultValue' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 18
error Missing a Javadoc comment. 19
error Name 'type' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 19
error Missing a Javadoc comment. 20
error Name 'displayOrder' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 20
error Missing a Javadoc comment. 21
error Name 'mandatory' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 21
error Missing a Javadoc comment. 22
error Name 'relationshipTable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Missing a Javadoc comment. 23
error Name 'relationshipField' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Missing a Javadoc comment. 24
error Name 'listDisplay' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error Missing a Javadoc comment. 25
error Name 'size' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Missing a Javadoc comment. 26
error Name 'maxLength' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Missing a Javadoc comment. 27
error Name 'height' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
error Missing a Javadoc comment. 28
error Name 'enforceUnique' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
error Missing a Javadoc comment. 29
error Name 'selectDisplay' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 29
error Missing a Javadoc comment. 30
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
error Missing a Javadoc comment. 31
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 31
error Parameter db should be final. 36
error Expected @param tag for 'db'. 36
error Parameter fn should be final. 36
error Expected @param tag for 'fn'. 36
error Expected @throws tag for 'Exception'. 36
error '{' should be on a new line. 36
error '{' should be on a new line. 40
error ',' is not followed by whitespace. 41
error '{' should be on a new line. 47
error '{' should be on a new line. 51
error Line is longer than 80 characters. 52
error '}' should be alone on a line. 56
error '{' should be on a new line. 56
error ',' is not followed by whitespace. 60
error Line is longer than 80 characters. 66
error '{' should be on a new line. 68
error '{' should be on a new line. 73
error Line is longer than 80 characters. 74
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 '}' should be alone on a line. 81
error '{' should be on a new line. 81
error '{' should be on a new line. 85
error '}' should be alone on a line. 87
error '{' should be on a new line. 87
error '{' should be on a new line. 90
error '{' should be on a new line. 92
error '}' should be alone on a line. 94
error '{' should be on a new line. 94
error '}' should be alone on a line. 97
error '{' should be on a new line. 97
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 '{' should be on a new line. 107
error '}' should be alone on a line. 109
error '{' should be on a new line. 109
error '}' should be alone on a line. 116
error '{' should be on a new line. 116
error Line is longer than 80 characters. 117
error '}' should be alone on a line. 120
error '{' should be on a new line. 120
error Line is longer than 80 characters. 121
error Expected an @return tag. 129
error Method 'getFieldNumber' is not designed for extension - needs to be abstract, final or empty. 129
error '{' should be on a new line. 129
error Expected an @return tag. 136
error Method 'getFieldName' is not designed for extension - needs to be abstract, final or empty. 136
error '{' should be on a new line. 136
error Expected an @return tag. 143
error Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. 143
error '{' should be on a new line. 143
error Expected an @return tag. 150
error Method 'getDisplayName' is not designed for extension - needs to be abstract, final or empty. 150
error '{' should be on a new line. 150
error Expected an @return tag. 157
error Method 'getType' is not designed for extension - needs to be abstract, final or empty. 157
error '{' should be on a new line. 157
error Expected an @return tag. 164
error Method 'getTableNumber' is not designed for extension - needs to be abstract, final or empty. 164
error '{' should be on a new line. 164
error Expected an @return tag. 170
error Method 'getTableName' is not designed for extension - needs to be abstract, final or empty. 170
error '{' should be on a new line. 170
error Expected an @return tag. 177
error Method 'getDisplayOrder' is not designed for extension - needs to be abstract, final or empty. 177
error '{' should be on a new line. 177
error Expected an @return tag. 184
error Method 'getMandatory' is not designed for extension - needs to be abstract, final or empty. 184
error '{' should be on a new line. 184
error Line is longer than 80 characters. 189
error Expected an @return tag. 192
error Method 'getMandatoryNull' is not designed for extension - needs to be abstract, final or empty. 192
error '{' should be on a new line. 192
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 Expected an @return tag. 203
error Method 'getRelationshipTable' is not designed for extension - needs to be abstract, final or empty. 203
error '{' should be on a new line. 203
error Expected an @return tag. 210
error Method 'getRelationshipField' is not designed for extension - needs to be abstract, final or empty. 210
error '{' should be on a new line. 210
error Expected an @return tag. 217
error Method 'getListDisplay' is not designed for extension - needs to be abstract, final or empty. 217
error '{' should be on a new line. 217
error Expected an @return tag. 225
error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 225
error '{' should be on a new line. 225
error Expected an @return tag. 232
error Method 'getMaxLength' is not designed for extension - needs to be abstract, final or empty. 232
error '{' should be on a new line. 232
error Expected an @return tag. 239
error Method 'getHeight' is not designed for extension - needs to be abstract, final or empty. 239
error '{' should be on a new line. 239
error Expected an @return tag. 247
error Method 'getEnforceUnique' is not designed for extension - needs to be abstract, final or empty. 247
error '{' should be on a new line. 247
error Expected an @return tag. 255
error Method 'getSelectDisplay' is not designed for extension - needs to be abstract, final or empty. 255
error '{' should be on a new line. 255
error Line is longer than 80 characters. 261
error Expected an @return tag. 264
error Method 'getSQLMetaData' is not designed for extension - needs to be abstract, final or empty. 264
error '{' should be on a new line. 264

org/paneris/util/ContextUtil.java

Violation Message Line
error Missing a Javadoc comment. 5
error '{' should be on a new line. 5
error Missing a Javadoc comment. 7
error '{' should be on a new line. 7
error Method 'encode' is not designed for extension - needs to be abstract, final or empty. 10
error Missing a Javadoc comment. 10
error Parameter url should be final. 10
error '{' should be on a new line. 10
error '{' should be on a new line. 12
error ',' is not followed by whitespace. 13
error '}' should be alone on a line. 14
error '{' should be on a new line. 14
error Method 'increment' is not designed for extension - needs to be abstract, final or empty. 20
error Missing a Javadoc comment. 20
error Parameter a should be final. 20
error '{' should be on a new line. 20
error '+' is not followed by whitespace. 21

org/paneris/user/controller/DisplayUser.java

Violation Message Line
error '{' should be on a new line. 15
error Missing a Javadoc comment. 17
error Missing a Javadoc comment. 18
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 18
error Variable 'connMgr' must be private and have accessor methods. 18
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 20
error Missing a Javadoc comment. 20
error Parameter context should be final. 20
error '{' should be on a new line. 20
error 'if' construct must use '{}'s. 22
error ',' is not followed by whitespace. 23
error '{' should be on a new line. 26
error '{' should be on a new line. 27
error '{' should be on a new line. 29
error Line is longer than 80 characters. 30
error ',' is not followed by whitespace. 30
error '}' should be alone on a line. 32
error '{' should be on a new line. 32
error '{' should be on a new line. 36
error 'if' construct must use '{}'s. 38
error ',' is not followed by whitespace. 39
error '}' should be alone on a line. 41
error '{' should be on a new line. 41
error Line has trailing spaces. 43
error '{' should be on a new line. 45
error ',' is not followed by whitespace. 46
error '}' should be alone on a line. 47
error '{' should be on a new line. 47
error Line is longer than 80 characters. 48

org/paneris/util/DateUtils.java

Violation Message Line
error Missing a Javadoc comment. 5
error Utility classes should not have a public or default constructor. 5
error '{' should be on a new line. 5
error Missing a Javadoc comment. 6
error Name 'monthLengths' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 6
error Missing a Javadoc comment. 10
error Name 'gregorianCalendar' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 10
error Expected an @return tag. 20
error Parameter y should be final. 20
error Parameter m should be final. 20
error '{' should be on a new line. 20
error '?' should be on a new line. 21
error Avoid inline conditionals. 21
error Avoid inline conditionals. 22
error '29' is a magic number. 22
error '28' is a magic number. 22
error ':' should be on a new line. 22

org/paneris/jal/model/NoSuchFieldException.java

Violation Message Line
error Line has trailing spaces. 2
error Line has trailing spaces. 7
error Line has trailing spaces. 18
error Line has trailing spaces. 19
error '{' should be on a new line. 28
error Missing a Javadoc comment. 29
error '{' should be on a new line. 35
error Line has trailing spaces. 40
error Line has trailing spaces. 41
error Parameter s should be final. 45
error '{' should be on a new line. 45

org/paneris/messageboard/controller/ListBoards.java

Violation Message Line
error Missing a Javadoc comment. 17
error '{' should be on a new line. 17
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 Missing a Javadoc comment. 22
error Name 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
error Missing a Javadoc comment. 23
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Variable 'db' must be private and have accessor methods. 23
error Missing a Javadoc comment. 24
error Name 'typeParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 26
error Missing a Javadoc comment. 26
error Parameter context should be final. 26
error '{' should be on a new line. 26
error ',' is not followed by whitespace. 31
error 'if' construct must use '{}'s. 34
error ',' is not followed by whitespace. 37
error 'if' construct must use '{}'s. 38
error '{' should be on a new line. 43
error '{' should be on a new line. 49
error '{' should be on a new line. 54
error 'if' construct must use '{}'s. 57
error '{' should be on a new line. 60
error Line has trailing spaces. 61
error Line has trailing spaces. 62
error ',' is not followed by whitespace. 62
error '{' should be on a new line. 66
error Avoid inline conditionals. 75
error '+' is not followed by whitespace. 76
error 'if' construct must use '{}'s. 86
error '{' should be on a new line. 92
error 'if' construct must use '{}'s. 95
error 'else' construct must use '{}'s. 97
error ',' is not followed by whitespace. 100
error ',' is not followed by whitespace. 101
error ',' is not followed by whitespace. 102
error '{' should be on a new line. 105
error Line has trailing spaces. 106
error '+' should be on a new line. 106
error '{' should be on a new line. 113
error ',' is not followed by whitespace. 114
error '}' should be alone on a line. 115
error '{' should be on a new line. 115

org/paneris/jal/controller/Upload.java

Violation Message Line
error '{' should be on a new line. 28
error Missing a Javadoc comment. 30
error Missing a Javadoc comment. 31
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 31
error Missing a Javadoc comment. 32
error Name 'conn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
error Missing a Javadoc comment. 33
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
error Missing a Javadoc comment. 34
error Name 'table' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 41
error Method length is 184 lines (max allowed is 150). 41
error Parameter context should be final. 41
error Expected @param tag for 'context'. 41
error '{' should be on a new line. 41
error '{' should be on a new line. 47
error '}' should be alone on a line. 49
error '{' should be on a new line. 49
error ',' is not followed by whitespace. 50
error 'if' construct must use '{}'s. 51
error Line is longer than 80 characters. 51
error ',' is not followed by whitespace. 53
error '{' should be on a new line. 55
error '}' should be alone on a line. 58
error '{' should be on a new line. 58
error ',' is not followed by whitespace. 61
error '{' should be on a new line. 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 '{' should be on a new line. 78
error '{' should be on a new line. 83
error 'if' construct must use '{}'s. 84
error ',' is not followed by whitespace. 85
error '{' should be on a new line. 86
error '}' should be alone on a line. 89
error '{' should be on a new line. 89
error '{' should be on a new line. 96
error 'if' construct must use '{}'s. 97
error Line is longer than 80 characters. 97
error ',' is not followed by whitespace. 98
error '{' should be on a new line. 101
error '}' should be alone on a line. 104
error '{' should be on a new line. 104
error '{' should be on a new line. 116
error '}' should be alone on a line. 120
error '{' should be on a new line. 120
error Line is longer than 80 characters. 121
error Line is longer than 80 characters. 125
error '{' should be on a new line. 128
error Line is longer than 80 characters. 130
error ';' is preceded with whitespace. 130
error ';' is preceded with whitespace. 130
error '{' should be on a new line. 130
error '{' should be on a new line. 132
error '{' should be on a new line. 136
error Line is longer than 80 characters. 137
error '{' should be on a new line. 141
error Line is longer than 80 characters. 142
error '+' is not preceded with whitespace. 142
error '{' should be on a new line. 149
error '{' should be on a new line. 150
error '{' should be on a new line. 151
error '}' should be alone on a line. 153
error '{' should be on a new line. 153
error '{' should be on a new line. 159
error '}' should be alone on a line. 161
error '{' should be on a new line. 161
error '{' should be on a new line. 168
error '{' should be on a new line. 169
error '{' should be on a new line. 173
error Line is longer than 80 characters. 174
error ',' is not followed by whitespace. 174
error ',' is not followed by whitespace. 175
error Line is longer than 80 characters. 176
error ';' is preceded with whitespace. 176
error ';' is preceded with whitespace. 176
error '{' should be on a new line. 176
error Line is longer than 80 characters. 178
error Line is longer than 80 characters. 182
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 Line is longer than 80 characters. 192
error '}' should be alone on a line. 197
error '{' should be on a new line. 197
error Line is longer than 80 characters. 200
error ',' is not followed by whitespace. 202
error '{' should be on a new line. 218
error Line has trailing spaces. 219
error ',' is not followed by whitespace. 220
error '}' should be alone on a line. 221
error '{' should be on a new line. 221
error Line is longer than 80 characters. 222
error Missing a Javadoc comment. 226
error Parameter line should be final. 226
error '{' should be on a new line. 226
error ',' is not followed by whitespace. 228
error '{' should be on a new line. 230
error '{' should be on a new line. 234
error Line is longer than 80 characters. 235
error '{' should be on a new line. 236
error Line is longer than 80 characters. 237
error '-' is not preceded with whitespace. 237
error '-' is not followed by whitespace. 237
error '{' should be on a new line. 237
error Line is longer than 80 characters. 242
error '-' is not preceded with whitespace. 242
error '-' is not followed by whitespace. 242
error '{' is not preceded with whitespace. 242
error '{' should be on a new line. 242
error ',' is not followed by whitespace. 243
error '-' is not preceded with whitespace. 243
error '-' is not followed by whitespace. 243
error Unused @throws tag for 'org.webmacro.servlet.HandlerException'. 252
error Expected an @return tag. 254
error Expected @throws tag for 'Exception'. 254
error '{' should be on a new line. 254
error Line is longer than 80 characters. 257
error '{' should be on a new line. 259
error Missing a Javadoc comment. 265
error Parameter path should be final. 265
error '{' should be on a new line. 265
error '{' should be on a new line. 276
error '{' should be on a new line. 279
error '{' should be on a new line. 282
error '}' should be alone on a line. 285
error '{' should be on a new line. 285
error '{' should be on a new line. 288
error '{' should be on a new line. 291
error Line is longer than 80 characters. 293
error '}' should be alone on a line. 294
error '{' should be on a new line. 294

org/paneris/jal/model/DBConnectionManager.java

Violation Message Line
error Class DBConnectionManager should be declared as final. 41
error '{' should be on a new line. 41
error Line has trailing spaces. 46
error Variable 'debug' must be private and have accessor methods. 53
error Missing a Javadoc comment. 55
error Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 55
error Name 'drivers' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 61
error Name 'pools' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 64
error Name 'uploaddir' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 68
error Missing a Javadoc comment. 72
error Missing a Javadoc comment. 73
error Missing a Javadoc comment. 74
error '{' should be on a new line. 85
error '{' should be on a new line. 86
error '{' should be on a new line. 96
error Parameter name should be final. 106
error Parameter con should be final. 106
error '{' should be on a new line. 106
error '{' should be on a new line. 108
error '{' should be on a new line. 118
error Expected an @return tag. 125
error '{' should be on a new line. 125
error Parameter db should be final. 135
error '{' should be on a new line. 135
error '{' should be on a new line. 137
error Expected an @return tag. 171
error Parameter db should be final. 171
error Expected @param tag for 'db'. 171
error Expected @throws tag for 'Exception'. 171
error '{' is not preceded with whitespace. 171
error '{' should be on a new line. 171
error ',' is not followed by whitespace. 172
error ',' is not followed by whitespace. 174
error Parameter callingClass should be final. 186
error Expected @param tag for 'callingClass'. 186
error Parameter name should be final. 186
error '{' should be on a new line. 186
error '{' should be on a new line. 188
error Line is longer than 80 characters. 204
error Parameter callingClass should be final. 204
error Expected @param tag for 'callingClass'. 204
error Parameter name should be final. 204
error Parameter time should be final. 204
error '{' should be on a new line. 204
error '{' should be on a new line. 206
error '{' should be on a new line. 215
error '{' should be on a new line. 217
error '{' should be on a new line. 222
error '{' should be on a new line. 227
error '{' should be on a new line. 229
error '{' should be on a new line. 233
error Line is longer than 80 characters. 234
error Line is longer than 80 characters. 245
error Line is longer than 80 characters. 246
error Line is longer than 80 characters. 247
error Parameter props should be final. 252
error '{' should be on a new line. 252
error '{' should be on a new line. 254
error '{' should be on a new line. 256
error '{' should be on a new line. 259
error Line is longer than 80 characters. 266
error Line is longer than 80 characters. 267
error '{' should be on a new line. 270
error '{' should be on a new line. 273
error Line is longer than 80 characters. 274
error Line is longer than 80 characters. 279
error Missing a Javadoc comment. 287
error '{' should be on a new line. 292
error '{' should be on a new line. 295
error '{' should be on a new line. 298
error '+' should be on a new line. 299
error Line has trailing spaces. 300
error '+' should be on a new line. 300
error Line has trailing spaces. 304
error ',' is not followed by whitespace. 306
error '{' should be on a new line. 308
error '{' should be on a new line. 311
error Line has trailing spaces. 312
error Parameter props should be final. 328
error '{' should be on a new line. 328
error '{' should be on a new line. 331
error '{' should be on a new line. 333
error '{' should be on a new line. 340
error '+' should be on a new line. 341
error Parameter msg should be final. 350
error Expected @param tag for 'msg'. 350
error '{' should be on a new line. 350
error Parameter e should be final. 357
error Expected @param tag for 'e'. 357
error Parameter msg should be final. 357
error Expected @param tag for 'msg'. 357
error '{' should be on a new line. 357
error '{' should be on a new line. 369
error Missing a Javadoc comment. 370
error Name 'checkedOut' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 370
error Missing a Javadoc comment. 371
error Name 'freeConnections' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 371
error Missing a Javadoc comment. 372
error Name 'usedConnections' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 372
error Missing a Javadoc comment. 373
error Name 'maxConn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 373
error Missing a Javadoc comment. 374
error Name 'singleConn' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 374
error Variable 'singleConn' must be private and have accessor methods. 374
error Missing a Javadoc comment. 375
error Name 'name' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 375
error Missing a Javadoc comment. 376
error Name 'password' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 376
error Missing a Javadoc comment. 377
error Name 'URL' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 377
error Missing a Javadoc comment. 378
error Name 'user' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 378
error Missing a Javadoc comment. 379
error Name 'timeZone' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 379
error Missing a Javadoc comment. 380
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 380
error Line has trailing spaces. 394
error Parameter name should be final. 394
error 'name' hides a field. 394
error Parameter url should be final. 394
error Parameter user should be final. 394
error 'user' hides a field. 394
error Line has trailing spaces. 395
error Parameter password should be final. 395
error 'password' hides a field. 395
error Parameter maxConn should be final. 395
error 'maxConn' hides a field. 395
error Parameter singleConn should be final. 396
error 'singleConn' hides a field. 396
error Parameter timezone should be final. 396
error Expected @param tag for 'timezone'. 396
error '{' should be on a new line. 396
error Line has trailing spaces. 405
error Line has trailing spaces. 409
error '{' should be on a new line. 409
error Unused @param tag for 'db'. 418
error '{' should be on a new line. 421
error '{' should be on a new line. 424
error '{' should be on a new line. 426
error '}' should be alone on a line. 429
error '{' should be on a new line. 429
error '{' should be on a new line. 432
error '}' should be alone on a line. 434
error '{' should be on a new line. 434
error '}' should be alone on a line. 436
error '{' should be on a new line. 436
error '}' should be alone on a line. 438
error '{' should be on a new line. 438
error Parameter con should be final. 454
error '{' should be on a new line. 454
error '{' should be on a new line. 459
error '{' should be on a new line. 462
error '{' should be on a new line. 465
error Line has trailing spaces. 466
error '+' should be on a new line. 466
error Line has trailing spaces. 468
error '+' should be on a new line. 468
error Line has trailing spaces. 469
error '+' should be on a new line. 469
error '{' should be on a new line. 471
error '{' should be on a new line. 474
error Expected an @return tag. 492
error Parameter callingClass should be final. 492
error Expected @param tag for 'callingClass'. 492
error '{' should be on a new line. 492
error '{' should be on a new line. 494
error '{' should be on a new line. 501
error '{' should be on a new line. 502
error '{' should be on a new line. 508
error 'if' construct must use '{}'s. 517
error '{' should be on a new line. 520
error '{' should be on a new line. 523
error 'if' construct must use '{}'s. 527
error '{' should be on a new line. 531
error 'if' construct must use '{}'s. 534
error ',' is not followed by whitespace. 535
error Expected an @return tag. 553
error Line has trailing spaces. 553
error Parameter callingClass should be final. 554
error Expected @param tag for 'callingClass'. 554
error Parameter timeout should be final. 554
error '{' should be on a new line. 554
error '{' should be on a new line. 557
error '{' should be on a new line. 558
error '{' should be on a new line. 561
error Empty statement. 562
error '{' should be on a new line. 564
error '{' should be on a new line. 575
error '{' should be on a new line. 577
error '{' should be on a new line. 579
error '{' should be on a new line. 583
error Expected an @return tag. 595
error Parameter callingClass should be final. 595
error Expected @param tag for 'callingClass'. 595
error '{' should be on a new line. 595
error '{' should be on a new line. 597
error 'if' construct must use '{}'s. 598
error 'else' construct must use '{}'s. 600
error '{' should be on a new line. 602
error '{' should be on a new line. 605
error '{' should be on a new line. 608
error '+' should be on a new line. 611
error '+' is not preceded with whitespace. 612
error '+' is not followed by whitespace. 612
error '+' should be on a new line. 612
error '{' should be on a new line. 617
error Unused @param tag for 'con'. 627
error Parameter conn should be final. 629
error Expected @param tag for 'conn'. 629
error '{' should be on a new line. 629
error '{' should be on a new line. 630
error Line has trailing spaces. 631
error '+' should be on a new line. 631
error '{' should be on a new line. 634
error '{' should be on a new line. 635
error '}' should be alone on a line. 639
error '{' should be on a new line. 639
error Parameter db should be final. 660
error Expected @throws tag for 'Exception'. 660
error '{' is not preceded with whitespace. 660
error '{' should be on a new line. 660
error '{' should be on a new line. 661
error ';' is preceded with whitespace. 662
error '}' should be alone on a line. 663
error '{' should be on a new line. 663
error Expected an @return tag. 671
error Parameter db should be final. 671
error Expected @param tag for 'db'. 671
error Expected @throws tag for 'Exception'. 671
error '{' is not preceded with whitespace. 671
error '{' should be on a new line. 671
error '{' should be on a new line. 672
error ';' is preceded with whitespace. 673
error '}' should be alone on a line. 674
error '{' should be on a new line. 674
error Expected an @return tag. 682
error Parameter db should be final. 682
error Expected @param tag for 'db'. 682
error '{' should be on a new line. 682
error '{' should be on a new line. 683
error '(' is followed by whitespace. 684
error '{' should be on a new line. 684
error ';' is preceded with whitespace. 685
error '}' should be alone on a line. 686
error '{' should be on a new line. 686
error '}' should be alone on a line. 689
error '{' should be on a new line. 689
error Expected an @return tag. 698
error Parameter db should be final. 698
error Expected @param tag for 'db'. 698
error '{' should be on a new line. 698
error '{' should be on a new line. 699
error '(' is followed by whitespace. 700
error '{' should be on a new line. 700
error ';' is preceded with whitespace. 701
error '}' should be alone on a line. 702
error '{' should be on a new line. 702
error '}' should be alone on a line. 705
error '{' should be on a new line. 705

org/paneris/messageboard/model/MessageThread.java

Violation Message Line
error '{' should be on a new line. 16
error Missing a Javadoc comment. 18
error Missing a Javadoc comment. 19
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 19
error Variable 'database' must be private and have accessor methods. 19
error Missing a Javadoc comment. 20
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 20
error Parameter db should be final. 26
error Expected @param tag for 'db'. 26
error '{' should be on a new line. 26
error Line is longer than 80 characters. 35
error Method 'getNext' is not designed for extension - needs to be abstract, final or empty. 43
error Parameter m should be final. 43
error Expected @param tag for 'm'. 43
error '{' should be on a new line. 43
error ',' is not followed by whitespace. 45
error Line is longer than 80 characters. 48
error 'cast' is not followed by whitespace. 48
error '{' should be on a new line. 50
error ',' is not followed by whitespace. 51
error '{' should be on a new line. 56
error '}' should be alone on a line. 58
error '{' should be on a new line. 58

org/paneris/messageboard/controller/MessageBoard.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 Missing a Javadoc comment. 24
error Name 'db' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error Missing a Javadoc comment. 25
error Name 'board' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Missing a Javadoc comment. 26
error Name 'user' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 26
error Missing a Javadoc comment. 27
error Name 'messageboardParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 27
error Missing a Javadoc comment. 28
error Name 'statusParameter' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 28
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 'if' construct must use '{}'s. 33
error '{' should be on a new line. 37
error ',' is not followed by whitespace. 42
error '{' should be on a new line. 44
error '}' should be alone on a line. 46
error '{' should be on a new line. 46
error '{' should be on a new line. 48
error Line is longer than 80 characters. 49
error ',' is not followed by whitespace. 50
error '{' should be on a new line. 53
error '}' should be alone on a line. 57
error '{' should be on a new line. 57
error Line is longer than 80 characters. 58
error '{' should be on a new line. 61
error '}' should be alone on a line. 63
error '{' should be on a new line. 63
error Line is longer than 80 characters. 64
error '{' should be on a new line. 67
error Line is longer than 80 characters. 68
error '{' should be on a new line. 69
error Line is longer than 80 characters. 70
error '}' should be alone on a line. 72
error '{' should be on a new line. 72
error '{' should be on a new line. 75
error '{' should be on a new line. 77
error '{' should be on a new line. 82
error '}' should be alone on a line. 84
error '{' should be on a new line. 84
error Line is longer than 80 characters. 85
error ',' is not followed by whitespace. 87
error ',' is not followed by whitespace. 88
error '{' should be on a new line. 91
error ',' is not followed by whitespace. 92
error '}' should be alone on a line. 93
error '{' should be on a new line. 93
error Line is longer than 80 characters. 94
error Line is longer than 80 characters. 98
error Missing a Javadoc comment. 98
error Parameter context should be final. 98
error Parameter status should be final. 98
error '{' should be on a new line. 98
error '{' should be on a new line. 100
error Line is longer than 80 characters. 101
error ',' is not followed by whitespace. 101
error ',' is not followed by whitespace. 101
error ',' is not followed by whitespace. 102
error ',' is not followed by whitespace. 103
error '{' should be on a new line. 104
error Line is longer than 80 characters. 108
error '{' should be on a new line. 109
error '{' should be on a new line. 114
error Line is longer than 80 characters. 115
error '}' should be alone on a line. 116
error '{' should be on a new line. 116
error '{' should be on a new line. 120
error '{' should be on a new line. 125
error ',' is not followed by whitespace. 130
error ',' is not followed by whitespace. 131
error Line is longer than 80 characters. 132
error Line is longer than 80 characters. 133
error '}' should be alone on a line. 136
error '{' should be on a new line. 136
error Line is longer than 80 characters. 137
error 'cast' is not followed by whitespace. 137

org/webmacro/servlet/PanerisPage.java

Violation Message Line
error Using the '.*' form of import should be avoided - org.webmacro.*. 26
error Using the '.*' form of import should be avoided - java.io.*. 36
error Line has trailing spaces. 55
error Line has trailing spaces. 61
error Line has trailing spaces. 62
error Line has trailing spaces. 69
error Line is longer than 80 characters. 70
error Line has trailing spaces. 75
error Missing a Javadoc comment. 78
error Name '_wm' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 78
error Missing a Javadoc comment. 79
error Name '_broker' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 79
error Missing a Javadoc comment. 80
error Name '_started' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 80
error 'static' modifier out of order with the JLS suggestions. 85
error 'static' modifier out of order with the JLS suggestions. 91
error 'static' modifier out of order with the JLS suggestions. 96
error Missing a Javadoc comment. 97
error 'static' modifier out of order with the JLS suggestions. 97
error Name '_log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 102
error Variable '_log' must be private and have accessor methods. 102
error Line is longer than 80 characters. 107
error Name '_problem' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 107
error Method 'init' is not designed for extension - needs to be abstract, final or empty. 114
error Parameter sc should be final. 114
error Expected @param tag for 'sc'. 114
error Method 'init' is not designed for extension - needs to be abstract, final or empty. 127
error Line has trailing spaces. 134
error Line has trailing spaces. 136
error Line is longer than 80 characters. 147
error Line has trailing spaces. 157
error Line is longer than 80 characters. 162
error 'if' construct must use '{}'s. 163
error 'else' construct must use '{}'s. 165
error Line is longer than 80 characters. 174
error Method 'destroy' is not designed for extension - needs to be abstract, final or empty. 189
error Line has trailing spaces. 200
error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 212
error Parameter req should be final. 212
error Parameter resp should be final. 212
error Method 'doPost' is not designed for extension - needs to be abstract, final or empty. 230
error Parameter req should be final. 230
error Parameter resp should be final. 230
error Missing a Javadoc comment. 236
error Redundant 'final' modifier. 236
error 'private' modifier out of order with the JLS suggestions. 236
error Parameter req should be final. 237
error Parameter resp should be final. 237
error Line is longer than 80 characters. 253
error Line is longer than 80 characters. 290
error '+' should be on a new line. 290
error '+' should be on a new line. 291
error Line is longer than 80 characters. 299
error '+' should be on a new line. 299
error Line is longer than 80 characters. 300
error '+' should be on a new line. 300
error '+' should be on a new line. 301
error Line has trailing spaces. 306
error Line has trailing spaces. 307
error Line has trailing spaces. 309
error Expected an @return tag. 318
error Method 'error' is not designed for extension - needs to be abstract, final or empty. 318
error Parameter context should be final. 318
error Parameter error should be final. 318
error Method 'getErrorVariableName' is not designed for extension - needs to be abstract, final or empty. 340
error Expected an @return tag. 353
error Method 'getBroker' is not designed for extension - needs to be abstract, final or empty. 353
error Expected an @return tag. 370
error Method 'getLog' is not designed for extension - needs to be abstract, final or empty. 370
error Parameter type should be final. 370
error Expected @param tag for 'type'. 370
error Parameter description should be final. 370
error Expected @param tag for 'description'. 370
error Expected an @return tag. 380
error Method 'getLog' is not designed for extension - needs to be abstract, final or empty. 380
error Parameter type should be final. 380
error Expected @param tag for 'type'. 380
error Unused @throws tag for 'NotFoundException'. 388
error Expected an @return tag. 391
error Method 'getTemplate' is not designed for extension - needs to be abstract, final or empty. 391
error Parameter key should be final. 391
error Expected @param tag for 'key'. 391
error Expected an @return tag. 403
error Method 'getURL' is not designed for extension - needs to be abstract, final or empty. 403
error Parameter url should be final. 403
error Expected @param tag for 'url'. 403
error Expected @throws tag for 'ResourceException'. 404
error Expected an @return tag. 415
error Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 415
error Parameter key should be final. 415
error Expected @param tag for 'key'. 415
error Expected an @return tag. 425
error Method 'getConfig' is not designed for extension - needs to be abstract, final or empty. 425
error Parameter key should be final. 425
error Expected @param tag for 'key'. 425
error Parameter defaultValue should be final. 425
error Expected @param tag for 'defaultValue'. 425
error Expected an @return tag. 440
error Method 'getContext' is not designed for extension - needs to be abstract, final or empty. 440
error Expected an @return tag. 448
error Line is longer than 80 characters. 448
error Method 'getWebContext' is not designed for extension - needs to be abstract, final or empty. 448
error Parameter req should be final. 448
error Expected @param tag for 'req'. 448
error Parameter res should be final. 448
error Expected @param tag for 'res'. 448
error Line is longer than 80 characters. 458
error Method 'writeTemplate' is not designed for extension - needs to be abstract, final or empty. 472
error Parameter templateName should be final. 472
error Parameter out should be final. 472
error Parameter context should be final. 473
error Method 'writeTemplate' is not designed for extension - needs to be abstract, final or empty. 501
error Parameter templateName should be final. 501
error Parameter out should be final. 501
error Parameter encoding should be final. 502
error Parameter context should be final. 502
error 'if' construct must use '{}'s. 506
error Line has trailing spaces. 512
error Line has trailing spaces. 513
error Line has trailing spaces. 515
error Method 'execute' is not designed for extension - needs to be abstract, final or empty. 521
error Parameter tmpl should be final. 521
error Expected @param tag for 'tmpl'. 521
error Parameter c should be final. 521
error Expected @param tag for 'c'. 521
error Expected @throws tag for 'IOException'. 522
error 'if' construct must use '{}'s. 530
error 'if' construct must use '{}'s. 544
error Must have at least one statement. 565
error Line is longer than 80 characters. 571
error Avoid inline conditionals. 572
error ':' should be on a new line. 572
error Line is longer than 80 characters. 579
error Avoid inline conditionals. 580
error Line is longer than 80 characters. 603
error Parameter response should be final. 603
error Parameter bytes should be final. 603
error Parameter encoding should be final. 603
error Expected @param tag for 'encoding'. 603
error Expected @throws tag for 'IOException'. 604
error Line has trailing spaces. 616
error Line has trailing spaces. 635
error Line has trailing spaces. 637
error Line has trailing spaces. 638
error Expected an @return tag. 648
error Method 'newContext' is not designed for extension - needs to be abstract, final or empty. 648
error Parameter req should be final. 649
error Expected @param tag for 'req'. 649
error Parameter resp should be final. 649
error Expected @param tag for 'resp'. 649
error Expected @throws tag for 'HandlerException'. 650
error Parameter wc should be final. 675
error Expected @param tag for 'wc'. 675
error Expected @throws tag for 'HandlerException'. 676
error Expected an @return tag. 711
error Method 'initWebMacro' is not designed for extension - needs to be abstract, final or empty. 711
error Expected @throws tag for 'InitException'. 711
error Expected an @return tag. 722
error Expected @throws tag for 'InitException'. 722
error Line is longer than 80 characters. 727
error Method 'newWebContext' is not designed for extension - needs to be abstract, final or empty. 727
error Missing a Javadoc comment. 727
error Parameter req should be final. 727
error Parameter resp should be final. 727
error '{' should be on a new line. 727
error Method 'setLocale' is not designed for extension - needs to be abstract, final or empty. 735
error Parameter resp should be final. 735
error Expected @param tag for 'resp'. 735
error Parameter locale should be final. 735
error Expected @param tag for 'locale'. 735
error 'if' construct must use '{}'s. 745
error 'if' construct must use '{}'s. 750
error Line is longer than 80 characters. 751
error Expected an @return tag. 764
error Method 'getFastWriter' is not designed for extension - needs to be abstract, final or empty. 764
error Parameter out should be final. 764
error Parameter enctype should be final. 764
error Expected @throws tag for 'UnsupportedEncodingException'. 765
error Missing a Javadoc comment. 771
error Parameter context should be final. 771
error '{' should be on a new line. 771
error 'if' construct must use '{}'s. 778
error 'cast' is not followed by whitespace. 781
error Line has trailing spaces. 784
error '{' should be on a new line. 790
error '{' should be on a new line. 794
error '{' should be on a new line. 796
error '{' should be on a new line. 799
error '{' should be on a new line. 802
error '{' should be on a new line. 806
error Line is longer than 80 characters. 807
error '+' is not followed by whitespace. 807
error '{' should be on a new line. 809
error '{' should be on a new line. 814
error Empty statement. 815
error '{' should be on a new line. 818
error Missing a Javadoc comment. 829
error Missing a Javadoc comment. 835
error Name '_errorTemplate' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 835
error Line has trailing spaces. 838
error Method 'getErrorTemplate' is not designed for extension - needs to be abstract, final or empty. 843
error Line is longer than 80 characters. 853
error Method 'getErrorTemplateName' is not designed for extension - needs to be abstract, final or empty. 859
error Missing a Javadoc comment. 859

org/paneris/jal/model/SQLMetaData.java

Violation Message Line
error '{' should be on a new line. 13
error Missing a Javadoc comment. 15
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 15
error Name 'AutoIncrement' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 20
error Variable 'AutoIncrement' must be private and have accessor methods. 20
error Name 'CaseSensitive' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Variable 'CaseSensitive' must be private and have accessor methods. 25
error Name 'Searchable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 30
error Variable 'Searchable' must be private and have accessor methods. 30
error Name 'Currency' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
error Variable 'Currency' must be private and have accessor methods. 35
error Name 'Nullable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 40
error Variable 'Nullable' must be private and have accessor methods. 40
error Name 'Signed' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 45
error Variable 'Signed' must be private and have accessor methods. 45
error Name 'ColumnDisplaySize' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 50
error Variable 'ColumnDisplaySize' must be private and have accessor methods. 50
error Name 'ColumnLabel' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 56
error Variable 'ColumnLabel' must be private and have accessor methods. 56
error Name 'ColumnName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 61
error Variable 'ColumnName' must be private and have accessor methods. 61
error Name 'SchemaName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 66
error Variable 'SchemaName' must be private and have accessor methods. 66
error Name 'Precision' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 71
error Variable 'Precision' must be private and have accessor methods. 71
error Name 'Scale' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 76
error Variable 'Scale' must be private and have accessor methods. 76
error Name 'ColumnType' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 82
error Variable 'ColumnType' must be private and have accessor methods. 82
error Name 'ColumnTypeName' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 87
error Variable 'ColumnTypeName' must be private and have accessor methods. 87
error Name 'ReadOnly' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 92
error Variable 'ReadOnly' must be private and have accessor methods. 92
error Name 'Writable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 97
error Variable 'Writable' must be private and have accessor methods. 97
error Name 'DefinitelyWritable' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 102
error Variable 'DefinitelyWritable' must be private and have accessor methods. 102
error Parameter db should be final. 107
error Expected @param tag for 'db'. 107
error Parameter fn should be final. 107
error Expected @param tag for 'fn'. 107
error '{' should be on a new line. 107
error ',' is not followed by whitespace. 108
error '{' should be on a new line. 110
error Line is longer than 80 characters. 112
error '{' should be on a new line. 115
error '{' should be on a new line. 118
error Line is longer than 80 characters. 119
error '{' should be on a new line. 122
error '{' should be on a new line. 133
error '}' should be alone on a line. 135
error '{' should be on a new line. 135
error '{' should be on a new line. 138
error '}' should be alone on a line. 140
error '{' should be on a new line. 140
error '}' should be alone on a line. 148
error '{' should be on a new line. 148
error '}' should be alone on a line. 151
error '{' should be on a new line. 151
error Line is longer than 80 characters. 152
error '}' should be alone on a line. 154
error '{' should be on a new line. 154
error Line is longer than 80 characters. 155
error '}' should be alone on a line. 157
error '{' should be on a new line. 157
error Line is longer than 80 characters. 158

org/paneris/messageboard/controller/Subscribe.java

Violation Message Line
error Missing a Javadoc comment. 12
error '{' should be on a new line. 12
error Missing a Javadoc comment. 14
error Method 'handle' is not designed for extension - needs to be abstract, final or empty. 16
error Missing a Javadoc comment. 16
error Parameter context should be final. 16
error '{' should be on a new line. 16
error ',' is not followed by whitespace. 20
error 'if' construct must use '{}'s. 23
error Line has trailing spaces. 23
error ',' is not followed by whitespace. 27
error '{' should be on a new line. 28
error Line is longer than 80 characters. 29
error '}' should be alone on a line. 30
error '{' should be on a new line. 30
error '{' should be on a new line. 33
error '{' should be on a new line. 34
error Line is longer than 80 characters. 35
error ',' is not followed by whitespace. 35
error ',' is not followed by whitespace. 35
error Line is longer than 80 characters. 37
error '{' should be on a new line. 38
error '+' is not preceded with whitespace. 40
error '+' is not followed by whitespace. 40
error '{' should be on a new line. 41
error Line is longer than 80 characters. 42
error '}' should be alone on a line. 44
error '{' should be on a new line. 44
error ',' is not followed by whitespace. 45
error 'if' construct must use '{}'s. 47
error Line is longer than 80 characters. 47
error '{' should be on a new line. 48
error ',' is not followed by whitespace. 50
error '}' should be alone on a line. 51
error '{' should be on a new line. 51
error '}' should be alone on a line. 56
error '{' should be on a new line. 56
error Line is longer than 80 characters. 57
error '{' should be on a new line. 61
error ',' is not followed by whitespace. 62
error '}' should be alone on a line. 63
error '{' should be on a new line. 63
error Line is longer than 80 characters. 64

org/paneris/paneris/model/PageContent.java

Violation Message Line
error Line has trailing spaces. 16
error '{' should be on a new line. 20
error Missing a Javadoc comment. 22
error Name 'adminLink' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 22
error Missing a Javadoc comment. 23
error Name 'userid' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Line has trailing spaces. 27
error Parameter user should be final. 30
error '{' should be on a new line. 30
error '{' should be on a new line. 31
error 'if' construct must use '{}'s. 33
error Method 'getRecord' is not designed for extension - needs to be abstract, final or empty. 37
error Missing a Javadoc comment. 37
error Parameter db should be final. 37
error Parameter section should be final. 37
error '{' should be on a new line. 37
error ',' is not followed by whitespace. 41
error 'if' construct must use '{}'s. 42
error '{' should be on a new line. 43
error 'if' construct must use '{}'s. 48
error ',' is not followed by whitespace. 49
error ',' is not followed by whitespace. 49
error '}' should be alone on a line. 50
error '{' should be on a new line. 50
error Method 'getContent' is not designed for extension - needs to be abstract, final or empty. 57
error Missing a Javadoc comment. 57
error Parameter db should be final. 57
error Parameter section should be final. 57
error '{' should be on a new line. 57
error '{' should be on a new line. 60
error '}' should be alone on a line. 63
error '{' should be on a new line. 63
error '{' should be on a new line. 69
error '{' should be on a new line. 70
error '{' should be on a new line. 72
error Line is longer than 80 characters. 73
error '+' is not preceded with whitespace. 73
error '+' is not followed by whitespace. 73
error '+' is not preceded with whitespace. 73
error '+' should be on a new line. 73
error Line has trailing spaces. 75
error '+' should be on a new line. 75
error '+' is not preceded with whitespace. 76
error '+' is not followed by whitespace. 76
error '}' should be alone on a line. 78
error '{' should be on a new line. 78
error Line is longer than 80 characters. 79
error '+' is not preceded with whitespace. 79
error '+' is not followed by whitespace. 79
error '+' is not preceded with whitespace. 79
error '+' is not followed by whitespace. 79
error '{' should be on a new line. 80
error '+' is not preceded with whitespace. 81
error '+' is not followed by whitespace. 81
error '+' is not preceded with whitespace. 81
error '+' should be on a new line. 81
error '+' should be on a new line. 83
error '+' is not preceded with whitespace. 84
error '+' is not followed by whitespace. 84
error '+' should be on a new line. 84
error ';' is preceded with whitespace. 85
error 'if' construct must use '{}'s. 88
error '}' should be alone on a line. 89
error '{' should be on a new line. 89
error Method 'getDDRecord' is not designed for extension - needs to be abstract, final or empty. 100
error Missing a Javadoc comment. 100
error Parameter db should be final. 100
error Parameter table should be final. 100
error Parameter id should be final. 100
error '{' should be on a new line. 100
error ',' is not followed by whitespace. 104
error 'if' construct must use '{}'s. 105
error '{' should be on a new line. 106
error ',' is not followed by whitespace. 107
error ',' is not followed by whitespace. 107
error '}' should be alone on a line. 108
error '{' should be on a new line. 108

org/paneris/messageboard/model/Board.java

Violation Message Line
error '{' should be on a new line. 20
error Missing a Javadoc comment. 22
error Missing a Javadoc comment. 23
error Name 'messages' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 23
error Missing a Javadoc comment. 24
error Name 'subscribers' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 24
error Missing a Javadoc comment. 25
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 25
error Parameter db should be final. 33
error Expected @param tag for 'db'. 33
error Parameter rs should be final. 33
error Expected @param tag for 'rs'. 33
error '{' should be on a new line. 33
error ',' is not followed by whitespace. 34
error ',' is not followed by whitespace. 34
error Parameter db should be final. 43
error Expected @param tag for 'db'. 43
error '{' should be on a new line. 43
error ',' is not followed by whitespace. 44
error Parameter db should be final. 53
error Expected @param tag for 'db'. 53
error Parameter record should be final. 53
error Expected @param tag for 'record'. 53
error '{' should be on a new line. 53
error ',' is not followed by whitespace. 54
error ',' is not followed by whitespace. 54
error '{' should be on a new line. 62
error ',' is not followed by whitespace. 64
error Line is longer than 80 characters. 67
error 'cast' is not followed by whitespace. 67
error Line is longer than 80 characters. 71
error 'cast' is not followed by whitespace. 71
error Method 'getMessages' is not designed for extension - needs to be abstract, final or empty. 78
error Missing a Javadoc comment. 78
error '{' should be on a new line. 78
error Method 'getSubscribers' is not designed for extension - needs to be abstract, final or empty. 82
error Missing a Javadoc comment. 82
error '{' should be on a new line. 82
error Line has trailing spaces. 85
error Method 'getServletURL' is not designed for extension - needs to be abstract, final or empty. 86
error Missing a Javadoc comment. 86
error '{' should be on a new line. 86
error '{' should be on a new line. 88
error '}' should be alone on a line. 91
error '{' should be on a new line. 91
error Empty statement. 92
error Line has trailing spaces. 96
error Method 'getMessageboardURL' is not designed for extension - needs to be abstract, final or empty. 97
error Missing a Javadoc comment. 97
error '{' should be on a new line. 97
error Line is longer than 80 characters. 98
error Method 'getUnsubscribeURL' is not designed for extension - needs to be abstract, final or empty. 100
error Missing a Javadoc comment. 100
error '{' should be on a new line. 100
error Line is longer than 80 characters. 101
error Line has trailing spaces. 103
error Method 'getMessageURL' is not designed for extension - needs to be abstract, final or empty. 104
error Missing a Javadoc comment. 104
error Parameter id should be final. 104
error '{' should be on a new line. 104
error Line is longer than 80 characters. 105
error Line has trailing spaces. 107
error Method 'getMessageboardEmail' is not designed for extension - needs to be abstract, final or empty. 108
error Missing a Javadoc comment. 108
error '{' should be on a new line. 108
error '{' should be on a new line. 110
error '}' should be alone on a line. 113
error '{' should be on a new line. 113
error Line has trailing spaces. 118
error Missing a Javadoc comment. 119
error Parameter db should be final. 119
error '{' should be on a new line. 119
error '{' should be on a new line. 121
error '}' should be alone on a line. 124
error '{' should be on a new line. 124
error Empty statement. 125
error Line has trailing spaces. 129
error Line has trailing spaces. 131
error Method 'subscribe' is not designed for extension - needs to be abstract, final or empty. 137
error Parameter user should be final. 137
error Expected @param tag for 'user'. 137
error '{' should be on a new line. 137
error '{' should be on a new line. 138
error ',' is not followed by whitespace. 140
error Line is longer than 80 characters. 144
error 'cast' is not followed by whitespace. 144
error 'cast' is not followed by whitespace. 144
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 Line is longer than 80 characters. 148
error 'cast' is not followed by whitespace. 148
error 'cast' is not followed by whitespace. 148
error Line is longer than 80 characters. 150
error Line is longer than 80 characters. 152
error Line is longer than 80 characters. 153
error Line is longer than 80 characters. 154
error Line is longer than 80 characters. 156
error '{' should be on a new line. 157
error Line is longer than 80 characters. 158
error Line is longer than 80 characters. 160
error Line is longer than 80 characters. 164
error '{' should be on a new line. 173
error Method 'unSubscribe' is not designed for extension - needs to be abstract, final or empty. 187
error Parameter user should be final. 187
error Expected @param tag for 'user'. 187
error '{' should be on a new line. 187
error '{' should be on a new line. 188
error ',' is not followed by whitespace. 190
error Line is longer than 80 characters. 194
error 'cast' is not followed by whitespace. 194
error 'cast' is not followed by whitespace. 194
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 Line is longer than 80 characters. 198
error 'cast' is not followed by whitespace. 198
error 'cast' is not followed by whitespace. 198
error Line is longer than 80 characters. 204
error '{' should be on a new line. 212
error Line has trailing spaces. 221
error Expected an @return tag. 227
error Method 'isSubscribed' is not designed for extension - needs to be abstract, final or empty. 227
error Parameter user should be final. 227
error Expected @param tag for 'user'. 227
error '{' should be on a new line. 227
error ',' is not followed by whitespace. 229
error Line is longer than 80 characters. 233
error 'cast' is not followed by whitespace. 233
error 'cast' is not followed by whitespace. 233
error '{' should be on a new line. 234
error '{' should be on a new line. 236
error '}' should be alone on a line. 240
error '{' should be on a new line. 240
error Line is longer than 80 characters. 241
error 'cast' is not followed by whitespace. 241
error 'cast' is not followed by whitespace. 241

org/paneris/messageboard/receivemail/SMTPSession.java

Violation Message Line
error '{' should be on a new line. 30
error Missing a Javadoc comment. 32
error Name 'smtpIdentifier' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 32
error Missing a Javadoc comment. 33
error Name 'withClient' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
error Missing a Javadoc comment. 34
error Name 'fromClientPushBack' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Missing a Javadoc comment. 35
error Name 'fromClient' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
error Missing a Javadoc comment. 36
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 36
error Missing a Javadoc comment. 37
error Name 'databaseNameOfDomain' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
error Missing a Javadoc comment. 38
error Name 'bufSize' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 38
error Missing a Javadoc comment. 39
error Name 'toClient' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 39
error Missing a Javadoc comment. 40
error Name 'log' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 40
error Missing a Javadoc comment. 42
error Name 'sender' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 42
error Missing a Javadoc comment. 43
error Name 'store' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 43
error Missing a Javadoc comment. 44
error Name 'senderID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 44
error Missing a Javadoc comment. 45
error Name 'recipientID' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 45
error Line has trailing spaces. 65
error Parameter smtpIdentifier should be final. 72
error 'smtpIdentifier' hides a field. 72
error Parameter withClient should be final. 72
error 'withClient' hides a field. 72
error Parameter connMgr should be final. 73
error 'connMgr' hides a field. 73
error Parameter databaseNameOfDomain should be final. 73
error 'databaseNameOfDomain' hides a field. 73
error Parameter bufSize should be final. 74
error 'bufSize' hides a field. 74
error Parameter log should be final. 74
error 'log' hides a field. 74
error Expected @throws tag for 'IOException'. 75
error '{' should be on a new line. 75
error '{' should be on a new line. 101
error '{' should be on a new line. 105
error '{' should be on a new line. 106
error Line has trailing spaces. 107
error '}' should be alone on a line. 108
error '{' should be on a new line. 108
error Empty statement. 109
error Parameter address should be final. 120
error '{' should be on a new line. 120
error '{' should be on a new line. 121
error Expected an @return tag. 141
error Parameter address should be final. 141
error Expected @throws tag for 'MessagingException'. 142
error Expected @throws tag for 'IOException'. 142
error '{' should be on a new line. 142
error 'if' construct must use '{}'s. 144
error '+' should be on a new line. 145
error 'if' construct must use '{}'s. 154
error '+' should be on a new line. 156
error '{' should be on a new line. 159
error '{' should be on a new line. 162
error '+' should be on a new line. 164
error Parameter address should be final. 175
error Expected @throws tag for 'Exception'. 175
error '{' should be on a new line. 175
error 'if' construct must use '{}'s. 176
error '{' should be on a new line. 179
error '+' should be on a new line. 182
error '{' should be on a new line. 186
error '{' should be on a new line. 187
error '{' should be on a new line. 191
error Line has trailing spaces. 194
error '{' should be on a new line. 203
error Expected @throws tag for 'Exception'. 215
error '{' should be on a new line. 215
error 'if' construct must use '{}'s. 216
error '{' should be on a new line. 218
error '{' should be on a new line. 221
error '+' is not preceded with whitespace. 225
error '+' is not followed by whitespace. 225
error '+' is not preceded with whitespace. 225
error '+' is not followed by whitespace. 225
error '{' should be on a new line. 227
error '{' should be on a new line. 228
error '+' should be on a new line. 229
error '{' should be on a new line. 233
error '{' should be on a new line. 243
error '{' should be on a new line. 244
error '{' should be on a new line. 246
error 'if' construct must use '{}'s. 249
error '4' is a magic number. 249
error 'if' construct must use '{}'s. 252
error '10' is a magic number. 252
error '10' is a magic number. 253
error 'if' construct must use '{}'s. 255
error '8' is a magic number. 255
error '8' is a magic number. 256
error 'if' construct must use '{}'s. 258
error '4' is a magic number. 258
error '4' is a magic number. 261
error '{' should be on a new line. 261
error '4' is a magic number. 266
error '{' should be on a new line. 266
error 'else' construct must use '{}'s. 271
error '{' should be on a new line. 275
error '+' should be on a new line. 276
error '+' should be on a new line. 278
error '{' should be on a new line. 281
error '{' should be on a new line. 282
error '{' should be on a new line. 286
error Empty statement. 287

org/paneris/jal/model/DDField.java

Violation Message Line
error Line is longer than 80 characters. 15
error Line is longer than 80 characters. 18
error Line has trailing spaces. 19
error Line is longer than 80 characters. 19
error Line is longer than 80 characters. 20
error Line is longer than 80 characters. 23
error '{' should be on a new line. 31
error Missing a Javadoc comment. 33
error Name 'value' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 33
error Missing a Javadoc comment. 34
error Name 'problem' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 34
error Missing a Javadoc comment. 35
error Name 'metaData' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 35
error Missing a Javadoc comment. 36
error Name 'database' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 36
error Missing a Javadoc comment. 37
error Name 'connMgr' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 37
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 41
error Missing a Javadoc comment. 43
error Missing a Javadoc comment. 45
error Name 'dataCache' must match pattern '^f[A-Z][a-zA-Z0-9]*$'. 45
error Parameter db should be final. 50
error Expected @param tag for 'db'. 50
error Parameter fieldNumber should be final. 50
error Expected @param tag for 'fieldNumber'. 50
error Expected @throws tag for 'Exception'. 50
error '{' should be on a new line. 50
error Line has trailing spaces. 56
error Expected an @return tag. 59
error Method 'getLookup' is not designed for extension - needs to be abstract, final or empty. 59
error Expected @throws tag for 'Exception'. 59
error '{' should be on a new line. 59
error '{' should be on a new line. 60
error '{' should be on a new line. 63
error '{' should be on a new line. 64
error '{' should be on a new line. 67
error 'cast' is not followed by whitespace. 69
error Line is longer than 80 characters. 75
error Line is longer than 80 characters. 76
error Expected an @return tag. 78
error Method 'getJavascriptDisplayValue' is not designed for extension - needs to be abstract, final or empty. 78
error Expected @throws tag for 'Exception'. 78
error '{' should be on a new line. 78
error Method 'getDisplayValue' is not designed for extension - needs to be abstract, final or empty. 82
error Missing a Javadoc comment. 82
error '{' should be on a new line. 82
error '{' should be on a new line. 83
error '{' should be on a new line. 86
error '{' should be on a new line. 91
error 'cast' is not followed by whitespace. 92
error '{' should be on a new line. 96
error 'cast' is not followed by whitespace. 97
error '{' should be on a new line. 99
error '{' should be on a new line. 103
error '{' should be on a new line. 108
error 'cast' is not followed by whitespace. 109
error '{' should be on a new line. 109
error '{' should be on a new line. 112
error '{' should be on a new line. 116
error '{' should be on a new line. 118
error '{' should be on a new line. 123
error '{' should be on a new line. 124
error '{' should be on a new line. 127
error 'cast' is not followed by whitespace. 129
error '{' should be on a new line. 133
error Expected an @return tag. 143
error Method 'getCSVValue' is not designed for extension - needs to be abstract, final or empty. 143
error Expected @throws tag for 'Exception'. 143
error '{' should be on a new line. 143
error Line is longer than 80 characters. 152
error Expected an @return tag. 155
error Method 'getHiddenValue' is not designed for extension - needs to be abstract, final or empty. 155
error Expected @throws tag for 'Exception'. 155
error '{' should be on a new line. 155
error Method 'getHiddenValueWithPostfix' is not designed for extension - needs to be abstract, final or empty. 163
error Missing a Javadoc comment. 163
error Parameter postfix should be final. 163
error '{' should be on a new line. 163
error Line is longer than 80 characters. 173
error Expected an @return tag. 175
error Method 'getInputValue' is not designed for extension - needs to be abstract, final or empty. 175
error Expected @throws tag for 'Exception'. 175
error '{' should be on a new line. 175
error Line is longer than 80 characters. 180
error Expected an @return tag. 184
error Method 'getInputValue' is not designed for extension - needs to be abstract, final or empty. 184
error Parameter allValue should be final. 184
error Expected @param tag for 'allValue'. 184
error Expected @throws tag for 'Exception'. 184
error '{' should be on a new line. 184
error Method 'getInputValueWithPostfix' is not designed for extension - needs to be abstract, final or empty. 194
error Missing a Javadoc comment. 194
error Parameter postfix should be final. 194
error '{' should be on a new line. 194
error Expected an @return tag. 207
error Method 'getLinkedSelect' is not designed for extension - needs to be abstract, final or empty. 207
error Expected @throws tag for 'Exception'. 207
error '{' should be on a new line. 207
error Line is longer than 80 characters. 212
error Expected an @return tag. 215
error Method 'getLinkedSelect' is not designed for extension - needs to be abstract, final or empty. 215
error Parameter allName should be final. 215
error Expected @param tag for 'allName'. 215
error Expected @throws tag for 'Exception'. 215
error '{' should be on a new line. 215
error Method 'getLinkedSelect' is not designed for extension - needs to be abstract, final or empty. 219
error Missing a Javadoc comment. 219
error Parameter fieldname should be final. 220
error Parameter mandatory should be final. 221
error Parameter unique should be final. 222
error Parameter allValue should be final. 223
error Parameter allName should be final. 224
error '{' should be on a new line. 225
error Expected an @return tag. 239
error Method 'getDropDown' is not designed for extension - needs to be abstract, final or empty. 239
error Expected @throws tag for 'Exception'. 239
error '{' should be on a new line. 239
error Line is longer than 80 characters. 244
error Expected an @return tag. 247
error Method 'getDropDown' is not designed for extension - needs to be abstract, final or empty. 247
error Parameter allValue should be final. 247
error Expected @param tag for 'allValue'. 247
error Expected @throws tag for 'Exception'. 247
error '{' should be on a new line. 247
error Line is longer than 80 characters. 252
error Expected an @return tag. 255
error Method 'getDropDown' is not designed for extension - needs to be abstract, final or empty. 255
error Parameter name should be final. 255
error Expected @param tag for 'name'. 255
error Parameter allValue should be final. 255
error Expected @param tag for 'allValue'. 255
error Expected @throws tag for 'Exception'. 255
error '{' should be on a new line. 255
error Expected an @return tag. 263
error Method 'getDropDown' is not designed for extension - needs to be abstract, final or empty. 263
error Parameter fieldname should be final. 264
error Expected @param tag for 'fieldname'. 264
error Parameter mandatory should be final. 265
error Expected @param tag for 'mandatory'. 265
error Parameter allName should be final. 266
error Expected @param tag for 'allName'. 266
error Expected @throws tag for 'Exception'. 267
error '{' should be on a new line. 267
error Expected an @return tag. 282
error Method 'getJSValidation' is not designed for extension - needs to be abstract, final or empty. 282
error Parameter fieldname should be final. 283
error Expected @param tag for 'fieldname'. 283
error Parameter displayname should be final. 284
error Expected @param tag for 'displayname'. 284
error Parameter mandatory should be final. 285
error Expected @param tag for 'mandatory'. 285
error Expected @throws tag for 'Exception'. 286
error '{' should be on a new line. 286
error Method 'getJSValidation' is not designed for extension - needs to be abstract, final or empty. 290
error Missing a Javadoc comment. 290
error Parameter fieldname should be final. 290
error Parameter displayname should be final. 290
error '{' should be on a new line. 291
error Method 'getJSValidation' is not designed for extension - needs to be abstract, final or empty. 295
error Missing a Javadoc comment. 295
error Parameter displayname should be final. 295
error '{' should be on a new line. 295
error Method 'getJSValidation' is not designed for extension - needs to be abstract, final or empty. 302
error Missing a Javadoc comment. 302
error '{' should be on a new line. 302
error Expected an @return tag. 312
error Method 'getJSValidationWithPostfix' is not designed for extension - needs to be abstract, final or empty. 312
error Parameter postfix should be final. 312
error Expected @param tag for 'postfix'. 312
error Expected @throws tag for 'Exception'. 312
error '{' should be on a new line. 312
error Expected an @return tag. 322
error Method 'getValue' is not designed for extension - needs to be abstract, final or empty. 322
error '{' should be on a new line. 322
error Expected an @return tag. 329
error Method 'getMetaData' is not designed for extension - needs to be abstract, final or empty. 329
error '{' should be on a new line. 329
error Expected an @return tag. 336
error Method 'getStringValue' is not designed for extension - needs to be abstract, final or empty. 336
error '{' should be on a new line. 336
error Avoid inline conditionals. 337
error Expected an @return tag. 343
error Method 'getProblem' is not designed for extension - needs to be abstract, final or empty. 343
error '{' should be on a new line. 343
error 'if' construct must use '{}'s. 344
error 'if' construct must use '{}'s. 346
error Method 'setProblem' is not designed for extension - needs to be abstract, final or empty. 356
error Parameter prob should be final. 356
error Expected @param tag for 'prob'. 356
error '{' should be on a new line. 356
error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 367
error Parameter v should be final. 367
error Expected @param tag for 'v'. 367
error '{' should be on a new line. 367
error Line is longer than 80 characters. 375
error Line is longer than 80 characters. 378
error Line is longer than 80 characters. 381
error Line is longer than 80 characters. 382
error Line is longer than 80 characters. 383
error Line is longer than 80 characters. 399
error Line is longer than 80 characters. 401
error Line is longer than 80 characters. 408
error Line is longer than 80 characters. 410
error Line is longer than 80 characters. 417
error Method 'setValueFromLookup' is not designed for extension - needs to be abstract, final or empty. 426
error Parameter v should be final. 426
error Expected @param tag for 'v'. 426
error Expected @throws tag for 'Exception'. 426
error '{' should be on a new line. 426
error '{' should be on a new line. 427
error '{' should be on a new line. 428
error '{' should be on a new line. 440
error '{' should be on a new line. 443
error '{' should be on a new line. 452
error '{' should be on a new line. 456
error Method 'setValue' is not designed for extension - needs to be abstract, final or empty. 464
error Method length is 175 lines (max allowed is 150). 464
error Parameter v should be final. 464
error Expected @param tag for 'v'. 464
error '{' should be on a new line. 464
error '{' should be on a new line. 468
error 'if' construct must use '{}'s. 469
error '{' should be on a new line. 476
error '{' should be on a new line. 484
error '{' should be on a new line. 487
error '{' should be on a new line. 490
error '{' should be on a new line. 493
error '{' should be on a new line. 494
error '{' should be on a new line. 497
error '{' should be on a new line. 499
error '{' should be on a new line. 500
error '{' should be on a new line. 503
error 'else' construct must use '{}'s. 508
error Line has trailing spaces. 518
error '{' should be on a new line. 527
error '{' should be on a new line. 532
error '{' should be on a new line. 536
error '{' should be on a new line. 539
error '{' should be on a new line. 542
error '{' should be on a new line. 543
error '{' should be on a new line. 546
error '{' should be on a new line. 556
error '{' should be on a new line. 559
error '{' should be on a new line. 562
error '{' should be on a new line. 565
error '{' should be on a new line. 566
error '{' should be on a new line. 569
error '{' should be on a new line. 580
error '{' should be on a new line. 581
error '{' should be on a new line. 584
error 'if' construct must use '{}'s. 586
error '{' should be on a new line. 588
error '{' should be on a new line. 596
error '{' should be on a new line. 604
error '{' should be on a new line. 605
error '{' should be on a new line. 608
error '{' should be on a new line. 610
error '{' should be on a new line. 618
error '{' should be on a new line. 624
error '{' should be on a new line. 629
error '{' should be on a new line. 632

org/paneris/jal/model/Email.java

Violation Message Line
error Import from illegal package - sun.net.smtp.SmtpClient. 7
error Utility classes should not have a public or default constructor. 12
error '{' should be on a new line. 12
error Line has trailing spaces. 16
error Line has trailing spaces. 19
error Parameter database should be final. 26
error Parameter fromEmail should be final. 27
error Parameter to should be final. 28
error Parameter replyto should be final. 29
error Parameter subject should be final. 30
error Parameter message should be final. 31
error '{' should be on a new line. 31
error Line has trailing spaces. 38
error Line has trailing spaces. 40
error Line has trailing spaces. 42
error Parameter database should be final. 49
error Parameter fromName should be final. 50
error Parameter fromEmail should be final. 51
error Parameter to should be final. 52
error Parameter replyto should be final. 53
error Parameter subject should be final. 54
error Parameter message should be final. 55
error '{' should be on a new line. 55
error '{' is followed by whitespace. 57
error Line has trailing spaces. 71
error Line has trailing spaces. 73
error Line has trailing spaces. 75
error Unused @param tag for 'to'. 75
error More than 7 parameters. 83
error Parameter database should be final. 84
error Parameter fromName should be final. 85
error Parameter fromEmail should be final. 86
error Parameter toList should be final. 87
error Parameter apparentlyTo should be final. 88
error Parameter replyto should be final. 89
error Parameter subject should be final. 90
error Parameter message should be final. 91
error '{' should be on a new line. 91
error '{' should be on a new line. 95
error '{' should be on a new line. 96
error '{' should be on a new line. 100
error '{' should be on a new line. 106
error 'for' construct must use '{}'s. 117
error 'if' construct must use '{}'s. 122