Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
22001536

Files

FilesIWE
org/apache/excalibur/store/Store.java 0031
org/apache/excalibur/store/StoreJanitor.java 0015
org/apache/excalibur/store/impl/AbstractFilesystemStore.java 00326
org/apache/excalibur/store/impl/AbstractJispFilesystemStore.java 00228
org/apache/excalibur/store/impl/AbstractReadWriteStore.java 00189
org/apache/excalibur/store/impl/JispFilesystemStore.java 0045
org/apache/excalibur/store/impl/JispKey.java 0074
org/apache/excalibur/store/impl/MRUMemoryStore.java 00392
org/apache/excalibur/store/impl/MemoryStore.java 0050
org/apache/excalibur/store/impl/StoreJanitorImpl.java 00184
org/apache/excalibur/store/impl/package.html 001
org/apache/excalibur/store/package.html 001

org/apache/excalibur/store/Store.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error '{' should be on the previous line. 38
Error First sentence should end with a period. 39
Error First sentence should end with a period. 42
Error Line has trailing spaces. 44
Error First sentence should end with a period. 45
Error Expected an @return tag. 51
Error '(' is followed by whitespace. 51
Error Expected @param tag for 'key'. 51
Error ')' is preceded with whitespace. 51
Error '(' is followed by whitespace. 58
Error Expected @param tag for 'key'. 58
Error Expected @param tag for 'value'. 58
Error ')' is preceded with whitespace. 58
Error Expected @throws tag for 'IOException'. 58
Error '(' is followed by whitespace. 70
Error Expected @param tag for 'key'. 70
Error ')' is preceded with whitespace. 70
Error First sentence should end with a period. 72
Error Line has trailing spaces. 73
Error Expected an @return tag. 80
Error '(' is followed by whitespace. 80
Error Expected @param tag for 'key'. 80
Error ')' is preceded with whitespace. 80
Error Expected an @return tag. 85
Error Expected an @return tag. 91

org/apache/excalibur/store/StoreJanitor.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error First sentence should end with a period. 23
Error '{' should be on the previous line. 31
Error Missing a Javadoc comment. 33
Error First sentence should end with a period. 35
Error Expected @param tag for 'store'. 36
Error First sentence should end with a period. 38
Error Expected @param tag for 'store'. 39
Error First sentence should end with a period. 41
Error Expected an @return tag. 42

