Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
36001000

Files

FilesIWE
hoplugins/Conv.java 0030
hoplugins/conv/Buddy.java 0059
hoplugins/conv/CColumn.java 0019
hoplugins/conv/CFileChooser.java 006
hoplugins/conv/CFileView.java 0024
hoplugins/conv/CFilter.java 0015
hoplugins/conv/CListener.java 007
hoplugins/conv/DBToHrf.java 001
hoplugins/conv/DBToHrf.java 00106
hoplugins/conv/HAM.java 0012
hoplugins/conv/HTCoach.java 006
hoplugins/conv/HTForever.java 005
hoplugins/conv/HrfMaker.java 00459
hoplugins/conv/RSC.java 00133
hoplugins/conv/SelectObjectDialog.java 0037
hoplugins/conv/SelectObjectTableModel.java 005
hoplugins/conv/SimpleObject.java 008
hoplugins/conv/TxtExpDialog.java 001
hoplugins/conv/TxtExpDialog.java 0048
hoplugins/conv/TxtExpListener.java 001
hoplugins/conv/TxtExpListener.java 0018

hoplugins/Conv.java

ErrorLine
Error Javadoc has empty description section. 23
Error Class should define a constructor. 27
Error ',' is not followed by whitespace. 27
Error Missing a Javadoc comment. 29
Error Missing a Javadoc comment. 33
Error Missing a Javadoc comment. 38
Error Variable 'menuAction' should be declared final. 39
Error Variable 'menu' should be declared final. 40
Error ',' is not followed by whitespace. 41
Error ',' is not followed by whitespace. 41
Error '+' is not preceded with 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 preceded with whitespace. 45
Error '+' is not followed by whitespace. 45
Error '+' is not preceded with whitespace. 45
Error '+' is not followed by whitespace. 45
Error ',' is not followed by whitespace. 45
Error ',' is not followed by whitespace. 45
Error Missing a Javadoc comment. 49
Error Variable 'newItem' should be declared final. 51
Error Missing a Javadoc comment. 57
Error '{' is not preceded with whitespace. 57
Error Missing a Javadoc comment. 61
Error '{' is not preceded with whitespace. 61
Error Missing a Javadoc comment. 65
Error '{' is not preceded with whitespace. 65
Error Missing a Javadoc comment. 69
Error '{' is not preceded with whitespace. 69

hoplugins/conv/Buddy.java

ErrorLine
Error Javadoc has empty description section. 24
Error '{' is not preceded with whitespace. 28
Error Missing a Javadoc comment. 30
Error Variable 'isLeague' explicitly initialized to 'false' (default value for its type). 30
Error Variable 'isLeague' must be private and have accessor methods. 30
Error Field 'currentLeague' is used in only one method. 32
Error Missing a Javadoc comment. 34
Error '{' is not preceded with whitespace. 34
Error Method length is 55 lines (max allowed is 50). 38
Error Missing a Javadoc comment. 38
Error ',' is not followed by whitespace. 38
Error Catching 'Exception' is not allowed. 108
Error Missing a Javadoc comment. 114
Error Variable 'xmls' should be declared final. 115
Error Variable 'dir' should be declared final. 118
Error 'if' construct must use '{}'s. 122
Error 'if' construct must use '{}'s. 124
Error 'if' construct must use '{}'s. 126
Error 'if' construct must use '{}'s. 128
Error 'if' construct must use '{}'s. 130
Error 'if' construct must use '{}'s. 132
Error Missing a Javadoc comment. 139
Error Redundant 'final' modifier. 139
Error Variable 'names' should be declared final. 140
Error 'if' construct must use '{}'s. 144
Error Method length is 138 lines (max allowed is 50). 150
Error Missing a Javadoc comment. 150
Error Redundant 'final' modifier. 150
Error Variable 'element' should be declared final. 157
Error Variable 'txt' should be declared final. 158
Error 'if' construct must use '{}'s. 160
Error 'if' construct must use '{}'s. 164
Error Variable 'nextTrainingsDate' should be declared final. 210
Error Variable 'hrfNextTraining' should be declared final. 211
Error 'if' construct must use '{}'s. 214
Error 'else' construct must use '{}'s. 218
Error Variable 'calendar' should be declared final. 223
Error Unnecessary parentheses around assignment right-hand side. 227
Error Variable 'nextEconomyDate' should be declared final. 241
Error Variable 'hrfNextEconomy' should be declared final. 242
Error 'if' construct must use '{}'s. 245
Error 'else' construct must use '{}'s. 249
Error Variable 'calendar' should be declared final. 254
Error Unnecessary parentheses around assignment right-hand side. 258
Error Variable 'nextSeriesMatchDate' should be declared final. 272
Error Variable 'hrfNextMatch' should be declared final. 273
Error 'if' construct must use '{}'s. 276
Error 'else' construct must use '{}'s. 280
Error Variable 'calendar' should be declared final. 285
Error Unnecessary parentheses around assignment right-hand side. 289
Error '}' is not followed by whitespace. 297
Error Missing a Javadoc comment. 303
Error Variable 'day' should be declared final. 304
Error Variable 'month' should be declared final. 305
Error Variable 'year' should be declared final. 306
Error Variable 'hour' should be declared final. 307
Error Variable 'minutes' should be declared final. 308
Error Variable 'seconds' should be declared final. 309
Error Variable 'calendar' should be declared final. 311

hoplugins/conv/CColumn.java

ErrorLine
Error Javadoc has empty description section. 9
Error Missing a Javadoc comment. 18
Error '{' is not preceded with whitespace. 18
Error Missing a Javadoc comment. 23
Error '{' is not preceded with whitespace. 23
Error Missing a Javadoc comment. 28
Error Redundant 'final' modifier. 28
Error Missing a Javadoc comment. 32
Error Redundant 'final' modifier. 32
Error Missing a Javadoc comment. 36
Error Redundant 'final' modifier. 36
Error Missing a Javadoc comment. 40
Error '{' is not preceded with whitespace. 40
Error Method length is 66 lines (max allowed is 50). 44
Error Missing a Javadoc comment. 44
Error Redundant 'final' modifier. 44
Error switch without "default" clause. 46
Error '+' is not preceded with whitespace. 106
Error '+' is not followed by whitespace. 106

