The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
39 | 3 | 0 | 0 |
Class | Bugs |
---|---|
com.octo.captcha.module.servlet.image.SimpleImageCaptchaServlet | 3 |
Bug | Category | Details | Line |
---|---|---|---|
com.octo.captcha.module.servlet.image.SimpleImageCaptchaServlet.service isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 29 |
Class com.octo.captcha.module.servlet.image.SimpleImageCaptchaServlet implements same interface as superclass | STYLE | RI_REDUNDANT_INTERFACES | 27-76 |
com.octo.captcha.module.servlet.image.SimpleImageCaptchaServlet is Serializable; consider declaring a serialVersionUID | BAD_PRACTICE | SE_NO_SERIALVERSIONID | 27-76 |