FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
44 3 0 0

Files

Class Bugs
com.octo.captcha.MockCaptcha 3

com.octo.captcha.MockCaptcha

Bug Category Details Line
com.octo.captcha.MockCaptcha.hasGetChalengeBeenCalled() invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 81
com.octo.captcha.MockCaptcha.validateResponse(Object) invokes inefficient Boolean constructor; use Boolean.valueOf(...) instead PERFORMANCE DM_BOOLEAN_CTOR 61
com.octo.captcha.MockCaptcha is Serializable; consider declaring a serialVersionUID BAD_PRACTICE SE_NO_SERIALVERSIONID 23-81