hoplugins/conv/CFileChooser.java

ErrorLine
Error Javadoc has empty description section. 10
Error Field 'fc' is used in only one method. 16
Error Missing a Javadoc comment. 18
Error '{' is not preceded with whitespace. 18
Error Missing a Javadoc comment. 30
Error '{' is not preceded with whitespace. 30

hoplugins/conv/CFileView.java

ErrorLine
Error Missing a Javadoc comment. 8
Error Class should define a constructor. 8
Error Missing a Javadoc comment. 10
Error Variable 'tmp' should be declared final. 11
Error Variable 'index' should be declared final. 12
Error 'if' is not followed by whitespace. 13
Error '{' is not preceded with whitespace. 13
Error ',' is not followed by whitespace. 14
Error 'if' is not followed by whitespace. 16
Error '{' is not preceded with whitespace. 16
Error '+' is not preceded with whitespace. 17
Error '+' is not followed by whitespace. 17
Error ',' is not followed by whitespace. 17
Error 'if' construct must use '{}'s. 20
Error 'if' is not followed by whitespace. 20
Error ',' is not followed by whitespace. 21
Error Missing a Javadoc comment. 25
Error Unused parameter 'f'. 25
Error Missing a Javadoc comment. 29
Error Unused parameter 'f'. 29
Error Missing a Javadoc comment. 33
Error Unused parameter 'f'. 33
Error Missing a Javadoc comment. 37
Error Unused parameter 'f'. 37

hoplugins/conv/CFilter.java

ErrorLine
Error Missing a Javadoc comment. 11
Error Missing a Javadoc comment. 15
Error '{' is not preceded with whitespace. 15
Error Missing a Javadoc comment. 19
Error Return count is 6 (max allowed is 5). 19
Error 'if' construct must use '{}'s. 24
Error 'if' is not followed by whitespace. 24
Error 'if' construct must use '{}'s. 26
Error 'if' construct must use '{}'s. 28
Error 'if' construct must use '{}'s. 30
Error Missing a Javadoc comment. 35
Error switch without "default" clause. 37
Error '{' is not preceded with whitespace. 37
Error Missing a Javadoc comment. 46
Error '{' is not preceded with whitespace. 46

hoplugins/conv/CListener.java

ErrorLine
Error Class should define a constructor. 20
Error Variable 'comand' should be declared final. 29
Error Variable 'chooser' should be declared final. 34
Error Variable 'returnOpen' should be declared final. 36
Error Variable 'type' should be declared final. 39
Error Variable 'conv' should be declared final. 45
Error Variable 'dialog' should be declared final. 50

hoplugins/conv/DBToHrf.java

ErrorLine
Error File does not end with a newline. 0

hoplugins/conv/DBToHrf.java

ErrorLine
Error Javadoc has empty description section. 14
Error Each variable declaration must be in its own statement. 19
Error Field 'position' is used in only one method. 20
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error ',' is not followed by whitespace. 21
Error Missing a Javadoc comment. 26
Error '{' is not preceded with whitespace. 26
Error Missing a Javadoc comment. 30
Error Unused parameter 'selectedFiles'. 30
Error ',' is not followed by whitespace. 30
Error 'if' construct must use '{}'s. 39
Error 'if' construct must use '{}'s. 51
Error 'if' is not followed by whitespace. 51
Error 'if' construct must use '{}'s. 54
Error 'if' is not followed by whitespace. 54
Error 'if' construct must use '{}'s. 57
Error 'if' is not followed by whitespace. 57
Error 'if' construct must use '{}'s. 60
Error 'if' is not followed by whitespace. 60
Error 'if' construct must use '{}'s. 63
Error 'if' is not followed by whitespace. 63
Error 'if' construct must use '{}'s. 66
Error 'if' is not followed by whitespace. 66
Error 'if' construct must use '{}'s. 69
Error 'if' is not followed by whitespace. 69
Error 'if' construct must use '{}'s. 72
Error 'if' is not followed by whitespace. 72
Error Variable 'tmp' should be declared final. 75
Error 'if' construct must use '{}'s. 80
Error 'if' is not followed by whitespace. 80
Error 'if' is not followed by whitespace. 84
Error '{' is not preceded with whitespace. 84
Error Debug statement 85
Error Catching 'Exception' is not allowed. 89
Error Debug statement 90
Error Missing a Javadoc comment. 94
Error Redundant 'final' modifier. 94
Error Variable 'rs' should be declared final. 96
Error ',' is not followed by whitespace. 111
Error '=' is not preceded with whitespace. 112
Error '=' is not followed by whitespace. 112
Error Missing a Javadoc comment. 117
Error '{' is not preceded with whitespace. 117
Error Missing a Javadoc comment. 127
Error Redundant 'final' modifier. 127
Error Variable 'rs' should be declared final. 128
Error ',' is not followed by whitespace. 143
Error Missing a Javadoc comment. 148
Error Redundant 'final' modifier. 148
Error Variable 'rs' should be declared final. 149
Error ',' is not followed by whitespace. 159
Error '=' is not preceded with whitespace. 160
Error '=' is not followed by whitespace. 160
Error Missing a Javadoc comment. 165
Error Redundant 'final' modifier. 165
Error 'if' construct must use '{}'s. 168
Error Method length is 60 lines (max allowed is 50). 196
Error Missing a Javadoc comment. 196
Error Redundant 'final' modifier. 196
Error Missing a Javadoc comment. 263
Error Redundant 'final' modifier. 263
Error Variable 'rs' should be declared final. 264
Error ',' is not followed by whitespace. 297
Error '=' is not preceded with whitespace. 298
Error '=' is not followed by whitespace. 298
Error Missing a Javadoc comment. 303
Error Redundant 'final' modifier. 303
Error Variable 'rs' should be declared final. 304
Error ',' is not followed by whitespace. 320
Error '=' is not preceded with whitespace. 321
Error '=' is not followed by whitespace. 321
Error Missing a Javadoc comment. 326
Error Redundant 'final' modifier. 326
Error Variable 'rs' should be declared final. 327
Error ',' is not followed by whitespace. 337
Error '=' is not preceded with whitespace. 338
Error '=' is not followed by whitespace. 338
Error Missing a Javadoc comment. 343
Error Redundant 'final' modifier. 343
Error Variable 'rs' should be declared final. 344
Error ',' is not followed by whitespace. 361
Error '=' is not preceded with whitespace. 362
Error '=' is not followed by whitespace. 362
Error Missing a Javadoc comment. 367
Error Redundant 'final' modifier. 367
Error Name 'getHRF_Ids' must match pattern '^[a-z][a-zA-Z0-9]*$'. 367
Error Variable 'rs' should be declared final. 369
Error 'if' is not followed by whitespace. 371
Error '{' is not preceded with whitespace. 371
Error Variable 'row' should be declared final. 373
Error '}' is not followed by whitespace. 380
Error Variable 'dialog' should be declared final. 383

