Fork me on GitHub

Résultats PMD

Le document suivant contient les résultats de PMD 5.3.5.

Fichiers

fr/paris/lutece/plugins/customerprovisioning/modules/identitystore/services/IdentityStoreCustomerInfoService.java

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 8487
Avoid empty catch blocks 99102
Avoid empty catch blocks 122125
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