PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/captcha/modules/recaptcha/service/IReCaptchaService.java
Violation |
Line |
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 |
Line |
Possible unsafe assignment to a non-final static field in a constructor. |
58 |
Avoid unnecessary if..then..else statements when returning booleans |
117–124 |
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 |