Rule |
Violation |
Priority |
Line |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
307 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
310 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
317–331 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
336–341 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
349–355 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
360–362 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
369–374 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
380–382 |
AvoidSynchronizedAtMethodLevel |
Use block level rather than method level synchronization |
3 |
393–418 |
UnusedAssignment |
The initializer for variable 'handler' is never used (overwritten on lines 396 and 405) |
3 |
394 |