org/apache/excalibur/store/impl/AbstractFilesystemStore.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Using the '.*' form of import should be avoided - java.io.*. 19
Error Line is longer than 80 characters. 34
Error First sentence should end with a period. 40
Error Name 'm_directoryFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 41
Error Variable 'm_directoryFile' must be private and have accessor methods. 41
Error Missing a Javadoc comment. 42
Error Name 'm_directoryPath' must match pattern '^[a-z][a-zA-Z0-9]*$'. 42
Error Variable 'm_directoryPath' must be private and have accessor methods. 42
Error First sentence should end with a period. 44
Error Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. 47
Error Expected @param tag for 'directory'. 47
Error Line has trailing spaces. 48
Error Expected @throws tag for 'IOException'. 48
Error '{' should be on the previous line. 49
Error First sentence should end with a period. 53
Error Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. 56
Error Expected @param tag for 'directory'. 56
Error Line has trailing spaces. 57
Error Expected @throws tag for 'IOException'. 57
Error '{' should be on the previous line. 58
Error Line has trailing spaces. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 69
Error '{' should be on the previous line. 70
Error Line is longer than 80 characters. 72
Error Line has trailing spaces. 77
Error '{' should be on the previous line. 78
Error Line is longer than 80 characters. 79
Error Line has trailing spaces. 83
Error Line is longer than 80 characters. 83
Error Line is longer than 80 characters. 86
Error First sentence should end with a period. 91
Error Expected an @return tag. 94
Error Line has trailing spaces. 94
Error Method 'getDirectoryPath' is not designed for extension - needs to be abstract, final or empty. 94
Error '{' should be on the previous line. 95
Error Expected an @return tag. 102
Error Line has trailing spaces. 102
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 102
Error Expected @param tag for 'key'. 102
Error '{' should be on the previous line. 103
Error Line has trailing spaces. 106
Error '{' should be on the previous line. 107
Error Line has trailing spaces. 108
Error '{' should be on the previous line. 109
Error Line has trailing spaces. 112
Error '{' should be on the previous line. 113
Error Line has trailing spaces. 115
Error '}' should be on the same line. 115
Error Line has trailing spaces. 119
Error '}' should be on the same line. 119
Error Line has trailing spaces. 120
Error '{' should be on the previous line. 121
Error Line has trailing spaces. 122
Error '{' should be on the previous line. 123
Error Method 'doStore' is not designed for extension - needs to be abstract, final or empty. 137
Error Expected @param tag for 'key'. 137
Error Expected @param tag for 'value'. 137
Error Expected @throws tag for 'IOException'. 138
Error '{' should be on the previous line. 139
Error Line has trailing spaces. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 150
Error '{' should be on the previous line. 151
Error Line has trailing spaces. 152
Error '{' should be on the previous line. 153
Error Line has trailing spaces. 154
Error '{' should be on the previous line. 155
Error Line is longer than 80 characters. 156
Error Line has trailing spaces. 162
Error '}' should be on the same line. 162
Error Line has trailing spaces. 163
Error '{' should be on the previous line. 164
Error Line has trailing spaces. 167
Error '}' should be on the same line. 167
Error Line has trailing spaces. 168
Error '{' should be on the previous line. 169
Error Line has trailing spaces. 178
Error Method 'doRemove' is not designed for extension - needs to be abstract, final or empty. 178
Error Expected @param tag for 'key'. 178
Error '{' should be on the previous line. 179
Error Line has trailing spaces. 181
Error '{' should be on the previous line. 182
Error First sentence should end with a period. 187
Error Line has trailing spaces. 188
Error Line has trailing spaces. 190
Error Method 'doClear' is not designed for extension - needs to be abstract, final or empty. 190
Error '{' should be on the previous line. 191
Error Line has trailing spaces. 193
Error '{' should be on the previous line. 194
Error Line has trailing spaces. 196
Error '{' should be on the previous line. 197
Error Expected an @return tag. 207
Error Line has trailing spaces. 207
Error Method 'doContainsKey' is not designed for extension - needs to be abstract, final or empty. 207
Error Expected @param tag for 'key'. 207
Error '{' should be on the previous line. 208
Error Line has trailing spaces. 210
Error '{' should be on the previous line. 211
Error First sentence should end with a period. 217
Error Expected an @return tag. 220
Error Line has trailing spaces. 220
Error Method 'doGetKeys' is not designed for extension - needs to be abstract, final or empty. 220
Error '{' should be on the previous line. 221
Error Expected an @return tag. 231
Error Line has trailing spaces. 231
Error Method 'doGetSize' is not designed for extension - needs to be abstract, final or empty. 231
Error '{' should be on the previous line. 232
Error Line has trailing spaces. 236
Error Method 'addKeys' is not designed for extension - needs to be abstract, final or empty. 236
Error Missing a Javadoc comment. 236
Error Parameter enumer should be final. 236
Error Parameter directory should be final. 236
Error '{' should be on the previous line. 237
Error Line is longer than 80 characters. 238
Error '=' is not preceded with whitespace. 240
Error '=' is not followed by whitespace. 240
Error '<' is not preceded with whitespace. 240
Error '<' is not followed by whitespace. 240
Error '{' should be on the previous line. 241
Error Line has trailing spaces. 242
Error '{' should be on the previous line. 243
Error Line has trailing spaces. 245
Error '}' should be on the same line. 245
Error Line has trailing spaces. 246
Error '{' should be on the previous line. 247
Error Line is longer than 80 characters. 248
Error Line has trailing spaces. 253
Error Method 'countKeys' is not designed for extension - needs to be abstract, final or empty. 253
Error Missing a Javadoc comment. 253
Error Parameter directory should be final. 253
Error '{' should be on the previous line. 254
Error Line has trailing spaces. 257
Error '=' is not preceded with whitespace. 257
Error '=' is not followed by whitespace. 257
Error '<' is not preceded with whitespace. 257
Error '<' is not followed by whitespace. 257
Error '{' should be on the previous line. 258
Error Line has trailing spaces. 259
Error '{' should be on the previous line. 260
Error Line has trailing spaces. 262
Error '}' should be on the same line. 262
Error Line has trailing spaces. 263
Error '{' should be on the previous line. 264
Error '++' is preceded with whitespace. 265
Error Line has trailing spaces. 271
Error Missing a Javadoc comment. 271
Error '{' should be on the previous line. 272
Error Missing a Javadoc comment. 273
Error Missing a Javadoc comment. 274
Error Missing a Javadoc comment. 275
Error Line has trailing spaces. 277
Error Missing a Javadoc comment. 277
Error '{' should be on the previous line. 278
Error '16' is a magic number. 279
Error Line has trailing spaces. 284
Error Missing a Javadoc comment. 284
Error Parameter key should be final. 284
Error '{' should be on the previous line. 285
Error Line has trailing spaces. 286
Error '{' should be on the previous line. 287
Error '16' is a magic number. 288
Error Line has trailing spaces. 296
Error Missing a Javadoc comment. 296
Error '{' should be on the previous line. 297
Error Line has trailing spaces. 301
Error Missing a Javadoc comment. 301
Error '{' should be on the previous line. 302
Error Line has trailing spaces. 303
Error '{' should be on the previous line. 304
Error '-' is not preceded with whitespace. 306
Error '-' is not followed by whitespace. 306
Error Line has trailing spaces. 313
Error Method 'fileFromKey' is not designed for extension - needs to be abstract, final or empty. 313
Error Missing a Javadoc comment. 313
Error '{' should be on the previous line. 314
Error 'if' construct must use '{}'s. 317
Error Method 'getString' is not designed for extension - needs to be abstract, final or empty. 321
Error Missing a Javadoc comment. 321
Error Line has trailing spaces. 322
Error '{' should be on the previous line. 323
Error Line has trailing spaces. 325
Error '{' should be on the previous line. 326
Error Line has trailing spaces. 333
Error Missing a Javadoc comment. 333
Error '{' should be on the previous line. 334
Error Line has trailing spaces. 341
Error Missing a Javadoc comment. 341
Error '{' should be on the previous line. 342
Error Method 'getObject' is not designed for extension - needs to be abstract, final or empty. 345
Error Missing a Javadoc comment. 345
Error '{' should be on the previous line. 347
Error '{' should be on the previous line. 350
Error Line has trailing spaces. 352
Error '{' should be on the previous line. 353
Error '}' should be on the same line. 358
Error Line has trailing spaces. 359
Error '{' should be on the previous line. 360
Error '}' should be on the same line. 363
Error '{' should be on the previous line. 365
Error Must have at least one statement. 365
Error Line has trailing spaces. 366
Error Line has trailing spaces. 367
Error Expected an @return tag. 377
Error Method 'decode' is not designed for extension - needs to be abstract, final or empty. 377
Error '(' is followed by whitespace. 377
Error Parameter filename should be final. 377
Error Expected @param tag for 'filename'. 377
Error ')' is preceded with whitespace. 377
Error '{' should be on the previous line. 378
Error Line has trailing spaces. 381
Error '127' is a magic number. 381
Error '{' should be on the previous line. 382
Error '127' is a magic number. 383
Error '127' is a magic number. 384
Error ',' is not followed by whitespace. 387
Error '+' is not preceded with whitespace. 387
Error '+' is not followed by whitespace. 387
Error '127' is a magic number. 388
Error '(' is followed by whitespace. 393
Error ')' is preceded with whitespace. 393
Error First sentence should end with a period. 397
Error Variable 'charactersDontNeedingEncoding' must be private and have accessor methods. 398
Error Missing a Javadoc comment. 399
Error Name 'characterCaseDiff' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 399
Error '256' is a magic number. 404
Error '{' should be on the previous line. 407
Error '{' should be on the previous line. 411
Error '{' should be on the previous line. 415
Error Expected an @return tag. 432
Error Line has trailing spaces. 432
Error Method 'encode' is not designed for extension - needs to be abstract, final or empty. 432
Error Parameter s should be final. 432
Error Expected @param tag for 's'. 432
Error '{' should be on the previous line. 433
Error '(' is followed by whitespace. 434
Error ')' is preceded with whitespace. 434
Error '(' is followed by whitespace. 435
Error '32' is a magic number. 435
Error ')' is preceded with whitespace. 435
Error '(' is followed by whitespace. 436
Error ')' is preceded with whitespace. 436
Error '{' should be on the previous line. 438
Error '{' should be on the previous line. 441
Error 'cast' is not followed by whitespace. 442
Error '}' should be on the same line. 443
Error '{' should be on the previous line. 445
Error '{' should be on the previous line. 447
Error '}' should be on the same line. 450
Error 'catch' is not followed by whitespace. 451
Error '{' should be on the previous line. 452
Error '{' should be on the previous line. 458
Error '4' is a magic number. 460
Error '0xF' is a magic number. 460
Error '16' is a magic number. 460
Error '{' should be on the previous line. 464
Error '0xF' is a magic number. 468
Error '16' is a magic number. 468
Error '{' should be on the previous line. 470
Error '127' is a magic number. 481
Error '127' is a magic number. 484
Error Method 'serializeString' is not designed for extension - needs to be abstract, final or empty. 496
Error Parameter file should be final. 496
Error Parameter string should be final. 496
Error Line has trailing spaces. 497
Error '{' should be on the previous line. 498
Error Line has trailing spaces. 500
Error '{' should be on the previous line. 501
Error Line has trailing spaces. 504
Error '}' should be on the same line. 504
Error Line has trailing spaces. 505
Error '{' should be on the previous line. 506
Error 'if' construct must use '{}'s. 507
Error Unclosed HTML tag found: <code>String<code>. 512
Error Method 'deserializeString' is not designed for extension - needs to be abstract, final or empty. 519
Error Parameter file should be final. 519
Error Line has trailing spaces. 520
Error '{' should be on the previous line. 521
Error '4096' is a magic number. 523
Error Line has trailing spaces. 526
Error '{' should be on the previous line. 527
Error Line has trailing spaces. 528
Error '{' should be on the previous line. 529
Error Line has trailing spaces. 532
Error '}' should be on the same line. 532
Error Line has trailing spaces. 533
Error '{' should be on the previous line. 534
Error 'if' construct must use '{}'s. 535
Error Method 'serializeObject' is not designed for extension - needs to be abstract, final or empty. 548
Error Parameter file should be final. 548
Error Parameter object should be final. 548
Error Line has trailing spaces. 549
Error '{' should be on the previous line. 550
Error Line has trailing spaces. 552
Error '{' should be on the previous line. 553
Error Line is longer than 80 characters. 554
Error Line has trailing spaces. 557
Error '}' should be on the same line. 557
Error Line has trailing spaces. 558
Error '{' should be on the previous line. 559
Error 'if' construct must use '{}'s. 560
Error Method 'deserializeObject' is not designed for extension - needs to be abstract, final or empty. 571
Error Parameter file should be final. 571
Error Line has trailing spaces. 572
Error Expected @throws tag for 'ClassNotFoundException'. 572
Error '{' should be on the previous line. 573
Error Line has trailing spaces. 576
Error '{' should be on the previous line. 577
Error Line is longer than 80 characters. 578
Error Line has trailing spaces. 580
Error '}' should be on the same line. 580
Error Line has trailing spaces. 581
Error '{' should be on the previous line. 582
Error 'if' construct must use '{}'s. 583
Error Method 'getFullFilename' is not designed for extension - needs to be abstract, final or empty. 598
Error Parameter file should be final. 598
Error '{' should be on the previous line. 599
Error '{' should be on the previous line. 601
Error '}' should be on the same line. 603
Error '{' should be on the previous line. 605

