Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
500575

Files

FilesIWE
org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.java 00482
org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.java 0093

org/apache/avalon/excalibur/pool/InstrumentedResourceLimitingPool.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. 37
Error Line is longer than 80 characters. 38
Error Line is longer than 80 characters. 39
Error '{' should be on the previous line. 50
Error Missing a Javadoc comment. 51
Error Missing a Javadoc comment. 52
Error Missing a Javadoc comment. 53
Error Missing a Javadoc comment. 54
Error Missing a Javadoc comment. 55
Error Missing a Javadoc comment. 56
Error Missing a Javadoc comment. 57
Error Missing a Javadoc comment. 58
Error First sentence should end with a period. 63
Error Name 'm_semaphore' must match pattern '^[a-z][a-zA-Z0-9]*$'. 66
Error Variable 'm_semaphore' must be private and have accessor methods. 66
Error Name 'm_disposed' must match pattern '^[a-z][a-zA-Z0-9]*$'. 74
Error Name 'm_factory' must match pattern '^[a-z][a-zA-Z0-9]*$'. 79
Error Name 'm_max' must match pattern '^[a-z][a-zA-Z0-9]*$'. 84
Error Line is longer than 80 characters. 87
Error Name 'm_maxStrict' must match pattern '^[a-z][a-zA-Z0-9]*$'. 89
Error Line is longer than 80 characters. 92
Error Line is longer than 80 characters. 93
Error Name 'm_blocking' must match pattern '^[a-z][a-zA-Z0-9]*$'. 95
Error Line is longer than 80 characters. 98
Error Name 'm_blockTimeout' must match pattern '^[a-z][a-zA-Z0-9]*$'. 101
Error Line is longer than 80 characters. 104
Error Name 'm_trimInterval' must match pattern '^[a-z][a-zA-Z0-9]*$'. 106
Error Name 'm_lastTrim' must match pattern '^[a-z][a-zA-Z0-9]*$'. 111
Error Name 'm_ready' must match pattern '^[a-z][a-zA-Z0-9]*$'. 116
Error Line is longer than 80 characters. 119
Error Name 'm_readySize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 121
Error Line is longer than 80 characters. 124
Error Name 'm_oldReady' must match pattern '^[a-z][a-zA-Z0-9]*$'. 126
Error Line is longer than 80 characters. 129
Error Name 'm_oldReadySize' must match pattern '^[a-z][a-zA-Z0-9]*$'. 131
Error First sentence should end with a period. 133
Error Name 'm_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. 136
Error First sentence should end with a period. 138
Error Name 'm_instrumentableName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 139
Error Name 'm_sizeInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 142
Error Name 'm_readySizeInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 145
Error Name 'm_getsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 148
Error Name 'm_putsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 151
Error Name 'm_blocksInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 154
Error Name 'm_createsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 157
Error Name 'm_decommissionsInstrument' must match pattern '^[a-z][a-zA-Z0-9]*$'. 160
Error First sentence should end with a period. 165
Error Line is longer than 80 characters. 168
Error Line is longer than 80 characters. 170
Error Line is longer than 80 characters. 171
Error Line is longer than 80 characters. 172
Error Line is longer than 80 characters. 174
Error Line is longer than 80 characters. 176
Error Line is longer than 80 characters. 177
Error Line is longer than 80 characters. 178
Error Line is longer than 80 characters. 179
Error '(' is followed by whitespace. 181
Error Parameter max should be final. 182
Error Parameter maxStrict should be final. 183
Error Parameter blocking should be final. 184
Error Parameter blockTimeout should be final. 185
Error Parameter trimInterval should be final. 186
Error ')' is preceded with whitespace. 186
Error '{' should be on the previous line. 187
Error '(' is followed by whitespace. 189
Error Avoid inline conditionals. 189
Error ')' is preceded with whitespace. 189
Error 'if' is not followed by whitespace. 197
Error '(' is followed by whitespace. 197
Error ')' is preceded with whitespace. 197
Error '{' should be on the previous line. 198
Error '(' is followed by whitespace. 203
Error ')' is preceded with whitespace. 203
Error Line is longer than 80 characters. 204
Error '(' is followed by whitespace. 204
Error ')' is preceded with whitespace. 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 '(' is followed by whitespace. 208
Error ')' is preceded with whitespace. 208
Error Line is longer than 80 characters. 209
Error '(' is followed by whitespace. 209
Error ')' is preceded with whitespace. 209
Error Line is longer than 80 characters. 216
Error Line is longer than 80 characters. 217
Error Line is longer than 80 characters. 220
Error Line is longer than 80 characters. 222
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 225
Error Method length is 170 lines (max allowed is 150). 225
Error '{' should be on the previous line. 226
Error 'if' construct must use '{}'s. 227
Error 'if' is not followed by whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error '(' is followed by whitespace. 227
Error ')' is preceded with whitespace. 227
Error 'synchronized' 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 'if' is not followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error '(' is followed by whitespace. 234
Error ')' is preceded with whitespace. 234
Error '&&' should be on a new line. 234
Error '(' is followed by whitespace. 235
Error ')' is preceded with whitespace. 235
Error ')' is preceded with whitespace. 235
Error 'if' is not followed by whitespace. 241
Error '(' is followed by whitespace. 241
Error ')' is preceded with whitespace. 241
Error '{' should be on the previous line. 242
Error 'cast' is not followed by whitespace. 244
Error '}' should be on the same line. 246
Error 'if' is not followed by whitespace. 247
Error '(' is followed by whitespace. 247
Error ')' is preceded with whitespace. 247
Error '{' should be on the previous line. 248
Error 'cast' is not followed by whitespace. 250
Error '}' should be on the same line. 252
Error '{' should be on the previous line. 254
Error 'if' is not followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error '(' is followed by whitespace. 256
Error ')' is preceded with whitespace. 256
Error ')' is preceded with whitespace. 256
Error '{' should be on the previous line. 257
Error Line is longer than 80 characters. 258
Error Line is longer than 80 characters. 261
Error 'if' is not followed by whitespace. 262
Error '(' is followed by whitespace. 262
Error ')' is preceded with whitespace. 262
Error '{' should be on the previous line. 263
Error 'if' is not followed by whitespace. 266
Error '(' is followed by whitespace. 266
Error ')' is preceded with whitespace. 266
Error '{' should be on the previous line. 267
Error Line is longer than 80 characters. 268
Error '(' is followed by whitespace. 268
Error Line is longer than 80 characters. 269
Error ')' is preceded with whitespace. 269
Error 'if' is not followed by whitespace. 275
Error '(' is followed by whitespace. 275
Error ')' is preceded with whitespace. 275
Error '{' should be on the previous line. 276
Error Line is longer than 80 characters. 277
Error Line is longer than 80 characters. 279
Error '{' should be on the previous line. 283
Error 'if' is not followed by whitespace. 284
Error '(' is followed by whitespace. 284
Error ')' is preceded with whitespace. 284
Error '{' should be on the previous line. 285
Error '{' should be on the previous line. 287
Error '(' is followed by whitespace. 288
Error ')' is preceded with whitespace. 288
Error '}' should be on the same line. 289
Error 'catch' 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 Must have at least one statement. 291
Error Line is longer than 80 characters. 294
Error 'if' is not followed by whitespace. 295
Error '(' is followed by whitespace. 295
Error ')' is preceded with whitespace. 295
Error '{' should be on the previous line. 296
Error Line is longer than 80 characters. 297
Error '(' is followed by whitespace. 297
Error ')' is preceded with whitespace. 297
Error 'if' is not followed by whitespace. 300
Error '(' is followed by whitespace. 300
Error ')' is preceded with whitespace. 300
Error '{' should be on the previous line. 301
Error Line is longer than 80 characters. 302
Error Line is longer than 80 characters. 304
Error '(' is followed by whitespace. 304
Error ')' is preceded with whitespace. 304
Error '}' should be on the same line. 306
Error '{' should be on the previous line. 308
Error 'if' is not followed by whitespace. 312
Error '(' is followed by whitespace. 312
Error ')' is preceded with whitespace. 312
Error '{' should be on the previous line. 313
Error Line is longer than 80 characters. 315
Error Line is longer than 80 characters. 316
Error '(' is followed by whitespace. 316
Error ')' is preceded with whitespace. 316
Error Line is longer than 80 characters. 317
Error ')' is preceded with whitespace. 317
Error Line is longer than 80 characters. 320
Error '(' is followed by whitespace. 320
Error ')' is preceded with whitespace. 321
Error '(' is followed by whitespace. 323
Error ')' is preceded with whitespace. 323
Error '}' should be on the same line. 324
Error '{' should be on the previous line. 326
Error Line is longer than 80 characters. 327
Error Line is longer than 80 characters. 328
Error '{' should be on the previous line. 331
Error '{' should be on the previous line. 333
Error '}' should be on the same line. 335
Error 'catch' is not followed by whitespace. 336
Error '(' is followed by whitespace. 336
Error ')' is preceded with whitespace. 336
Error '{' should be on the previous line. 337
Error Must have at least one statement. 337
Error 'if' is not followed by whitespace. 341
Error '(' is followed by whitespace. 341
Error ')' is preceded with whitespace. 341
Error '{' should be on the previous line. 342
Error Line is longer than 80 characters. 343
Error '(' is followed by whitespace. 343
Error ')' is preceded with whitespace. 343
Error '(' is followed by whitespace. 345
Error ')' is preceded with whitespace. 345
Error 'cast' is not followed by whitespace. 349
Error 'if' is not followed by whitespace. 352
Error '(' is followed by whitespace. 352
Error ')' is preceded with whitespace. 352
Error '{' should be on the previous line. 353
Error Line is longer than 80 characters. 355
Error '(' is followed by whitespace. 355
Error '(' is followed by whitespace. 355
Error ')' is preceded with whitespace. 355
Error Line is longer than 80 characters. 356
Error Line is longer than 80 characters. 357
Error ')' is preceded with whitespace. 357
Error '}' should be on the same line. 359
Error '{' should be on the previous line. 361
Error Line is longer than 80 characters. 364
Error '(' is followed by whitespace. 364
Error ')' is preceded with whitespace. 364
Error '}' should be on the same line. 366
Error '{' should be on the previous line. 368
Error Line is longer than 80 characters. 369
Error 'if' is not followed by whitespace. 374
Error '(' is followed by whitespace. 374
Error ')' is preceded with whitespace. 374
Error '{' should be on the previous line. 375
Error Line is longer than 80 characters. 376
Error '(' is followed by whitespace. 376
Error ')' is preceded with whitespace. 377
Error Line has trailing spaces. 381
Error 'if' 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 '(' is followed by whitespace. 392
Error ')' is preceded with whitespace. 392
Error Method 'put' is not designed for extension - needs to be abstract, final or empty. 402
Error '(' is followed by whitespace. 402
Error Parameter poolable should be final. 402
Error ')' is preceded with whitespace. 402
Error '{' should be on the previous line. 403
Error 'if' is not followed by whitespace. 405
Error '(' is followed by whitespace. 405
Error ')' is preceded with whitespace. 405
Error '{' should be on the previous line. 406
Error '(' is followed by whitespace. 407
Error 'cast' is not followed by whitespace. 407
Error ')' is preceded with whitespace. 407
Error 'synchronized' is not followed by whitespace. 411
Error '(' is followed by whitespace. 411
Error ')' is preceded with whitespace. 411
Error '{' should be on the previous line. 412
Error 'if' is not followed by whitespace. 413
Error '(' is followed by whitespace. 413
Error ')' is preceded with whitespace. 413
Error '{' should be on the previous line. 414
Error 'if' is not followed by whitespace. 415
Error '(' is followed by whitespace. 415
Error ')' is preceded with whitespace. 415
Error '{' should be on the previous line. 416
Error 'if' is not followed by whitespace. 418
Error '(' is followed by whitespace. 418
Error ')' is preceded with whitespace. 418
Error '{' should be on the previous line. 419
Error Line is longer than 80 characters. 420
Error '(' is followed by whitespace. 420
Error ')' is preceded with whitespace. 421
Error '(' is followed by whitespace. 424
Error ')' is preceded with whitespace. 424
Error '}' should be on the same line. 425
Error '{' should be on the previous line. 427
Error 'if' is not followed by whitespace. 429
Error '(' is followed by whitespace. 429
Error ')' is preceded with whitespace. 429
Error '{' should be on the previous line. 430
Error Line is longer than 80 characters. 431
Error '(' is followed by whitespace. 431
Error ')' is preceded with whitespace. 432
Error '(' is followed by whitespace. 435
Error ')' is preceded with whitespace. 435
Error Line is longer than 80 characters. 438
Error 'if' is not followed by whitespace. 439
Error '(' is followed by whitespace. 439
Error ')' is preceded with whitespace. 439
Error '{' should be on the previous line. 440
Error '}' should be on the same line. 444
Error '{' should be on the previous line. 446
Error Line is longer than 80 characters. 447
Error 'if' is not followed by whitespace. 448
Error '(' is followed by whitespace. 448
Error ')' is preceded with whitespace. 448
Error '{' should be on the previous line. 449
Error Line is longer than 80 characters. 450
Error '(' is followed by whitespace. 450
Error ')' is preceded with whitespace. 451
Error '(' is followed by whitespace. 454
Error ')' is preceded with whitespace. 454
Error Line has trailing spaces. 456
Error '(' is followed by whitespace. 462
Error ')' is preceded with whitespace. 462
Error Method 'dispose' is not designed for extension - needs to be abstract, final or empty. 474
Error '{' should be on the previous line. 475
Error 'synchronized' is not followed by whitespace. 481
Error '(' is followed by whitespace. 481
Error ')' is preceded with whitespace. 481
Error '{' should be on the previous line. 482
Error 'for' is not followed by whitespace. 484
Error '(' is followed by whitespace. 484
Error ';' is followed by whitespace. 484
Error '{' should be on the previous line. 485
Error 'cast' is not followed by whitespace. 486
Error '(' is followed by whitespace. 489
Error ')' is preceded with whitespace. 489
Error 'if' is not followed by whitespace. 493
Error '(' is followed by whitespace. 493
Error ')' is preceded with whitespace. 493
Error '{' should be on the previous line. 494
Error 'for' is not followed by whitespace. 495
Error '(' is followed by whitespace. 495
Error ';' is followed by whitespace. 495
Error '{' should be on the previous line. 496
Error 'cast' is not followed by whitespace. 497
Error '(' is followed by whitespace. 500
Error ')' is preceded with whitespace. 500
Error Line is longer than 80 characters. 504
Error 'if' is not followed by whitespace. 505
Error '(' is followed by whitespace. 505
Error ')' is preceded with whitespace. 505
Error '{' should be on the previous line. 506
Error 'if' is not followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error '(' is followed by whitespace. 510
Error ')' is preceded with whitespace. 510
Error ')' is preceded with whitespace. 510
Error '{' should be on the previous line. 511
Error '(' is followed by whitespace. 512
Error Line is longer than 80 characters. 513
Error ')' is preceded with whitespace. 513
Error Line has trailing spaces. 515
Error '(' is followed by whitespace. 521
Error ')' is preceded with whitespace. 521
Error '(' is followed by whitespace. 522
Error ')' is preceded with whitespace. 522
Error Method 'setInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 541
Error '(' is followed by whitespace. 541
Error Parameter name should be final. 541
Error ')' is preceded with whitespace. 541
Error '{' should be on the previous line. 542
Error Method 'getInstrumentableName' is not designed for extension - needs to be abstract, final or empty. 551
Error '{' should be on the previous line. 552
Error Method 'getInstruments' is not designed for extension - needs to be abstract, final or empty. 567
Error '{' should be on the previous line. 568
Error Method 'getChildInstrumentables' is not designed for extension - needs to be abstract, final or empty. 590
Error '{' should be on the previous line. 591
Error Method 'permanentlyRemovePoolable' is not designed for extension - needs to be abstract, final or empty. 604
Error '(' is followed by whitespace. 604
Error Parameter poolable should be final. 604
Error Expected @param tag for 'poolable'. 604
Error ')' is preceded with whitespace. 604
Error '{' should be on the previous line. 605
Error '(' is followed by whitespace. 607
Error ')' is preceded with whitespace. 607
Error Line is longer than 80 characters. 611
Error Method 'getSize' is not designed for extension - needs to be abstract, final or empty. 615
Error '{' should be on the previous line. 616
Error '{' should be on the previous line. 627
Error Line has trailing spaces. 630
Error Method 'getReadySize' is not designed for extension - needs to be abstract, final or empty. 636
Error '{' should be on the previous line. 637
Error 'synchronized' is not followed by whitespace. 638
Error '(' is followed by whitespace. 638
Error ')' is preceded with whitespace. 638
Error '{' should be on the previous line. 639
Error Expected an @return tag. 653
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 653
Error Expected @throws tag for 'Exception'. 653
Error '{' should be on the previous line. 654
Error '(' is followed by whitespace. 660
Error ')' is preceded with whitespace. 660
Error 'cast' is not followed by whitespace. 662
Error Method 'removePoolable' is not designed for extension - needs to be abstract, final or empty. 674
Error '(' is followed by whitespace. 674
Error Parameter poolable should be final. 674
Error ')' is preceded with whitespace. 674
Error '{' should be on the previous line. 675
Error '{' should be on the previous line. 677
Error '(' is followed by whitespace. 678
Error ')' is preceded with whitespace. 678
Error '(' is followed by whitespace. 682
Error ')' is preceded with whitespace. 682
Error '}' should be on the same line. 683
Error 'catch' is not followed by whitespace. 684
Error '(' is followed by whitespace. 684
Error ')' is preceded with whitespace. 684
Error '{' should be on the previous line. 685
Error 'if' is not followed by whitespace. 686
Error '(' is followed by whitespace. 686
Error ')' is preceded with whitespace. 686
Error '{' should be on the previous line. 687
Error '(' is followed by whitespace. 688
Error ')' is preceded with whitespace. 688
Error Line is longer than 80 characters. 694
Error Line is longer than 80 characters. 695
Error Line is longer than 80 characters. 700
Error Line is longer than 80 characters. 701
Error Line is longer than 80 characters. 702
Error Line is longer than 80 characters. 705
Error Line is longer than 80 characters. 706
Error Line is longer than 80 characters. 707
Error Line is longer than 80 characters. 708
Error Line is longer than 80 characters. 709
Error Line is longer than 80 characters. 712
Error Line is longer than 80 characters. 715
Error Line is longer than 80 characters. 716
Error Method 'trim' is not designed for extension - needs to be abstract, final or empty. 721
Error '{' should be on the previous line. 722
Error 'if' is not followed by whitespace. 723
Error '(' is followed by whitespace. 723
Error ')' is preceded with whitespace. 723
Error '{' should be on the previous line. 724
Error 'synchronized' is not followed by whitespace. 725
Error '(' is followed by whitespace. 725
Error ')' is preceded with whitespace. 725
Error '{' should be on the previous line. 726
Error '}' should be on the same line. 729
Error '{' should be on the previous line. 731
Error Line is longer than 80 characters. 732
Error '(' is followed by whitespace. 732
Error ')' is preceded with whitespace. 732
Error Expected an @return tag. 741
Error '{' should be on the previous line. 742
Error 'if' is not followed by whitespace. 746
Error '(' is followed by whitespace. 746
Error ')' is preceded with whitespace. 746
Error '{' should be on the previous line. 747
Error 'if' is not followed by whitespace. 748
Error '(' is followed by whitespace. 748
Error ')' is preceded with whitespace. 748
Error '{' should be on the previous line. 749
Error Line is longer than 80 characters. 750
Error '(' is followed by whitespace. 750
Error ')' is preceded with whitespace. 750
Error 'for' is not followed by whitespace. 755
Error '(' is followed by whitespace. 755
Error ';' is followed by whitespace. 755
Error '{' should be on the previous line. 756
Error 'cast' is not followed by whitespace. 757
Error '(' is followed by whitespace. 760
Error ')' is preceded with whitespace. 760
Error 'if' is not followed by whitespace. 765
Error '(' is followed by whitespace. 765
Error ')' is preceded with whitespace. 765
Error '{' should be on the previous line. 766
Error Line is longer than 80 characters. 767
Error '(' is followed by whitespace. 767
Error ')' is preceded with whitespace. 767

