The following document contains the results of PMD 5.3.5.
| Violation | Line |
|---|---|
| A high number of imports can indicate a high degree of coupling within an object. | 34–217 |
| If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 121 |
| Deeply nested if..then statements are hard to read | 134–139 |
| Deeply nested if..then statements are hard to read | 145–186 |
| Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() | 145 |
| Do not add empty strings | 160 |
| Do not add empty strings | 164 |
| Do not add empty strings | 175 |