org/apache/excalibur/store/impl/AbstractJispFilesystemStore.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 41
Error Line has trailing spaces. 46
Error First sentence should end with a period. 47
Error Name 'm_directoryFile' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Variable 'm_directoryFile' must be private and have accessor methods. 48
Error Line has trailing spaces. 49
Error First sentence should end with a period. 50
Error Line has trailing spaces. 50
Error Name 'm_Database' must match pattern '^[a-z][a-zA-Z0-9]*$'. 51
Error Variable 'm_Database' must be private and have accessor methods. 51
Error Line has trailing spaces. 52
Error First sentence should end with a period. 53
Error Name 'm_Index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 54
Error Variable 'm_Index' must be private and have accessor methods. 54
Error Line has trailing spaces. 55
Error First sentence should end with a period. 56
Error Method 'setDirectory' is not designed for extension - needs to be abstract, final or empty. 59
Error Expected @param tag for 'directory'. 59
Error Line has trailing spaces. 60
Error Expected @throws tag for 'IOException'. 60
Error '{' should be on the previous line. 61
Error Line has trailing spaces. 63
Error Line has trailing spaces. 65
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 71
Error Line has trailing spaces. 74
Error Line has trailing spaces. 76
Error '{' should be on the previous line. 77
Error Line is longer than 80 characters. 78
Error Line has trailing spaces. 80
Error Line has trailing spaces. 82
Error Line is longer than 80 characters. 82
Error Line is longer than 80 characters. 85
Error Line has trailing spaces. 89
Error First sentence should end with a period. 90
Error Line has trailing spaces. 96
Error Method 'doGet' is not designed for extension - needs to be abstract, final or empty. 96
Error Parameter key should be final. 96
Error '{' should be on the previous line. 97
Error Line has trailing spaces. 99
Error Line has trailing spaces. 100
Error '{' should be on the previous line. 101
Error Line has trailing spaces. 103
Error '{' should be on the previous line. 104
Error Line has trailing spaces. 105
Error '{' should be on the previous line. 106
Error Line has trailing spaces. 108
Error '}' should be on the same line. 108
Error Line has trailing spaces. 109
Error '{' should be on the previous line. 110
Error Line has trailing spaces. 114
Error '}' should be on the same line. 114
Error Line has trailing spaces. 115
Error '{' should be on the previous line. 116
Error Line has trailing spaces. 119
Error Line has trailing spaces. 122
Error Method 'doStore' is not designed for extension - needs to be abstract, final or empty. 130
Error Parameter key should be final. 130
Error Parameter value should be final. 130
Error Line has trailing spaces. 131
Error Expected @throws tag for 'IOException'. 131
Error '{' should be on the previous line. 132
Error Line has trailing spaces. 133
Error Line has trailing spaces. 134
Error '{' should be on the previous line. 135
Error Line has trailing spaces. 141
Error Line has trailing spaces. 142
Error '{' should be on the previous line. 143
Error Line has trailing spaces. 144
Error '{' should be on the previous line. 145
Error Line has trailing spaces. 149
Error '}' should be on the same line. 149
Error Line has trailing spaces. 150
Error '{' should be on the previous line. 151
Error Line has trailing spaces. 154
Error '}' should be on the same line. 154
Error Line has trailing spaces. 155
Error '{' should be on the previous line. 156
Error Line has trailing spaces. 160
Error Comment matches to-do format 'TODO:'. 163
Error Line has trailing spaces. 165
Error '{' should be on the previous line. 166
Error Line has trailing spaces. 169
Error Missing a Javadoc comment. 173
Error Line has trailing spaces. 175
Error First sentence should end with a period. 176
Error Line has trailing spaces. 179
Error Method 'doClear' is not designed for extension - needs to be abstract, final or empty. 179
Error '{' should be on the previous line. 180
Error Line has trailing spaces. 181
Error Line has trailing spaces. 182
Error '{' should be on the previous line. 183
Error Line has trailing spaces. 186
Error Line has trailing spaces. 187
Error '{' should be on the previous line. 188
Error Line has trailing spaces. 189
Error 'while' is not followed by whitespace. 195
Error Line is longer than 80 characters. 198
Error '(' is followed by whitespace. 200
Error ')' is preceded with whitespace. 200
Error '{' is not preceded with whitespace. 202
Error Line has trailing spaces. 205
Error Line has trailing spaces. 206
Error '}' should be on the same line. 206
Error Line has trailing spaces. 207
Error '{' should be on the previous line. 208
Error Line has trailing spaces. 212
Error Method 'doRemove' is not designed for extension - needs to be abstract, final or empty. 218
Error Parameter key should be final. 218
Error '{' should be on the previous line. 219
Error Line has trailing spaces. 220
Error '{' should be on the previous line. 221
Error Line has trailing spaces. 224
Error Line has trailing spaces. 225
Error '{' should be on the previous line. 226
Error Line has trailing spaces. 230
Error '}' should be on the same line. 230
Error Line has trailing spaces. 231
Error '{' should be on the previous line. 232
Error Must have at least one statement. 232
Error Line has trailing spaces. 233
Error '}' should be on the same line. 233
Error Line has trailing spaces. 234
Error '{' should be on the previous line. 235
Error Line has trailing spaces. 239
Error First sentence should end with a period. 240
Error Line has trailing spaces. 246
Error Method 'doContainsKey' is not designed for extension - needs to be abstract, final or empty. 246
Error Parameter key should be final. 246
Error '{' should be on the previous line. 247
Error Line has trailing spaces. 249
Error Line has trailing spaces. 250
Error '{' should be on the previous line. 251
Error Line has trailing spaces. 253
Error '{' should be on the previous line. 254
Error Line has trailing spaces. 257
Error '}' should be on the same line. 257
Error Line has trailing spaces. 258
Error '{' should be on the previous line. 259
Error Must have at least one statement. 259
Error Line has trailing spaces. 260
Error '}' should be on the same line. 260
Error '{' should be on the previous line. 262
Error Line has trailing spaces. 265
Error Line has trailing spaces. 266
Error Conditional logic can be removed. 266
Error '{' should be on the previous line. 267
Error Line has trailing spaces. 269
Error '}' should be on the same line. 269
Error Line has trailing spaces. 270
Error '{' should be on the previous line. 271
Error Line has trailing spaces. 275
Error Line has trailing spaces. 281
Error Method 'doGetKeys' is not designed for extension - needs to be abstract, final or empty. 281
Error '{' should be on the previous line. 282
Error Line has trailing spaces. 283
Error '{' should be on the previous line. 284
Error '}' should be on the same line. 286
Error Line has trailing spaces. 287
Error '{' should be on the previous line. 288
Error Line has trailing spaces. 292
Error Line has trailing spaces. 293
Error Method 'doGetSize' is not designed for extension - needs to be abstract, final or empty. 293
Error Missing a Javadoc comment. 293
Error '{' should be on the previous line. 294
Error Line has trailing spaces. 297
Error Line has trailing spaces. 304
Error Method 'wrapKeyObject' is not designed for extension - needs to be abstract, final or empty. 304
Error Parameter key should be final. 304
Error '{' should be on the previous line. 305
Error '(' is followed by whitespace. 306
Error ')' is preceded with whitespace. 306
Error Line has trailing spaces. 308
Error First sentence should end with a period. 309
Error Expected an @return tag. 312
Error Line has trailing spaces. 312
Error Method 'getNullKey' is not designed for extension - needs to be abstract, final or empty. 312
Error '{' should be on the previous line. 313
Error Line has trailing spaces. 316
Error Missing a Javadoc comment. 317
Error '{' should be on the previous line. 318
Error Missing a Javadoc comment. 319
Error Name 'm_Next' must match pattern '^[a-z][a-zA-Z0-9]*$'. 319
Error Missing a Javadoc comment. 320
Error Name 'm_Iterator' must match pattern '^[a-z][a-zA-Z0-9]*$'. 320
Error Missing a Javadoc comment. 321
Error Name 'm_Store' must match pattern '^[a-z][a-zA-Z0-9]*$'. 321
Error Line has trailing spaces. 322
Error Line has trailing spaces. 323
Error Line is longer than 80 characters. 323
Error Missing a Javadoc comment. 323
Error Parameter iterator should be final. 323
Error Parameter store should be final. 323
Error Line has trailing spaces. 327
Error '{' should be on the previous line. 330
Error '}' should be on the same line. 332
Error '{' should be on the previous line. 334
Error Line has trailing spaces. 339
Error Line has trailing spaces. 340
Error Missing a Javadoc comment. 340
Error '{' should be on the previous line. 341
Error Line has trailing spaces. 344
Error Missing a Javadoc comment. 345
Error Redundant throws: 'NoSuchElementException' is unchecked exception. 345
Error '{' should be on the previous line. 346
Error '{' should be on the previous line. 348
Error Line has trailing spaces. 351
Error Line has trailing spaces. 354
Error '{' should be on the previous line. 357
Error '{' should be on the previous line. 359
Error '}' should be on the same line. 361
Error '{' should be on the previous line. 363
Error '}' should be on the same line. 367
Error Line has trailing spaces. 368
Error '{' should be on the previous line. 369
Error '}' should be on the same line. 372
Error Line has trailing spaces. 373
Error '{' should be on the previous line. 374
Error Line has trailing spaces. 378
Error Line has trailing spaces. 383

