Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/mylutece/modules/persona/authentication/PersonaAuthentication.java

Violation Ligne
Document empty method 108109

fr/paris/lutece/plugins/mylutece/modules/persona/service/PersonaService.java

Violation Ligne
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 Ligne
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 Ligne
Assigning an Object to null is a code smell. Consider refactoring. 120