Fork me on GitHub

Résultats PMD

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

Fichiers

fr/paris/lutece/plugins/captcha/modules/recaptcha/service/IReCaptchaService.java

Violation Ligne
Avoid modifiers which are implied by the context 41
Avoid modifiers which are implied by the context 43
Avoid modifiers which are implied by the context 45
Avoid modifiers which are implied by the context 47

fr/paris/lutece/plugins/captcha/modules/recaptcha/service/ReCaptchaService.java

Violation Ligne
Possible unsafe assignment to a non-final static field in a constructor. 58
Avoid unnecessary if..then..else statements when returning booleans 117124
Avoid using Literals in Conditional Statements 134
Avoid using Literals in Conditional Statements 134
Avoid using Literals in Conditional Statements 135
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation 145
Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block 159