org/apache/excalibur/store/impl/AbstractReadWriteStore.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 38
Error Line is longer than 80 characters. 40
Error Missing a Javadoc comment. 46
Error Name 'm_sizeInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 46
Error Missing a Javadoc comment. 47
Error Name 'm_hitsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Line is longer than 80 characters. 48
Error Missing a Javadoc comment. 48
Error Name 'm_missesInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 48
Error Missing a Javadoc comment. 50
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 50
Error First sentence should end with a period. 52
Error Variable 'lock' must be private and have accessor methods. 53
Error Line has trailing spaces. 54
Error First sentence should end with a period. 55
Error Line has trailing spaces. 61
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 61
Error Parameter key should be final. 61
Error '{' should be on the previous line. 62
Error '{' should be on the previous line. 66
Error Line has trailing spaces. 68
Error '{' should be on the previous line. 69
Error '}' should be on the same line. 71
Error Line has trailing spaces. 72
Error '{' should be on the previous line. 73
Error '}' should be on the same line. 76
Error '{' should be on the previous line. 78
Error Must have at least one statement. 78
Error Line has trailing spaces. 79
Error Line has trailing spaces. 80
Error '(' is followed by whitespace. 81
Error ')' is preceded with whitespace. 81
Error '{' should be on the previous line. 82
Error '}' should be on the same line. 84
Error '{' should be on the previous line. 86
Error Line has trailing spaces. 89
Error Method 'store' is not designed for extension - needs to be abstract, final or empty. 100
Error Parameter key should be final. 100
Error Parameter value should be final. 100
Error Line has trailing spaces. 101
Error Expected @throws tag for 'IOException'. 101
Error '{' should be on the previous line. 102
Error '{' should be on the previous line. 105
Error Line has trailing spaces. 108
Error '{' should be on the previous line. 109
Error '(' is followed by whitespace. 111
Error ')' is preceded with whitespace. 111
Error Line has trailing spaces. 112
Error '}' should be on the same line. 112
Error Line has trailing spaces. 113
Error '{' should be on the previous line. 114
Error '}' should be on the same line. 117
Error '{' should be on the previous line. 119
Error Must have at least one statement. 119
Error Line has trailing spaces. 121
Error Line has trailing spaces. 127
Error Method 'free' is not designed for extension - needs to be abstract, final or empty. 127
Error '{' should be on the previous line. 128
Error '{' should be on the previous line. 131
Error Line has trailing spaces. 134
Error '{' should be on the previous line. 135
Error '(' is followed by whitespace. 137
Error ')' is preceded with whitespace. 137
Error Line has trailing spaces. 138
Error '}' should be on the same line. 138
Error Line has trailing spaces. 139
Error '{' should be on the previous line. 140
Error '}' should be on the same line. 143
Error '{' should be on the previous line. 145
Error Must have at least one statement. 145
Error Line has trailing spaces. 146
Error First sentence should end with a period. 149
Error Line has trailing spaces. 152
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 152
Error '{' should be on the previous line. 153
Error Line has trailing spaces. 154
Error Line has trailing spaces. 155
Error '{' should be on the previous line. 156
Error '{' should be on the previous line. 162
Error Line has trailing spaces. 164
Error '{' should be on the previous line. 165
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '}' should be on the same line. 168
Error Line has trailing spaces. 169
Error '{' should be on the previous line. 170
Error '}' should be on the same line. 173
Error '{' should be on the previous line. 175
Error Must have at least one statement. 175
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 184
Error Parameter key should be final. 184
Error '{' should be on the previous line. 185
Error '{' should be on the previous line. 188
Error Line has trailing spaces. 190
Error '{' should be on the previous line. 191
Error '(' is followed by whitespace. 193
Error ')' is preceded with whitespace. 193
Error '}' should be on the same line. 194
Error Line has trailing spaces. 195
Error '{' should be on the previous line. 196
Error '}' should be on the same line. 199
Error '{' should be on the previous line. 201
Error Must have at least one statement. 201
Error First sentence should end with a period. 205
Error Line has trailing spaces. 211
Error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 211
Error Parameter key should be final. 211
Error '{' should be on the previous line. 212
Error '{' should be on the previous line. 215
Error Line has trailing spaces. 217
Error '{' should be on the previous line. 218
Error '}' should be on the same line. 220
Error Line has trailing spaces. 221
Error '{' should be on the previous line. 222
Error '}' should be on the same line. 225
Error '{' should be on the previous line. 227
Error Line has trailing spaces. 229
Error Line has trailing spaces. 237
Error Method 'keys' is not designed for extension - needs to be abstract, final or empty. 237
Error '{' should be on the previous line. 238
Error '{' should be on the previous line. 241
Error Line has trailing spaces. 243
Error '{' should be on the previous line. 244
Error '}' should be on the same line. 246
Error Line has trailing spaces. 247
Error '{' should be on the previous line. 248
Error '}' should be on the same line. 251
Error '{' should be on the previous line. 253
Error Line has trailing spaces. 255
Error Line has trailing spaces. 258
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 258
Error Missing a Javadoc comment. 258
Error '{' should be on the previous line. 259
Error '{' should be on the previous line. 262
Error Line has trailing spaces. 264
Error '{' should be on the previous line. 265
Error '}' should be on the same line. 267
Error Line has trailing spaces. 268
Error '{' should be on the previous line. 269
Error '}' should be on the same line. 272
Error '{' should be on the previous line. 274
Error Line has trailing spaces. 276
Error Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 279
Error Missing a Javadoc comment. 279
Error Parameter name should be final. 279
Error '{' should be on the previous line. 280
Error Line has trailing spaces. 281
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 284
Error Missing a Javadoc comment. 284
Error '{' should be on the previous line. 285
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 289
Error Missing a Javadoc comment. 289
Error '{' should be on the previous line. 290
Error Line is longer than 80 characters. 291
Error '{' is followed by whitespace. 291
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 294
Error Missing a Javadoc comment. 294
Error Expected an @return tag. 301
Error '(' is followed by whitespace. 301
Error Parameter key should be final. 301
Error Expected @param tag for 'key'. 301
Error ')' is preceded with whitespace. 301
Error Line is longer than 80 characters. 308
Error '(' is followed by whitespace. 308
Error Parameter key should be final. 308
Error Expected @param tag for 'key'. 308
Error Parameter value should be final. 308
Error Expected @param tag for 'value'. 308
Error ')' is preceded with whitespace. 308
Error Expected @throws tag for 'IOException'. 308
Error '(' is followed by whitespace. 320
Error Parameter key should be final. 320
Error Expected @param tag for 'key'. 320
Error ')' is preceded with whitespace. 320
Error First sentence should end with a period. 322
Error Line has trailing spaces. 323
Error Expected an @return tag. 330
Error '(' is followed by whitespace. 330
Error Parameter key should be final. 330
Error Expected @param tag for 'key'. 330
Error ')' is preceded with whitespace. 330
Error Expected an @return tag. 335
Error Expected an @return tag. 341

