PMD Results
The following document contains the results of PMD
4.2.2.
Files
com/octo/captcha/engine/MockCaptchaEngine.java
Violation |
Line |
No need to import a type that lives in the same package |
12
|
com/octo/captcha/MockCaptcha.java
Violation |
Line |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
61
|
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
81
|