Résultats PMD
Le document suivant contient les résultats de PMD 5.3.5.
Fichiers
fr/paris/lutece/plugins/jpa/modules/hibernate/service/HibernateMonitorService.java
| Violation |
Ligne |
| debug logging that involves string concatenation should be guarded with isDebugEnabled() checks |
276 |
| Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block |
311 |
fr/paris/lutece/plugins/jpa/modules/hibernate/web/HibernateMonitorJspBean.java
| Violation |
Ligne |
| If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
96 |