org/apache/excalibur/store/impl/JispFilesystemStore.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line is longer than 80 characters. 39
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 63
Error Parameter params should be final. 63
Error Expected @throws tag for 'ParameterException'. 63
Error '{' should be on the previous line. 64
Error Line has trailing spaces. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 70
Error '}' should be on the same line. 70
Error Line has trailing spaces. 71
Error '{' should be on the previous line. 72
Error Line is longer than 80 characters. 76
Error '301' is a magic number. 78
Error Line has trailing spaces. 79
Error '{' should be on the previous line. 80
Error Line has trailing spaces. 89
Error '{' should be on the previous line. 90
Error '{' should be on the previous line. 95
Error Line has trailing spaces. 97
Error '{' should be on the previous line. 98
Error Line is longer than 80 characters. 108
Error Line has trailing spaces. 110
Error '}' should be on the same line. 110
Error Line has trailing spaces. 111
Error '{' should be on the previous line. 112
Error Must have at least one statement. 112
Error Line has trailing spaces. 113
Error '}' should be on the same line. 113
Error Line has trailing spaces. 114
Error '{' should be on the previous line. 115
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 120
Error Missing a Javadoc comment. 120
Error '{' should be on the previous line. 121
Error '{' should be on the previous line. 123
Error '{' should be on the previous line. 127
Error '{' should be on the previous line. 132
Error '}' should be on the same line. 135
Error Line has trailing spaces. 136
Error '{' should be on the previous line. 137

org/apache/excalibur/store/impl/JispKey.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 28
Error Line has trailing spaces. 32
Error '{' should be on the previous line. 33
Error Missing a Javadoc comment. 34
Error 'static' modifier out of order with the JLS suggestions. 34
Error Missing a Javadoc comment. 36
Error Name 'm_Key' must match pattern '^[a-z][a-zA-Z0-9]*$'. 36
Error Variable 'm_Key' must be private and have accessor methods. 36
Error Missing a Javadoc comment. 38
Error 'protected' modifier out of order with the JLS suggestions. 38
Error Name 'NULL_KEY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 38
Error Variable 'NULL_KEY' must be private and have accessor methods. 38
Error Line has trailing spaces. 39
Error Missing a Javadoc comment. 40
Error Line has trailing spaces. 43
Error First sentence should end with a period. 44
Error Line has trailing spaces. 49
Error Parameter keyValue should be final. 49
Error '{' should be on the previous line. 50
Error First sentence should end with a period. 54
Error Line has trailing spaces. 61
Error Parameter key should be final. 61
Error '{' should be on the previous line. 62
Error Line has trailing spaces. 63
Error '{' should be on the previous line. 64
Error 'cast' is not followed by whitespace. 65
Error Line has trailing spaces. 66
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error '{' should be on the previous line. 67
Error Line has trailing spaces. 68
Error '(' is followed by whitespace. 68
Error ')' is preceded with whitespace. 68
Error '{' should be on the previous line. 69
Error Line is longer than 80 characters. 77
Error Line has trailing spaces. 78
Error '(' is followed by whitespace. 78
Error ')' is preceded with whitespace. 78
Error '{' should be on the previous line. 79
Error Line has trailing spaces. 83
Error '}' should be on the same line. 83
Error Line has trailing spaces. 84
Error '{' should be on the previous line. 85
Error Line has trailing spaces. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error '{' should be on the previous line. 87
Error Line has trailing spaces. 92
Error '}' should be on the same line. 92
Error Line has trailing spaces. 93
Error '{' should be on the previous line. 94
Error First sentence should end with a period. 99
Error Line has trailing spaces. 104
Error '{' should be on the previous line. 105
Error Parameter out should be final. 118
Error Line has trailing spaces. 119
Error Expected @throws tag for 'IOException'. 119
Error '{' should be on the previous line. 120
Error Line is longer than 80 characters. 128
Error Parameter in should be final. 134
Error Line has trailing spaces. 135
Error Expected @throws tag for 'IOException'. 135
Error Expected @throws tag for 'ClassNotFoundException'. 135
Error '{' should be on the previous line. 136
Error First sentence should end with a period. 140
Error Expected an @return tag. 143
Error Line has trailing spaces. 143
Error '{' should be on the previous line. 144

