PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/crm/modules/mylutece/service/IMyLuteceUserService.java
Violation |
Line |
Generics names should be a one letter long and upper case. |
46 |
fr/paris/lutece/plugins/crm/modules/mylutece/web/CRMMyluteceJspBean.java
Violation |
Line |
Private field '_userSearchFields' could be made final; it is only initialized in the declaration or constructor. |
99 |
Private field '_crmUserService' could be made final; it is only initialized in the declaration or constructor. |
100 |
Private field '_crmUserAttributesService' could be made final; it is only initialized in the declaration or constructor. |
101 |
Private field '_anonymizationService' could be made final; it is only initialized in the declaration or constructor. |
102 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
117 |