Le document suivant contient les résultats de PMD 5.3.5.
Violation | Ligne |
---|---|
Avoid unused imports such as 'org.apache.commons.lang.StringUtils' | 46 |
Avoid unused imports such as 'org.apache.commons.lang.StringUtils' | 46 |
Avoid excessively long variable names like ATTRIBUTE_IDENTITY_HOMEINFO_TELECOM_TELEPHONE_NUMBER | 69 |
Avoid unnecessary constructors - the compiler will generate these for you | 84–87 |
Avoid empty catch blocks | 99–102 |
Avoid empty catch blocks | 122–125 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 158 |
Assigning an Object to null is a code smell. Consider refactoring. | 219 |