org/apache/excalibur/store/impl/MRUMemoryStore.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line has trailing spaces. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 45
Error Line is longer than 80 characters. 52
Error Line is longer than 80 characters. 56
Error Missing a Javadoc comment. 58
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 58
Error Missing a Javadoc comment. 59
Error Name 'm_maxobjects' must match pattern '^[a-z][a-zA-Z0-9]*$'. 59
Error Missing a Javadoc comment. 60
Error Name 'm_persistent' must match pattern '^[a-z][a-zA-Z0-9]*$'. 60
Error Missing a Javadoc comment. 61
Error Name 'm_cache' must match pattern '^[a-z][a-zA-Z0-9]*$'. 61
Error Missing a Javadoc comment. 62
Error Name 'm_mrulist' must match pattern '^[a-z][a-zA-Z0-9]*$'. 62
Error Missing a Javadoc comment. 63
Error Name 'm_persistentStore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 63
Error Missing a Javadoc comment. 64
Error Name 'm_storeJanitor' must match pattern '^[a-z][a-zA-Z0-9]*$'. 64
Error Missing a Javadoc comment. 65
Error Name 'm_manager' must match pattern '^[a-z][a-zA-Z0-9]*$'. 65
Error Line has trailing spaces. 66
Error Missing a Javadoc comment. 67
Error Name 'm_sizeInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 67
Error Missing a Javadoc comment. 68
Error Name 'm_hitsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 68
Error Line is longer than 80 characters. 69
Error Missing a Javadoc comment. 69
Error Name 'm_missesInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 69
Error First sentence should end with a period. 71
Error Method 'service' is not designed for extension - needs to be abstract, final or empty. 78
Error '(' is followed by whitespace. 78
Error Parameter manager should be final. 78
Error ')' is preceded with whitespace. 78
Error Expected @throws tag for 'ServiceException'. 79
Error '{' should be on the previous line. 80
Error 'if' is not followed by whitespace. 82
Error '(' is followed by whitespace. 82
Error ')' is preceded with whitespace. 82
Error '{' should be on the previous line. 83
Error '(' is followed by whitespace. 84
Error ')' is preceded with whitespace. 84
Error 'cast' is not followed by whitespace. 86
Error '(' is followed by whitespace. 86
Error ')' is preceded with whitespace. 86
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 94
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 101
Error '(' is followed by whitespace. 101
Error Parameter params should be final. 101
Error ')' is preceded with whitespace. 101
Error Expected @throws tag for 'ParameterException'. 101
Error '{' should be on the previous line. 102
Error '(' is followed by whitespace. 103
Error '100' is a magic number. 103
Error ')' is preceded with whitespace. 103
Error Line is longer than 80 characters. 104
Error '(' is followed by whitespace. 104
Error ')' is preceded with whitespace. 104
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error Line is longer than 80 characters. 107
Error '(' is followed by whitespace. 107
Error ')' is preceded with whitespace. 107
Error '(' is followed by whitespace. 110
Error ')' is preceded with whitespace. 110
Error '{' should be on the previous line. 111
Error 'if' is not followed by whitespace. 112
Error '(' is followed by whitespace. 112
Error ')' is preceded with whitespace. 112
Error '{' should be on the previous line. 113
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error Line has trailing spaces. 116
Error '{' should be on the previous line. 117
Error Line is longer than 80 characters. 118
Error 'cast' is not followed by whitespace. 118
Error '(' is followed by whitespace. 118
Error ')' is preceded with whitespace. 118
Error '}' should be on the same line. 119
Error '{' should be on the previous line. 121
Error Line is longer than 80 characters. 122
Error '(' is followed by whitespace. 126
Error 'cast' is not followed by whitespace. 126
Error '(' is followed by whitespace. 126
Error '1.2' is a magic number. 126
Error ')' is preceded with whitespace. 126
Error ')' is preceded with whitespace. 126
Error '(' is followed by whitespace. 128
Error ')' is preceded with whitespace. 128
Error First sentence should end with a period. 131
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 134
Error '{' should be on the previous line. 135
Error 'if' is not followed by whitespace. 136
Error '(' is followed by whitespace. 136
Error ')' is preceded with whitespace. 136
Error '{' should be on the previous line. 137
Error '(' is followed by whitespace. 138
Error ')' is preceded with whitespace. 138
Error 'if' is not followed by whitespace. 140
Error '(' is followed by whitespace. 140
Error ')' is preceded with whitespace. 140
Error '{' should be on the previous line. 141
Error '(' is followed by whitespace. 142
Error ')' is preceded with whitespace. 142
Error '(' is followed by whitespace. 144
Error ')' is preceded with whitespace. 144
Error 'if' is not followed by whitespace. 148
Error '(' is followed by whitespace. 148
Error ')' is preceded with whitespace. 148
Error '{' should be on the previous line. 149
Error '(' is followed by whitespace. 150
Error ')' is preceded with whitespace. 150
Error 'while' is not followed by whitespace. 152
Error '(' is followed by whitespace. 152
Error ')' is preceded with whitespace. 152
Error '{' should be on the previous line. 153
Error 'if' is not followed by whitespace. 155
Error '(' is followed by whitespace. 155
Error ')' is preceded with whitespace. 155
Error '{' should be on the previous line. 156
Error '{' should be on the previous line. 160
Error '(' is followed by whitespace. 161
Error ')' is preceded with whitespace. 161
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 166
Error 'catch' is not followed by whitespace. 167
Error '(' is followed by whitespace. 167
Error ')' is preceded with whitespace. 167
Error '{' should be on the previous line. 168
Error '(' is followed by whitespace. 169
Error ')' is preceded with whitespace. 169
Error '(' is followed by whitespace. 173
Error ')' is preceded with whitespace. 173
Error Method 'store' is not designed for extension - needs to be abstract, final or empty. 188
Error '(' is followed by whitespace. 188
Error Parameter key should be final. 188
Error Parameter value should be final. 188
Error ')' is preceded with whitespace. 188
Error '{' should be on the previous line. 189
Error '(' is followed by whitespace. 190
Error ')' is preceded with whitespace. 190
Error Method 'hold' is not designed for extension - needs to be abstract, final or empty. 201
Error '(' is followed by whitespace. 201
Error Parameter key should be final. 201
Error Parameter value should be final. 201
Error ')' is preceded with whitespace. 201
Error '{' should be on the previous line. 202
Error 'if' is not followed by whitespace. 203
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error '{' should be on the previous line. 204
Error '(' is followed by whitespace. 205
Error ')' is preceded with whitespace. 205
Error '(' is followed by whitespace. 206
Error ')' is preceded with whitespace. 206
Error '(' is followed by whitespace. 207
Error ')' is preceded with whitespace. 207
Error 'while' is not followed by whitespace. 210
Error '(' is followed by whitespace. 210
Error ')' is preceded with whitespace. 210
Error '{' should be on the previous line. 211
Error '(' is followed by whitespace. 216
Error ')' is preceded with whitespace. 216
Error '(' is followed by whitespace. 217
Error ')' is preceded with whitespace. 217
Error '(' is followed by whitespace. 218
Error ')' is preceded with whitespace. 218
Error '(' is followed by whitespace. 219
Error ')' is preceded with whitespace. 219
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 228
Error '(' is followed by whitespace. 228
Error Parameter key should be final. 228
Error ')' is preceded with whitespace. 228
Error '{' should be on the previous line. 229
Error '(' is followed by whitespace. 230
Error ')' is preceded with whitespace. 230
Error 'if' is not followed by whitespace. 231
Error '(' is followed by whitespace. 231
Error ')' is preceded with whitespace. 231
Error '{' should be on the previous line. 232
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error 'if' is not followed by whitespace. 236
Error '(' is followed by whitespace. 236
Error ')' is preceded with whitespace. 236
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error 'if' is not followed by whitespace. 244
Error '(' is followed by whitespace. 244
Error ')' is preceded with whitespace. 244
Error '{' should be on the previous line. 245
Error '(' is followed by whitespace. 246
Error ')' is preceded with whitespace. 246
Error 'if' is not followed by whitespace. 250
Error '(' is followed by whitespace. 250
Error ')' is preceded with whitespace. 250
Error '{' should be on the previous line. 251
Error '(' is followed by whitespace. 252
Error ')' is preceded with whitespace. 252
Error 'if' is not followed by whitespace. 253
Error '(' is followed by whitespace. 253
Error ')' is preceded with whitespace. 253
Error '{' should be on the previous line. 254
Error '{' should be on the previous line. 256
Error 'if' is not followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error '(' is followed by whitespace. 257
Error ')' is preceded with whitespace. 257
Error ')' is preceded with whitespace. 257
Error '{' should be on the previous line. 258
Error '(' is followed by whitespace. 259
Error ')' is preceded with whitespace. 259
Error '}' should be on the same line. 263
Error 'catch' is not followed by whitespace. 264
Error '(' is followed by whitespace. 264
Error ')' is preceded with whitespace. 264
Error '{' should be on the previous line. 265
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 279
Error '(' is followed by whitespace. 279
Error Parameter key should be final. 279
Error ')' is preceded with whitespace. 279
Error '{' should be on the previous line. 280
Error 'if' is not followed by whitespace. 281
Error '(' is followed by whitespace. 281
Error ')' is preceded with whitespace. 281
Error '{' should be on the previous line. 282
Error '(' is followed by whitespace. 283
Error ')' is preceded with whitespace. 283
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '(' is followed by whitespace. 286
Error ')' is preceded with whitespace. 286
Error '(' is followed by whitespace. 287
Error ')' is preceded with whitespace. 287
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error Line has trailing spaces. 289
Error 'if' is not followed by whitespace. 290
Error '(' is followed by whitespace. 290
Error ')' is preceded with whitespace. 290
Error '{' should be on the previous line. 291
Error '(' is followed by whitespace. 292
Error ')' is preceded with whitespace. 292
Error First sentence should end with a period. 296
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 299
Error '{' should be on the previous line. 300
Error 'while' is not followed by whitespace. 302
Error '(' is followed by whitespace. 302
Error ')' is preceded with whitespace. 302
Error '{' should be on the previous line. 303
Error 'if' is not followed by whitespace. 305
Error '(' is followed by whitespace. 305
Error ')' is preceded with whitespace. 305
Error '{' should be on the previous line. 306
Error '(' is followed by whitespace. 309
Error ')' is preceded with whitespace. 309
Error '(' is followed by whitespace. 311
Error ')' is preceded with whitespace. 311
Error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 320
Error '(' is followed by whitespace. 320
Error Parameter key should be final. 320
Error ')' is preceded with whitespace. 320
Error '{' should be on the previous line. 321
Error 'if' is not followed by whitespace. 322
Error '(' is followed by whitespace. 322
Error ')' is preceded with whitespace. 322
Error '{' should be on the previous line. 323
Error Line is longer than 80 characters. 324
Error '(' is followed by whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error '(' is followed by whitespace. 324
Error ')' is preceded with whitespace. 324
Error ')' is preceded with whitespace. 324
Error '}' should be on the same line. 325
Error '{' should be on the previous line. 327
Error '(' is followed by whitespace. 328
Error ')' is preceded with whitespace. 328
Error Method 'keys' is not designed for extension - needs to be abstract, final or empty. 337
Error '{' should be on the previous line. 338
Error Expected an @return tag. 346
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 346
Error '{' should be on the previous line. 347
Error Method 'free' is not designed for extension - needs to be abstract, final or empty. 355
Error '{' should be on the previous line. 356
Error '{' should be on the previous line. 358
Error 'if' is not followed by whitespace. 359
Error '(' is followed by whitespace. 359
Error ')' is preceded with whitespace. 359
Error '{' should be on the previous line. 360
Error '(' is followed by whitespace. 363
Error ')' is preceded with whitespace. 363
Error 'if' is not followed by whitespace. 364
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error '{' should be on the previous line. 365
Error '(' is followed by whitespace. 366
Error ')' is preceded with whitespace. 366
Error 'if' is not followed by whitespace. 369
Error '(' is followed by whitespace. 369
Error ')' is preceded with whitespace. 369
Error '{' should be on the previous line. 370
Error '(' is followed by whitespace. 371
Error ')' is preceded with whitespace. 371
Error '(' is followed by whitespace. 372
Error ')' is preceded with whitespace. 372
Error '(' is followed by whitespace. 373
Error ')' is preceded with whitespace. 373
Error 'if' is not followed by whitespace. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 376
Error '{' should be on the previous line. 377
Error 'if' is not followed by whitespace. 379
Error '(' is followed by whitespace. 379
Error '(' is followed by whitespace. 379
Error ')' is preceded with whitespace. 379
Error ')' is preceded with whitespace. 379
Error '{' should be on the previous line. 380
Error '{' should be on the previous line. 382
Error '(' is followed by whitespace. 383
Error ')' is preceded with whitespace. 383
Error '}' should be on the same line. 384
Error 'catch' is not followed by whitespace. 385
Error '(' is followed by whitespace. 385
Error ')' is preceded with whitespace. 385
Error '{' should be on the previous line. 386
Error Line is longer than 80 characters. 387
Error '(' is followed by whitespace. 387
Error ')' is preceded with whitespace. 387
Error Line has trailing spaces. 391
Error '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error '}' should be on the same line. 394
Error 'catch' is not followed by whitespace. 395
Error '(' is followed by whitespace. 395
Error ')' is preceded with whitespace. 395
Error '{' should be on the previous line. 396
Error '(' is followed by whitespace. 397
Error ')' is preceded with whitespace. 397
Error '}' should be on the same line. 398
Error 'catch' is not followed by whitespace. 399
Error '(' is followed by whitespace. 399
Error ')' is preceded with whitespace. 399
Error '{' should be on the previous line. 400
Error '(' is followed by whitespace. 401
Error ')' is preceded with whitespace. 401
Error '(' is followed by whitespace. 411
Error Parameter object should be final. 411
Error ')' is preceded with whitespace. 411
Error '{' should be on the previous line. 412
Error 'if' construct must use '{}'s. 414
Error 'if' is not followed by whitespace. 414
Error '(' is followed by whitespace. 414
Error ')' is preceded with whitespace. 414
Error '(' is followed by whitespace. 416
Error ')' is preceded with whitespace. 416
Error Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 419
Error Missing a Javadoc comment. 419
Error Parameter name should be final. 419
Error '{' should be on the previous line. 420
Error Line has trailing spaces. 421
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 424
Error Missing a Javadoc comment. 424
Error '{' should be on the previous line. 425
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 429
Error Missing a Javadoc comment. 429
Error '{' should be on the previous line. 430
Error Line is longer than 80 characters. 431
Error '{' is followed by whitespace. 431
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 434
Error Missing a Javadoc comment. 434