hoplugins/conv/HAM.java

ErrorLine
Error Javadoc has empty description section. 18
Error Missing a Javadoc comment. 24
Error '{' is not preceded with whitespace. 24
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 28
Error Missing a Javadoc comment. 28
Error ',' is not followed by whitespace. 28
Error ',' is not followed by whitespace. 37
Error Catching 'Exception' is not allowed. 40
Error Missing a Javadoc comment. 46
Error '{' is not preceded with whitespace. 46
Error Variable 'element' should be declared final. 50
Error '}' is not followed by whitespace. 75

hoplugins/conv/HTCoach.java

ErrorLine
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 38
Error Catching 'Exception' is not allowed. 95
Error Variable 'names' should be declared final. 108
Error Variable 'index' should be declared final. 109
Error Variable 'xmls' should be declared final. 127
Error Variable 'dir' should be declared final. 128

hoplugins/conv/HTForever.java

ErrorLine
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 38
Error Catching 'Exception' is not allowed. 96
Error Variable 'names' should be declared final. 109
Error Variable 'xmls' should be declared final. 127
Error Variable 'dir' should be declared final. 130

hoplugins/conv/HrfMaker.java

ErrorLine
Error Debug statement 34
Error Javadoc has empty description section. 37
Error Name 'HrfMaker' must match pattern '^Abstract.*$|^.*Factory$'. 41
Error Missing a Javadoc comment. 43
Error Variable 'clubValue' explicitly initialized to 'null' (default value for its type). 43
Error Variable 'clubValue' must be private and have accessor methods. 43
Error Missing a Javadoc comment. 44
Error Variable 'basicsValue' must be private and have accessor methods. 44
Error Missing a Javadoc comment. 45
Error Variable 'arenaValue' explicitly initialized to 'null' (default value for its type). 45
Error Variable 'arenaValue' must be private and have accessor methods. 45
Error Missing a Javadoc comment. 46
Error Variable 'teamValue' explicitly initialized to 'null' (default value for its type). 46
Error Variable 'teamValue' must be private and have accessor methods. 46
Error Missing a Javadoc comment. 47
Error Variable 'leagueValue' explicitly initialized to 'null' (default value for its type). 47
Error Variable 'leagueValue' must be private and have accessor methods. 47
Error Missing a Javadoc comment. 48
Error Variable 'linupValue' explicitly initialized to 'null' (default value for its type). 48
Error Variable 'linupValue' must be private and have accessor methods. 48
Error Missing a Javadoc comment. 49
Error Variable 'lastlinupValue' explicitly initialized to 'null' (default value for its type). 49
Error Variable 'lastlinupValue' must be private and have accessor methods. 49
Error Missing a Javadoc comment. 50
Error Variable 'xtraValue' explicitly initialized to 'null' (default value for its type). 50
Error Variable 'xtraValue' must be private and have accessor methods. 50
Error Missing a Javadoc comment. 51
Error Variable 'economyValue' explicitly initialized to 'null' (default value for its type). 51
Error Variable 'economyValue' must be private and have accessor methods. 51
Error Missing a Javadoc comment. 52
Error Variable 'playerValue' explicitly initialized to 'null' (default value for its type). 52
Error Variable 'playerValue' must be private and have accessor methods. 52
Error Missing a Javadoc comment. 53
Error Variable 'type' must be private and have accessor methods. 53
Error Debug statement 55
Error Missing a Javadoc comment. 55
Error Variable 'window' must be private and have accessor methods. 55
Error Missing a Javadoc comment. 56
Error Avoid inline conditionals. 57
Error Debug statement 60
Error Missing a Javadoc comment. 60
Error '{' is not preceded with whitespace. 60
Error 'if' construct must use '{}'s. 61
Error 'if' is not followed by whitespace. 61
Error Debug statement 62
Error Debug statement 68
Error Missing a Javadoc comment. 68
Error '{' is not preceded with whitespace. 68
Error 'if' construct must use '{}'s. 69
Error 'if' is not followed by whitespace. 69
Error Debug statement 70
Error Missing a Javadoc comment. 77
Error ',' is not followed by whitespace. 77
Error Missing a Javadoc comment. 80
Error 'if' construct must use '{}'s. 81
Error Debug statement 82
Error 'else' construct must use '{}'s. 83
Error Debug statement 84
Error Missing a Javadoc comment. 87
Error Variable 'saver' should be declared final. 92
Error Variable 'returnSave' should be declared final. 96
Error Missing a Javadoc comment. 103
Error Throws count is 3 (max allowed is 1). 104
Error Variable 'factory' should be declared final. 105
Error Variable 'builder' should be declared final. 106
Error Variable 'inputStream' should be declared final. 107
Error Missing a Javadoc comment. 112
Error Variable 'buffer' should be declared final. 113
Error Variable 'inputStream' should be declared final. 115
Error Variable 'reader' should be declared final. 116
Error Variable 'in' should be declared final. 119
Error 'if' construct must use '{}'s. 123
Error 'else' construct must use '{}'s. 125
Error Catching 'Exception' is not allowed. 129
Error Missing a Javadoc comment. 134
Error Missing a Javadoc comment. 147
Error 'if' construct must use '{}'s. 148
Error Variable 'filename' should be declared final. 151
Error Variable 'out' should be declared final. 163
Error Variable 'fileWriter' should be declared final. 165
Error Catching 'Exception' is not allowed. 179
Error Debug statement 180
Error Variable 'debugWindow' should be declared final. 180
Error 'getGUI' is followed by whitespace. 180
Error 'createDebugWindow' is followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error '(' is followed by whitespace. 180
Error ')' is preceded with whitespace. 180
Error ')' is preceded with whitespace. 180
Error Debug statement 181
Error 'setVisible' is followed by whitespace. 181
Error '(' is followed by whitespace. 181
Error ')' is preceded with whitespace. 181
Error Debug statement 182
Error 'append' is followed by whitespace. 182
Error '(' is followed by whitespace. 182
Error ')' is preceded with whitespace. 182
Error Missing a Javadoc comment. 186
Error Missing a Javadoc comment. 193
Error '}' is not followed by whitespace. 198
Error '}' is not followed by whitespace. 199
Error Missing a Javadoc comment. 201
Error Missing a Javadoc comment. 207
Error ',' is not followed by whitespace. 207
Error ',' is not followed by whitespace. 207
Error '{' is not preceded with whitespace. 207
Error ',' is not followed by whitespace. 208
Error ',' is not followed by whitespace. 208
Error ',' is not followed by whitespace. 208
Error Missing a Javadoc comment. 211
Error ',' is not followed by whitespace. 211
Error ',' is not followed by whitespace. 211
Error ',' is not followed by whitespace. 211
Error '{' is not preceded with whitespace. 211
Error Variable 'txt' should be declared final. 212
Error 'if' construct must use '{}'s. 213
Error Variable 'tagValue' should be declared final. 215
Error 'if' construct must use '{}'s. 216
Error Missing a Javadoc comment. 221
Error '(' is followed by whitespace. 221
Error '{' is not preceded with whitespace. 221
Error switch without "default" clause. 223
Error ';' is not followed by whitespace. 224
Error ';' is not followed by whitespace. 225
Error ';' is not followed by whitespace. 226
Error ';' is not followed by whitespace. 227
Error ',' is not followed by whitespace. 230
Error Method length is 87 lines (max allowed is 50). 232
Error Missing a Javadoc comment. 232
Error '{' is not preceded with whitespace. 232
Error Variable 'element' should be declared final. 236
Error ',' is not followed by whitespace. 243
Error ',' is not followed by whitespace. 243
Error ',' is not followed by whitespace. 263
Error ',' is not followed by whitespace. 263
Error ',' is not followed by whitespace. 267
Error ',' is not followed by whitespace. 267
Error ',' is not followed by whitespace. 271
Error ',' is not followed by whitespace. 271
Error ',' is not followed by whitespace. 275
Error ',' is not followed by whitespace. 275
Error ',' is not followed by whitespace. 279
Error ',' is not followed by whitespace. 279
Error ',' is not followed by whitespace. 283
Error ',' is not followed by whitespace. 283
Error ',' is not followed by whitespace. 287
Error ',' is not followed by whitespace. 287
Error ',' is not followed by whitespace. 291
Error ',' is not followed by whitespace. 291
Error ',' is not followed by whitespace. 295
Error ',' is not followed by whitespace. 295
Error ',' is not followed by whitespace. 299
Error ',' is not followed by whitespace. 299
Error ',' is not followed by whitespace. 303
Error ',' is not followed by whitespace. 303
Error ',' is not followed by whitespace. 307
Error ',' is not followed by whitespace. 307
Error ',' is not followed by whitespace. 311
Error ',' is not followed by whitespace. 311
Error ',' is not followed by whitespace. 315
Error ',' is not followed by whitespace. 315
Error Missing a Javadoc comment. 322
Error '{' is not preceded with whitespace. 322
Error Variable 'element' should be declared final. 325
Error ',' is not followed by whitespace. 340
Error ',' is not followed by whitespace. 340
Error ',' is not followed by whitespace. 343
Error ',' is not followed by whitespace. 343
Error ',' is not followed by whitespace. 346
Error ',' is not followed by whitespace. 346
Error ',' is not followed by whitespace. 349
Error ',' is not followed by whitespace. 349
Error ',' is not followed by whitespace. 352
Error ',' is not followed by whitespace. 352
Error ',' is not followed by whitespace. 355
Error ',' is not followed by whitespace. 355
Error ',' is not followed by whitespace. 358
Error ',' is not followed by whitespace. 358
Error ',' is not followed by whitespace. 361
Error ',' is not followed by whitespace. 361
Error ',' is not followed by whitespace. 364
Error ',' is not followed by whitespace. 364
Error '}' is not followed by whitespace. 368
Error Javadoc has empty description section. 370
Error Method length is 52 lines (max allowed is 50). 373
Error Expected @param tag for 'nodelist'. 373
Error Variable 'element' should be declared final. 377
Error ',' is not followed by whitespace. 397
Error ',' is not followed by whitespace. 397
Error ',' is not followed by whitespace. 401
Error ',' is not followed by whitespace. 401
Error ',' is not followed by whitespace. 405
Error ',' is not followed by whitespace. 405
Error ',' is not followed by whitespace. 409
Error ',' is not followed by whitespace. 409
Error ',' is not followed by whitespace. 413
Error ',' is not followed by whitespace. 413
Error ',' is not followed by whitespace. 417
Error ',' is not followed by whitespace. 417
Error ',' is not followed by whitespace. 421
Error ',' is not followed by whitespace. 421
Error Method length is 103 lines (max allowed is 50). 429
Error Missing a Javadoc comment. 429
Error '{' is not preceded with whitespace. 429
Error Variable 'element' should be declared final. 433
Error ',' is not followed by whitespace. 441
Error ',' is not followed by whitespace. 441
Error ',' is not followed by whitespace. 445
Error ',' is not followed by whitespace. 445
Error ',' is not followed by whitespace. 448
Error ',' is not followed by whitespace. 448
Error ',' is not followed by whitespace. 451
Error ',' is not followed by whitespace. 451
Error ',' is not followed by whitespace. 454
Error ',' is not followed by whitespace. 454
Error ',' is not followed by whitespace. 457
Error ',' is not followed by whitespace. 457
Error ',' is not followed by whitespace. 460
Error ',' is not followed by whitespace. 460
Error ',' is not followed by whitespace. 463
Error ',' is not followed by whitespace. 463
Error ',' is not followed by whitespace. 466
Error ',' is not followed by whitespace. 466
Error ',' is not followed by whitespace. 469
Error ',' is not followed by whitespace. 469
Error ',' is not followed by whitespace. 472
Error ',' is not followed by whitespace. 472
Error ',' is not followed by whitespace. 475
Error ',' is not followed by whitespace. 475
Error ',' is not followed by whitespace. 478
Error ',' is not followed by whitespace. 478
Error ',' is not followed by whitespace. 481
Error ',' is not followed by whitespace. 481
Error ',' is not followed by whitespace. 484
Error ',' is not followed by whitespace. 484
Error ',' is not followed by whitespace. 487
Error ',' is not followed by whitespace. 487
Error ',' is not followed by whitespace. 490
Error ',' is not followed by whitespace. 490
Error ',' is not followed by whitespace. 493
Error ',' is not followed by whitespace. 493
Error ',' is not followed by whitespace. 496
Error ',' is not followed by whitespace. 496
Error ',' is not followed by whitespace. 499
Error ',' is not followed by whitespace. 499
Error ',' is not followed by whitespace. 502
Error ',' is not followed by whitespace. 502
Error ',' is not followed by whitespace. 505
Error ',' is not followed by whitespace. 505
Error ',' is not followed by whitespace. 508
Error ',' is not followed by whitespace. 508
Error ',' is not followed by whitespace. 511
Error ',' is not followed by whitespace. 511
Error ',' is not followed by whitespace. 514
Error ',' is not followed by whitespace. 514
Error ',' is not followed by whitespace. 517
Error ',' is not followed by whitespace. 517
Error ',' is not followed by whitespace. 520
Error ',' is not followed by whitespace. 520
Error ',' is not followed by whitespace. 523
Error ',' is not followed by whitespace. 523
Error ',' is not followed by whitespace. 526
Error ',' is not followed by whitespace. 526
Error ',' is not followed by whitespace. 529
Error ',' is not followed by whitespace. 529
Error '}' is not followed by whitespace. 534
Error Javadoc has empty description section. 536
Error Method length is 77 lines (max allowed is 50). 539
Error Expected @param tag for 'nodelist'. 539
Error Variable 'element' should be declared final. 543
Error ',' is not followed by whitespace. 554
Error ',' is not followed by whitespace. 554
Error ',' is not followed by whitespace. 558
Error ',' is not followed by whitespace. 558
Error Variable 'skill' should be declared final. 559
Error ',' is not followed by whitespace. 565
Error ',' is not followed by whitespace. 565
Error ',' is not followed by whitespace. 569
Error ',' is not followed by whitespace. 569
Error ',' is not followed by whitespace. 573
Error ',' is not followed by whitespace. 573
Error ',' is not followed by whitespace. 577
Error ',' is not followed by whitespace. 577
Error Variable 'skill' should be declared final. 578
Error ',' is not followed by whitespace. 584
Error ',' is not followed by whitespace. 584
Error Variable 'skill' should be declared final. 585
Error ',' is not followed by whitespace. 591
Error ',' is not followed by whitespace. 591
Error ',' is not followed by whitespace. 595
Error ',' is not followed by whitespace. 595
Error ',' is not followed by whitespace. 599
Error ',' is not followed by whitespace. 599
Error ',' is not followed by whitespace. 603
Error ',' is not followed by whitespace. 603
Error ',' is not followed by whitespace. 607
Error ',' is not followed by whitespace. 607
Error ',' is not followed by whitespace. 611
Error ',' is not followed by whitespace. 611
Error Javadoc has empty description section. 619
Error Method length is 55 lines (max allowed is 50). 622
Error Expected @param tag for 'nodelist'. 622
Error Variable 'element' should be declared final. 626
Error ',' is not followed by whitespace. 640
Error ',' is not followed by whitespace. 640
Error ',' is not followed by whitespace. 644
Error ',' is not followed by whitespace. 644
Error ',' is not followed by whitespace. 648
Error ',' is not followed by whitespace. 648
Error ',' is not followed by whitespace. 652
Error ',' is not followed by whitespace. 652
Error ',' is not followed by whitespace. 656
Error ',' is not followed by whitespace. 656
Error ',' is not followed by whitespace. 660
Error ',' is not followed by whitespace. 660
Error ',' is not followed by whitespace. 664
Error ',' is not followed by whitespace. 664
Error ',' is not followed by whitespace. 668
Error ',' is not followed by whitespace. 668
Error ',' is not followed by whitespace. 672
Error ',' is not followed by whitespace. 672
Error '}' is not followed by whitespace. 676
Error Method length is 162 lines (max allowed is 50). 680
Error Missing a Javadoc comment. 680
Error Variable 'element' should be declared final. 685
Error ',' is not followed by whitespace. 688
Error ',' is not followed by whitespace. 688
Error ',' is not followed by whitespace. 688
Error '+' is not preceded with whitespace. 689
Error '+' is not followed by whitespace. 689
Error ',' is not followed by whitespace. 693
Error ',' is not followed by whitespace. 693
Error ',' is not followed by whitespace. 693
Error ',' is not followed by whitespace. 697
Error ',' is not followed by whitespace. 697
Error ',' is not followed by whitespace. 697
Error ',' is not followed by whitespace. 701
Error ',' is not followed by whitespace. 701
Error ',' is not followed by whitespace. 701
Error ',' is not followed by whitespace. 705
Error ',' is not followed by whitespace. 705
Error ',' is not followed by whitespace. 705
Error ',' is not followed by whitespace. 709
Error ',' is not followed by whitespace. 709
Error ',' is not followed by whitespace. 709
Error ',' is not followed by whitespace. 713
Error ',' is not followed by whitespace. 713
Error ',' is not followed by whitespace. 713
Error ',' is not followed by whitespace. 717
Error ',' is not followed by whitespace. 717
Error ',' is not followed by whitespace. 717
Error ',' is not followed by whitespace. 721
Error ',' is not followed by whitespace. 721
Error ',' is not followed by whitespace. 721
Error ',' is not followed by whitespace. 726
Error ',' is not followed by whitespace. 726
Error ',' is not followed by whitespace. 726
Error ',' is not followed by whitespace. 730
Error ',' is not followed by whitespace. 730
Error ',' is not followed by whitespace. 730
Error ',' is not followed by whitespace. 734
Error ',' is not followed by whitespace. 734
Error ',' is not followed by whitespace. 734
Error ',' is not followed by whitespace. 738
Error ',' is not followed by whitespace. 738
Error ',' is not followed by whitespace. 738
Error ',' is not followed by whitespace. 742
Error ',' is not followed by whitespace. 742
Error ',' is not followed by whitespace. 742
Error ',' is not followed by whitespace. 746
Error ',' is not followed by whitespace. 746
Error ',' is not followed by whitespace. 746
Error ',' is not followed by whitespace. 750
Error ',' is not followed by whitespace. 750
Error ',' is not followed by whitespace. 750
Error ',' is not followed by whitespace. 754
Error ',' is not followed by whitespace. 754
Error ',' is not followed by whitespace. 754
Error ',' is not followed by whitespace. 758
Error ',' is not followed by whitespace. 758
Error ',' is not followed by whitespace. 758
Error ',' is not followed by whitespace. 762
Error ',' is not followed by whitespace. 762
Error ',' is not followed by whitespace. 762
Error ',' is not followed by whitespace. 766
Error ',' is not followed by whitespace. 766
Error ',' is not followed by whitespace. 766
Error ',' is not followed by whitespace. 770
Error ',' is not followed by whitespace. 770
Error ',' is not followed by whitespace. 770
Error ',' is not followed by whitespace. 774
Error ',' is not followed by whitespace. 774
Error ',' is not followed by whitespace. 774
Error ',' is not followed by whitespace. 778
Error ',' is not followed by whitespace. 778
Error ',' is not followed by whitespace. 778
Error ',' is not followed by whitespace. 782
Error ',' is not followed by whitespace. 782
Error ',' is not followed by whitespace. 782
Error ',' is not followed by whitespace. 786
Error ',' is not followed by whitespace. 786
Error ',' is not followed by whitespace. 786
Error ',' is not followed by whitespace. 790
Error ',' is not followed by whitespace. 790
Error ',' is not followed by whitespace. 790
Error ',' is not followed by whitespace. 794
Error ',' is not followed by whitespace. 794
Error ',' is not followed by whitespace. 794
Error ',' is not followed by whitespace. 798
Error ',' is not followed by whitespace. 798
Error ',' is not followed by whitespace. 798
Error ',' is not followed by whitespace. 802
Error ',' is not followed by whitespace. 802
Error ',' is not followed by whitespace. 802
Error ',' is not followed by whitespace. 806
Error ',' is not followed by whitespace. 806
Error ',' is not followed by whitespace. 806
Error ',' is not followed by whitespace. 810
Error ',' is not followed by whitespace. 810
Error ',' is not followed by whitespace. 810
Error ',' is not followed by whitespace. 814
Error ',' is not followed by whitespace. 814
Error ',' is not followed by whitespace. 814
Error ',' is not followed by whitespace. 818
Error ',' is not followed by whitespace. 818
Error ',' is not followed by whitespace. 818
Error '{' is not preceded with whitespace. 821
Error ',' is not followed by whitespace. 822
Error ',' is not followed by whitespace. 826
Error ',' is not followed by whitespace. 826
Error ',' is not followed by whitespace. 826
Error ',' is not followed by whitespace. 830
Error ',' is not followed by whitespace. 830
Error ',' is not followed by whitespace. 830
Error '}' is not followed by whitespace. 833
Error 'if' construct must use '{}'s. 841
Error Missing a Javadoc comment. 847
Error Variable 'element' should be declared final. 851
Error Variable 'index' should be declared final. 853
Error '+' is not preceded with whitespace. 856
Error '+' is not followed by whitespace. 856
Error Missing a Javadoc comment. 866
Error Variable 'element' should be declared final. 872
Error '{' is not preceded with whitespace. 877
Error Variable 'tmp' should be declared final. 882
Error Variable 'index' should be declared final. 889
Error '+' is not preceded with whitespace. 892
Error '+' is not followed by whitespace. 892
Error '}' is not followed by whitespace. 897
Error Method length is 84 lines (max allowed is 50). 901
Error Missing a Javadoc comment. 901
Error Unused parameter 'playerCount'. 901
Error '{' is not preceded with whitespace. 901
Error Missing a Javadoc comment. 994
Error Throws count is 3 (max allowed is 1). 994
Error Variable 'factory' should be declared final. 996
Error Variable 'builder' should be declared final. 997

