The following document contains the results of PMD 5.3.5.
Violation | Line |
---|---|
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 79 |
Prefer StringBuffer over += for concatenating strings | 83 |
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block | 99 |