FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
39 3 0 0

net.sf.urlchecker.communication.GenericCommunicationFactory

Bug Category Details Line Priority
Inconsistent synchronization of net.sf.urlchecker.communication.GenericCommunicationFactory.configured; locked 62% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 193 Medium
Inconsistent synchronization of net.sf.urlchecker.communication.GenericCommunicationFactory.validCodes; locked 58% of time MT_CORRECTNESS IS2_INCONSISTENT_SYNC 201 Medium
net.sf.urlchecker.communication.GenericCommunicationFactory.WARNINGS should be package protected MALICIOUS_CODE MS_PKGPROTECT 71 Medium