hoplugins/conv/RSC.java

ErrorLine
Error Class should define a constructor. 23
Error Utility classes should not have a public or default constructor. 23
Error Name 'MINIMODEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 27
Error Variable 'MINIMODEL' explicitly initialized to 'null' (default value for its type). 27
Error Variable 'MINIMODEL' must be private and have accessor methods. 27
Error Variable 'properties' explicitly initialized to 'null' (default value for its type). 40
Error Variable access definition in wrong order. 43
Error Name 'NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 43
Error Variable 'NAME' must be private and have accessor methods. 43
Error Variable access definition in wrong order. 46
Error Name 'BUDDY_TO_HRF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Variable 'BUDDY_TO_HRF' must be private and have accessor methods. 46
Error Variable access definition in wrong order. 49
Error Name 'DB_TO_HRF' must match pattern '^[a-z][a-zA-Z0-9]*$'. 49
Error Variable 'DB_TO_HRF' must be private and have accessor methods. 49
Error Variable access definition in wrong order. 52
Error Name 'BUDDY_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 52
Error Variable 'BUDDY_EXTENSION' must be private and have accessor methods. 52
Error Variable access definition in wrong order. 59
Error Name 'HTFOREVER_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Variable 'HTFOREVER_EXTENSION' must be private and have accessor methods. 59
Error Variable access definition in wrong order. 68
Error Name 'HTCOACH_EXTENSION' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Variable 'HTCOACH_EXTENSION' must be private and have accessor methods. 68
Error Variable access definition in wrong order. 76
Error Name 'HOPLUGINS_DIRECTORY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 76
Error Variable 'HOPLUGINS_DIRECTORY' must be private and have accessor methods. 76
Error Variable access definition in wrong order. 80
Error Name 'ACT_CANCEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 80
Error Variable 'ACT_CANCEL' must be private and have accessor methods. 80
Error Variable access definition in wrong order. 83
Error Name 'PROP_ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 83
Error Variable 'PROP_ADD' explicitly initialized to 'null' (default value for its type). 83
Error Variable 'PROP_ADD' must be private and have accessor methods. 83
Error Variable access definition in wrong order. 86
Error Name 'PROP_CANCEL' must match pattern '^[a-z][a-zA-Z0-9]*$'. 86
Error Variable 'PROP_CANCEL' explicitly initialized to 'null' (default value for its type). 86
Error Variable 'PROP_CANCEL' must be private and have accessor methods. 86
Error Variable access definition in wrong order. 89
Error Name 'PROP_ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Variable 'PROP_ERROR' explicitly initialized to 'null' (default value for its type). 89
Error Variable 'PROP_ERROR' must be private and have accessor methods. 89
Error Variable access definition in wrong order. 92
Error Name 'PROP_FILE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 92
Error Variable 'PROP_FILE' explicitly initialized to 'null' (default value for its type). 92
Error Variable 'PROP_FILE' must be private and have accessor methods. 92
Error Variable access definition in wrong order. 95
Error Name 'PROP_DEFAULT_ERROR_MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Variable 'PROP_DEFAULT_ERROR_MESSAGE' explicitly initialized to 'null' (default value for its type). 95
Error Variable 'PROP_DEFAULT_ERROR_MESSAGE' must be private and have accessor methods. 95
Error Variable access definition in wrong order. 98
Error Name 'PROP_NO_SERVER' must match pattern '^[a-z][a-zA-Z0-9]*$'. 98
Error Variable 'PROP_NO_SERVER' explicitly initialized to 'null' (default value for its type). 98
Error Variable 'PROP_NO_SERVER' must be private and have accessor methods. 98
Error Variable access definition in wrong order. 101
Error Name 'PROP_FILE_NOT_FOUND' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Error Variable 'PROP_FILE_NOT_FOUND' explicitly initialized to 'null' (default value for its type). 101
Error Variable 'PROP_FILE_NOT_FOUND' must be private and have accessor methods. 101
Error Variable access definition in wrong order. 104
Error Name 'PROP_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 104
Error Variable 'PROP_NAME' explicitly initialized to 'null' (default value for its type). 104
Error Variable 'PROP_NAME' must be private and have accessor methods. 104
Error Variable access definition in wrong order. 107
Error Name 'PROP_PLAYERS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 107
Error Variable 'PROP_PLAYERS' explicitly initialized to 'null' (default value for its type). 107
Error Variable 'PROP_PLAYERS' must be private and have accessor methods. 107
Error Variable access definition in wrong order. 110
Error Variable access definition in wrong order. 113
Error Name 'ICON_UP' must match pattern '^[a-z][a-zA-Z0-9]*$'. 113
Error Variable 'ICON_UP' explicitly initialized to 'null' (default value for its type). 113
Error Variable 'ICON_UP' must be private and have accessor methods. 113
Error Variable access definition in wrong order. 116
Error Name 'ICON_DOWN' must match pattern '^[a-z][a-zA-Z0-9]*$'. 116
Error Variable 'ICON_DOWN' explicitly initialized to 'null' (default value for its type). 116
Error Variable 'ICON_DOWN' must be private and have accessor methods. 116
Error Variable access definition in wrong order. 119
Error Name 'ICON_ADD' must match pattern '^[a-z][a-zA-Z0-9]*$'. 119
Error Variable 'ICON_ADD' explicitly initialized to 'null' (default value for its type). 119
Error Variable 'ICON_ADD' must be private and have accessor methods. 119
Error Variable access definition in wrong order. 122
Error Name 'ICON_DELETE' must match pattern '^[a-z][a-zA-Z0-9]*$'. 122
Error Variable 'ICON_DELETE' explicitly initialized to 'null' (default value for its type). 122
Error Variable 'ICON_DELETE' must be private and have accessor methods. 122
Error Variable access definition in wrong order. 125
Error Variable 'playerColumns' explicitly initialized to 'null' (default value for its type). 125
Error Variable 'playerColumns' must be private and have accessor methods. 125
Error Variable access definition in wrong order. 128
Error Variable access definition in wrong order. 131
Error Variable access definition in wrong order. 134
Error Variable access definition in wrong order. 137
Error Variable access definition in wrong order. 140
Error Variable access definition in wrong order. 143
Error Variable access definition in wrong order. 146
Error Variable access definition in wrong order. 149
Error Variable access definition in wrong order. 152
Error Variable access definition in wrong order. 155
Error Variable access definition in wrong order. 158
Error Variable access definition in wrong order. 161
Error Variable access definition in wrong order. 164
Error Variable access definition in wrong order. 167
Error Variable access definition in wrong order. 170
Error Variable access definition in wrong order. 173
Error Variable access definition in wrong order. 176
Error Variable access definition in wrong order. 179
Error Variable access definition in wrong order. 182
Error Variable access definition in wrong order. 185
Error Variable access definition in wrong order. 188
Error Variable access definition in wrong order. 191
Error Name 'clubValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 191
Error Variable access definition in wrong order. 207
Error Name 'basicsValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 207
Error Variable access definition in wrong order. 225
Error Name 'arenaValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 225
Error Variable access definition in wrong order. 243
Error Name 'teamValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 243
Error Variable access definition in wrong order. 261
Error Name 'leagueValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 261
Error Variable access definition in wrong order. 272
Error Name 'linupValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 272
Error Variable access definition in wrong order. 308
Error Name 'lastlinupValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 308
Error Variable access definition in wrong order. 344
Error Name 'xtraValueDefault' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 344
Error Variable access definition in wrong order. 360
Error Name 'economyValue' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 360
Error Variable access definition in wrong order. 394
Error Redundant 'final' modifier. 461
Error Redundant 'final' modifier. 476
Error Redundant 'final' modifier. 491
Error Variable 'name' should be declared final. 492
Error Redundant 'final' modifier. 510
Error Variable 'props' should be declared final. 597
Error Must have at least one statement. 602