org/apache/excalibur/store/impl/MemoryStore.java

ErrorLine
Error Line has trailing spaces. 1
Error Missing a header - not enough lines in file. 1
Error Line has trailing spaces. 5
Error Line has trailing spaces. 6
Error Line has trailing spaces. 8
Error Line has trailing spaces. 13
Error Line has trailing spaces. 27
Error First sentence should end with a period. 46
Error Name 'm_table' must match pattern '^[a-z][a-zA-Z0-9]*$'. 47
Error Variable 'm_table' must be private and have accessor methods. 47
Error Expected an @return tag. 52
Error Line has trailing spaces. 52
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 52
Error Parameter key should be final. 52
Error Expected @param tag for 'key'. 52
Error '{' should be on the previous line. 53
Error Line has trailing spaces. 62
Error Method 'store' is not designed for extension - needs to be abstract, final or empty. 62
Error Parameter key should be final. 62
Error Expected @param tag for 'key'. 62
Error Parameter value should be final. 62
Error Expected @param tag for 'value'. 62
Error '{' should be on the previous line. 63
Error ',' is not followed by whitespace. 64
Error Line has trailing spaces. 70
Error Method 'remove' is not designed for extension - needs to be abstract, final or empty. 70
Error Parameter key should be final. 70
Error Expected @param tag for 'key'. 70
Error '{' should be on the previous line. 71
Error First sentence should end with a period. 75
Error Line has trailing spaces. 76
Error Line has trailing spaces. 78
Error Method 'clear' is not designed for extension - needs to be abstract, final or empty. 78
Error '{' should be on the previous line. 79
Error Missing a Javadoc comment. 83
Error '{' is not followed by whitespace. 83
Error '}' is not preceded with whitespace. 83
Error Expected an @return tag. 88
Error Line has trailing spaces. 88
Error Method 'containsKey' is not designed for extension - needs to be abstract, final or empty. 88
Error Parameter key should be final. 88
Error Expected @param tag for 'key'. 88
Error '{' should be on the previous line. 89
Error Expected an @return tag. 96
Error Line has trailing spaces. 96
Error Method 'keys' is not designed for extension - needs to be abstract, final or empty. 96
Error '{' should be on the previous line. 97
Error Expected an @return tag. 105
Error Method 'size' is not designed for extension - needs to be abstract, final or empty. 105
Error '{' should be on the previous line. 106

org/apache/excalibur/store/impl/StoreJanitorImpl.java

