PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/mylutece/modules/persona/authentication/PersonaAuthentication.java
Violation |
Line |
Document empty method |
108–109 |
fr/paris/lutece/plugins/mylutece/modules/persona/service/PersonaService.java
Violation |
Line |
The Logger variable declaration does not contain the static and final modifiers |
53 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
76 |
debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
80 |
fr/paris/lutece/plugins/mylutece/modules/persona/web/AuthLoginServlet.java
Violation |
Line |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
67 |
fr/paris/lutece/plugins/mylutece/modules/persona/web/PersonaApp.java
Violation |
Line |
Assigning an Object to null is a code smell. Consider refactoring. |
120 |