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 |
---|
38 | 5 | 0 | 0 |
net.sf.jsog.JSOG
Bug | Category | Details | Line | Priority |
---|
net.sf.jsog.JSOG.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 55 | Medium |
Inconsistent synchronization of net.sf.jsog.JSOG.value; locked 87% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 214 | Medium |
net.sf.jsog.client.DefaultHttpClientImpl
Bug | Category | Details | Line | Priority |
---|
net.sf.jsog.client.DefaultHttpClientImpl.getHeaders() is unsynchronized, net.sf.jsog.client.DefaultHttpClientImpl.setHeaders(Map) is synchronized | MT_CORRECTNESS | UG_SYNC_SET_UNSYNC_GET | 162 | Medium |
net.sf.jsog.client.UrlBuilder
Bug | Category | Details | Line | Priority |
---|
net.sf.jsog.client.UrlBuilder.clone() does not call super.clone() | BAD_PRACTICE | CN_IDIOM_NO_SUPER_CALL | 42 | Medium |
net.sf.jsog.dynamic.JsogMethod$Parameter
Bug | Category | Details | Line | Priority |
---|
Unread field: net.sf.jsog.dynamic.JsogMethod$Parameter.position | PERFORMANCE | URF_UNREAD_FIELD | 59 | Medium |