org/apache/avalon/excalibur/pool/ValidatedResourceLimitingPool.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. 29
Error Line is longer than 80 characters. 34
Error Name 'm_needsValidation' must match pattern '^[a-z][a-zA-Z0-9]*$'. 37
Error First sentence should end with a period. 42
Error Line is longer than 80 characters. 45
Error Line is longer than 80 characters. 47
Error Line is longer than 80 characters. 48
Error Line is longer than 80 characters. 49
Error Line is longer than 80 characters. 51
Error Line is longer than 80 characters. 53
Error Line is longer than 80 characters. 54
Error Line is longer than 80 characters. 55
Error Line is longer than 80 characters. 56
Error '(' is followed by whitespace. 58
Error Parameter max should be final. 59
Error Parameter maxStrict should be final. 60
Error Parameter blocking should be final. 61
Error Parameter blockTimeout should be final. 62
Error Parameter trimInterval should be final. 63
Error ')' is preceded with whitespace. 63
Error '{' should be on the previous line. 64
Error '(' is followed by whitespace. 66
Error ')' is preceded with whitespace. 66
Error Line is longer than 80 characters. 73
Error Line is longer than 80 characters. 74
Error Line is longer than 80 characters. 77
Error Line is longer than 80 characters. 79
Error Method 'get' is not designed for extension - needs to be abstract, final or empty. 82
Error '{' should be on the previous line. 83
Error Line is longer than 80 characters. 87
Error '{' should be on the previous line. 90
Error 'synchronized' is not followed by whitespace. 91
Error '(' is followed by whitespace. 91
Error ')' is preceded with whitespace. 91
Error '{' should be on the previous line. 92
Error Line is longer than 80 characters. 93
Error Line is longer than 80 characters. 94
Error Line is longer than 80 characters. 99
Error 'if' is not followed by whitespace. 105
Error '(' is followed by whitespace. 105
Error ')' is preceded with whitespace. 105
Error '{' should be on the previous line. 106
Error 'if' is not followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error '(' is followed by whitespace. 108
Error ')' is preceded with whitespace. 108
Error ')' is preceded with whitespace. 108
Error '{' should be on the previous line. 109
Error Line is longer than 80 characters. 110
Error 'synchronized' 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 'if' is not followed by whitespace. 114
Error '(' is followed by whitespace. 114
Error ')' is preceded with whitespace. 114
Error '{' should be on the previous line. 115
Error Line is longer than 80 characters. 116
Error '(' is followed by whitespace. 116
Error Line is longer than 80 characters. 117
Error ')' is preceded with whitespace. 117
Error '(' is followed by whitespace. 120
Error ')' is preceded with whitespace. 120
Error '(' is followed by whitespace. 125
Error ')' is preceded with whitespace. 125
Error Expected an @return tag. 140
Error Method 'newPoolable' is not designed for extension - needs to be abstract, final or empty. 140
Error Expected @throws tag for 'Exception'. 140
Error '{' should be on the previous line. 141
Error Line is longer than 80 characters. 142
Error Line is longer than 80 characters. 152
Error Line is longer than 80 characters. 158
Error Method 'validatePoolable' is not designed for extension - needs to be abstract, final or empty. 160
Error '(' is followed by whitespace. 160
Error Parameter poolable should be final. 160
Error ')' is preceded with whitespace. 160
Error Expected @throws tag for 'Exception'. 160
Error '{' should be on the previous line. 161
Error 'if' is not followed by whitespace. 162
Error '(' is followed by whitespace. 162
Error ')' is preceded with whitespace. 162
Error '{' should be on the previous line. 163
Error '(' is followed by whitespace. 164
Error 'cast' is not followed by whitespace. 164
Error ')' is preceded with whitespace. 164
Error '}' should be on the same line. 165
Error '{' should be on the previous line. 167