Rule |
Violation |
Priority |
Line |
CyclomaticComplexity |
The method 'writeFaceWithOffsets(int, int, int, int)' has a cyclomatic complexity of 14. |
3 |
253–291 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
360 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
363 |
UseConcurrentHashMap |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
3 |
369 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
426 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
427 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
431 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
436 |
AvoidInstantiatingObjectsInLoops |
Avoid instantiating new objects inside loops |
3 |
446 |
NullAssignment |
Assigning an Object to null is a code smell. Consider refactoring. |
3 |
449 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
452 |
AccessorMethodGeneration |
Avoid autogenerated methods to access private fields and methods of inner / outer classes |
3 |
467 |