hoplugins/conv/SelectObjectDialog.java

ErrorLine
Error Variable 'table' must be private and have accessor methods. 29
Error Variable 'colOneName' must be private and have accessor methods. 32
Error Variable 'colTwoName' must be private and have accessor methods. 35
Error Variable 'isSaved' explicitly initialized to 'false' (default value for its type). 39
Error Don't use trailing comments. 55
Error Method 'setDefaultSelected' is not designed for extension - needs to be abstract, final or empty. 69
Error Method 'isDefaultSelected' is not designed for extension - needs to be abstract, final or empty. 78
Error Method 'getModel' is not designed for extension - needs to be abstract, final or empty. 90
Error Variable 'value' should be declared final. 91
Error Variable 'model' should be declared final. 98
Error Method 'isSaved' is not designed for extension - needs to be abstract, final or empty. 107
Error Method 'getSelectedObjects' is not designed for extension - needs to be abstract, final or empty. 116
Error Method 'getTable' is not designed for extension - needs to be abstract, final or empty. 125
Error Method 'addSelectedObject' is not designed for extension - needs to be abstract, final or empty. 134
Error Method 'cancel' is not designed for extension - needs to be abstract, final or empty. 148
Error Method 'findSelectedObjects' is not designed for extension - needs to be abstract, final or empty. 156
Error Variable 'selected' should be declared final. 159
Error Variable 'buttonPanel' should be declared final. 178
Error Variable 'okButton' should be declared final. 181
Error Unused parameter 'event'. 183
Error Variable 'cancelButton' should be declared final. 188
Error Unused parameter 'event'. 190
Error Variable 'selectAllButton' should be declared final. 195
Error Unused parameter 'event'. 199
Error Variable 'columnNames' should be declared final. 200
Error Variable 'columnWidth' should be declared final. 201
Error ',' is not followed by whitespace. 201
Error Variable 'selectNoneButton' should be declared final. 212
Error Unused parameter 'event'. 216
Error Variable 'columnNames' should be declared final. 217
Error Variable 'columnWidth' should be declared final. 218
Error ',' is not followed by whitespace. 218
Error Variable 'columnNames' should be declared final. 243
Error Variable 'columnWidth' should be declared final. 244
Error ',' is not followed by whitespace. 244
Error Variable 'scroll' should be declared final. 252
Error Variable 'contenPane' should be declared final. 260

