Fork me on GitHub

PMD Results

The following document contains the results of PMD 5.3.5.

Files

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

Violation Line
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