Le document suivant contient les résultats de PMD 5.5.1.
Violation | Ligne |
---|---|
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 64 |
Avoid variables with short names like t | 67 |
When doing a String.toLowerCase()/toUpperCase() call, use a Locale | 82 |
Avoid variables with short names like md | 83 |
Avoid variables with short names like sb | 90 |