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