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

ClassesBugsErrorsMissing Classes
38500

net.sf.jsog.JSOG

BugCategoryDetailsLinePriority
net.sf.jsog.JSOG.clone() does not call super.clone()BAD_PRACTICECN_IDIOM_NO_SUPER_CALL55Medium
Inconsistent synchronization of net.sf.jsog.JSOG.value; locked 87% of timeMT_CORRECTNESSIS2_INCONSISTENT_SYNC214Medium

net.sf.jsog.client.DefaultHttpClientImpl

BugCategoryDetailsLinePriority
net.sf.jsog.client.DefaultHttpClientImpl.getHeaders() is unsynchronized, net.sf.jsog.client.DefaultHttpClientImpl.setHeaders(Map) is synchronizedMT_CORRECTNESSUG_SYNC_SET_UNSYNC_GET162Medium

net.sf.jsog.client.UrlBuilder

BugCategoryDetailsLinePriority
net.sf.jsog.client.UrlBuilder.clone() does not call super.clone()BAD_PRACTICECN_IDIOM_NO_SUPER_CALL42Medium

net.sf.jsog.dynamic.JsogMethod$Parameter

BugCategoryDetailsLinePriority
Unread field: net.sf.jsog.dynamic.JsogMethod$Parameter.positionPERFORMANCEURF_UNREAD_FIELD59Medium