The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
39 | 3 | 0 | 0 |
Class | Bugs |
---|---|
net.sf.urlchecker.communication.GenericCommunicationFactory | 3 |
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 |