hoplugins/conv/SelectObjectTableModel.java

ErrorLine
Error Unused parameter 'row'. 37
Error Avoid inline conditionals. 38
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 49
Error Variable 'vector' should be declared final. 49
Error Avoid inline conditionals. 50

hoplugins/conv/SimpleObject.java

ErrorLine
Error Javadoc has empty description section. 7
Error Missing a Javadoc comment. 15
Error '{' is not preceded with whitespace. 15
Error Missing a Javadoc comment. 19
Error Missing a Javadoc comment. 22
Error Method 'toString' is not designed for extension - needs to be abstract, final or empty. 26
Error Missing a Javadoc comment. 26
Error '{' is not preceded with whitespace. 26

hoplugins/conv/TxtExpDialog.java

ErrorLine
Error File does not end with a newline. 0

hoplugins/conv/TxtExpDialog.java

ErrorLine
Error Javadoc has empty description section. 35
Error Each variable declaration must be in its own statement. 40
Error Field 'width' is used in only one method. 40
Error Field 'height' is used in only one method. 40
Error Field 'optionPanel' is used in only one method. 41
Error Field 'southPanel' is used in only one method. 42
Error Field 'middlePanel' is used in only one method. 43
Error Field 'chk_columnNames' is used in only one method. 44
Error Name 'chk_columnNames' must match pattern '^[a-z][a-zA-Z0-9]*$'. 44
Error Field 'list' is used in only one method. 45
Error Field 'txt_limiter' is used in only one method. 47
Error Name 'txt_limiter' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Field 'filterBox' is used in only one method. 48
Error Missing a Javadoc comment. 50
Error ',' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error '+' is not preceded with whitespace. 51
Error '+' is not followed by whitespace. 51
Error Missing a Javadoc comment. 62
Error Missing a Javadoc comment. 69
Error Variable 'okButton' should be declared final. 76
Error Variable 'cancelButton' should be declared final. 80
Error Missing a Javadoc comment. 91
Error Variable 'scrolli' should be declared final. 96
Error Missing a Javadoc comment. 106
Error Variable 'c' should be declared final. 112
Error Missing a Javadoc comment. 130
Error Variable 'smilies' should be declared final. 132
Error '+' is not preceded with whitespace. 135
Error '+' is not followed by whitespace. 135
Error Missing a Javadoc comment. 142
Error Method 'getList' is not designed for extension - needs to be abstract, final or empty. 149
Error Missing a Javadoc comment. 149
Error Method 'writeFile' is not designed for extension - needs to be abstract, final or empty. 156
Error Missing a Javadoc comment. 156
Error Variable 'limiter' should be declared final. 157
Error Variable 'selected' should be declared final. 158
Error Declaring variables, return values or parameters of type 'Vector' is not allowed. 159
Error Variable 'players' should be declared final. 159
Error Variable 'fileWriter' should be declared final. 162
Error 'if' construct must use '{}'s. 166
Error Variable 'iter' should be declared final. 172
Error Variable 'player' should be declared final. 173
Error Variable 'group' should be declared final. 175
Error 'if' construct must use '{}'s. 179
Error Missing a Javadoc comment. 196
Error Missing a Javadoc comment. 206

hoplugins/conv/TxtExpListener.java

ErrorLine
Error File does not end with a newline. 0

hoplugins/conv/TxtExpListener.java

ErrorLine
Error Javadoc has empty description section. 21
Error Class should define a constructor. 25
Error Missing a Javadoc comment. 28
Error Variable 'comand' should be declared final. 29
Error Variable 'dialog' should be declared final. 30
Error 'cast' is not followed by whitespace. 30
Error 'cast' is not followed by whitespace. 30
Error 'if' is not followed by whitespace. 36
Error '==' is not preceded with whitespace. 36
Error '==' is not followed by whitespace. 36
Error '{' is not preceded with whitespace. 36
Error ',' is not followed by whitespace. 38
Error ',' is not followed by whitespace. 38
Error Variable 'saver' should be declared final. 42
Error Variable 'returnSave' should be declared final. 43
Error Variable 'target' should be declared final. 46
Error Catching 'Exception' is not allowed. 49
Error ',' is not followed by whitespace. 50