ErrorLine
Error Line does not match expected header line of ''. 1
Error Line is longer than 80 characters. 41
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 64
Error Line is longer than 80 characters. 67
Error '{' should be on the previous line. 69
Error Missing a Javadoc comment. 74
Error Missing a Javadoc comment. 75
Error Missing a Javadoc comment. 76
Error Missing a Javadoc comment. 77
Error '500' is a magic number. 77
Error Missing a Javadoc comment. 78
Error Missing a Javadoc comment. 79
Error Missing a Javadoc comment. 80
Error Variable 'invokeGC' must be private and have accessor methods. 83
Error Missing a Javadoc comment. 89
Error Missing a Javadoc comment. 90
Error Missing a Javadoc comment. 91
Error Missing a Javadoc comment. 93
Error Variable 'inUse' must be private and have accessor methods. 99
Error First sentence should end with a period. 101
Error First sentence should end with a period. 104
Error First sentence should end with a period. 107
Error Variable 'interval' must be private and have accessor methods. 108
Error First sentence should end with a period. 110
Error Method 'parameterize' is not designed for extension - needs to be abstract, final or empty. 120
Error Parameter params should be final. 120
Error Expected @throws tag for 'ParameterException'. 120
Error '{' should be on the previous line. 121
Error Line is longer than 80 characters. 123
Error '1024' is a magic number. 123
Error '1024' is a magic number. 123
Error '66600000' is a magic number. 124
Error Line is longer than 80 characters. 126
Error '10' is a magic number. 126
Error '1000' is a magic number. 126
Error Line is longer than 80 characters. 127
Error Line is longer than 80 characters. 128
Error '10' is a magic number. 129
Error '{' should be on the previous line. 133
Error Line is longer than 80 characters. 134
Error '{' should be on the previous line. 137
Error Line is longer than 80 characters. 138
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error '10' is a magic number. 144
Error '{' should be on the previous line. 145
Error Line is longer than 80 characters. 146
Error '100' is a magic number. 148
Error '{' should be on the previous line. 149
Error Line is longer than 80 characters. 150
Error '100.0D' is a magic number. 153
Error '(' is followed by whitespace. 156
Error ')' is preceded with whitespace. 156
Error '{' should be on the previous line. 157
Error Line is longer than 80 characters. 161
Error Method 'start' is not designed for extension - needs to be abstract, final or empty. 168
Error Missing a Javadoc comment. 168
Error '{' should be on the previous line. 169
Error Method 'stop' is not designed for extension - needs to be abstract, final or empty. 179
Error Missing a Javadoc comment. 179
Error '{' should be on the previous line. 180
Error Method 'run' is not designed for extension - needs to be abstract, final or empty. 187
Error '{' should be on the previous line. 188
Error '{' should be on the previous line. 195
Error '{' should be on the previous line. 199
Error '}' should be on the same line. 201
Error Must have at least one statement. 202
Error '{' is not followed by whitespace. 202
Error '}' is not preceded with whitespace. 202
Error '{' should be on the previous line. 206
Error Method 'checkMemory' is not designed for extension - needs to be abstract, final or empty. 217
Error '{' should be on the previous line. 218
Error '{' should be on the previous line. 220
Error '1000' is a magic number. 223
Error '{' should be on the previous line. 225
Error Line is longer than 80 characters. 226
Error Line is longer than 80 characters. 229
Error Line is longer than 80 characters. 230
Error Line is longer than 80 characters. 231
Error '{' should be on the previous line. 237
Error '(' is followed by whitespace. 238
Error ')' is preceded with whitespace. 238
Error '{' should be on the previous line. 239
Error '{' should be on the previous line. 244
Error '{' should be on the previous line. 247
Error '{' should be on the previous line. 256
Error Line is longer than 80 characters. 257
Error '1000' is a magic number. 258
Error '{' should be on the previous line. 260
Error '}' should be on the same line. 262
Error '{' should be on the previous line. 264
Error '}' should be on the same line. 268
Error '{' should be on the previous line. 270
Error '{' should be on the previous line. 280
Error '{' should be on the previous line. 283
Error '{' should be on the previous line. 285
Error '+' should be on a new line. 286
Error '+' should be on a new line. 287
Error '}' should be on the same line. 292
Error '{' should be on the previous line. 294
Error '{' should be on the previous line. 296
Error '+' should be on a new line. 297
Error Method 'memoryInUse' is not designed for extension - needs to be abstract, final or empty. 310
Error '{' should be on the previous line. 311
Error Parameter rate should be final. 322
Error '{' should be on the previous line. 323
Error Missing a Javadoc comment. 327
Error Parameter top should be final. 327
Error Parameter bottom should be final. 327
Error '{' should be on the previous line. 328
Error '{' should be on the previous line. 330
Error '}' should be on the same line. 332
Error '{' should be on the previous line. 334
Error Avoid inline conditionals. 335
Error First sentence should end with a period. 339
Error Method 'register' is not designed for extension - needs to be abstract, final or empty. 344
Error Parameter store should be final. 344
Error '{' should be on the previous line. 345
Error '{' should be on the previous line. 348
Error Line is longer than 80 characters. 349
Error First sentence should end with a period. 354
Error Method 'unregister' is not designed for extension - needs to be abstract, final or empty. 359
Error Parameter store should be final. 359
Error '{' should be on the previous line. 360
Error '{' should be on the previous line. 363
Error Line is longer than 80 characters. 364
Error Method 'iterator' is not designed for extension - needs to be abstract, final or empty. 381
Error '{' should be on the previous line. 382
Error '{' should be on the previous line. 390
Error Comment matches to-do format 'TODO:'. 391
Error Line is longer than 80 characters. 391
Error '{' should be on the previous line. 393
Error '{' should be on the previous line. 396
Error '{' should be on the previous line. 398
Error '}' should be on the same line. 401
Error '{' should be on the previous line. 403
Error 'cast' is not followed by whitespace. 410
Error '{' should be on the previous line. 413
Error Line is longer than 80 characters. 414
Error '{' should be on the previous line. 417
Error '{' should be on the previous line. 419
Error '}' should be on the same line. 421
Error '{' should be on the previous line. 423
Error '}' should be on the same line. 427
Error '{' should be on the previous line. 429
Error '}' should be on the same line. 431
Error '{' should be on the previous line. 433
Error Parameter store should be final. 445
Error '{' should be on the previous line. 446
Error '{' should be on the previous line. 449
Error '(' is followed by whitespace. 450
Error ')' is preceded with whitespace. 450
Error '{' should be on the previous line. 451
Error 'cast' is not followed by whitespace. 457
Error '(' is followed by whitespace. 458
Error ')' is preceded with whitespace. 458
Error '{' should be on the previous line. 459
Error Line is longer than 80 characters. 460
Error First sentence should end with a period. 465
Error '{' should be on the previous line. 469
Error '{' should be on the previous line. 471
Error '{' should be on the previous line. 481
Error Missing a Javadoc comment. 489
Error '{' should be on the previous line. 490
Error Missing a Javadoc comment. 494
Error '{' should be on the previous line. 495
Error Missing a Javadoc comment. 499
Error '{' should be on the previous line. 500
Error Missing a Javadoc comment. 504
Error '{' should be on the previous line. 505
Error Missing a Javadoc comment. 509
Error '{' should be on the previous line. 510
Error Missing a Javadoc comment. 514
Error '{' should be on the previous line. 515
Error Missing a Javadoc comment. 519
Error '{' should be on the previous line. 520
Error Missing a Javadoc comment. 524
Error Parameter _index should be final. 524
Error Name '_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. 524
Error '{' should be on the previous line. 525
Error '{' should be on the previous line. 527
Error Missing a Javadoc comment. 533
Error '{' should be on the previous line. 534

org/apache/excalibur/store/impl/package.html

ErrorLine
Error Missing package documentation file.0

org/apache/excalibur/store/package.html

ErrorLine
Error Missing package documentation file.0