Le document suivant contient les résultats de PMD 5.3.5.
Violation | Ligne |
---|---|
Avoid declaring a variable if it is unreferenced before a possible exit point. | 74 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 83 |
Avoid variables with short names like t | 94 |
StringBuffer constructor is initialized with size 16, but has at least 17 characters appended. | 110 |