Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/adminquery/business/AdminQueryDAO.java

Violation Ligne
Do not add empty strings 108
New exception is thrown in catch block, original stack trace may be lost 154
New exception is thrown in catch block, original stack trace may be lost 176
New exception is thrown in catch block, original stack trace may be lost 198

fr/paris/lutece/plugins/adminquery/web/AdminQueryJspBean.java

Violation Ligne
Avoid unnecessary constructors - the compiler will generate these for you 8688
Document empty constructor 8688
It is a good practice to call super() in a constructor 8688
Avoid reassigning parameters such as 'strRequest' 105
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 107
New exception is thrown in catch block, original stack trace may be lost 126
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 148
Avoid variables with short names like i 169