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 |
| 22 |
4 |
0 |
0 |
net.sf.bluecove.obex.Deploy
| Bug |
Category |
Details |
Line |
Priority |
| Unread field: net.sf.bluecove.obex.Deploy.progressMaximum |
PERFORMANCE |
URF_UNREAD_FIELD |
128 |
Medium |
net.sf.bluecove.obex.Main
| Bug |
Category |
Details |
Line |
Priority |
| net.sf.bluecove.obex.Main.actionPerformed(ActionEvent) invokes System.exit(...), which shuts down the entire virtual machine |
BAD_PRACTICE |
DM_EXIT |
260 |
Medium |
net.sf.bluecove.obex.ObexBluetoothClient
| Bug |
Category |
Details |
Line |
Priority |
| new net.sf.bluecove.obex.ObexBluetoothClient(UserInteraction, String, byte[]) may expose internal representation by storing an externally mutable object into ObexBluetoothClient.data |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
112 |
Medium |
net.sf.bluecove.obex.Persistence
| Bug |
Category |
Details |
Line |
Priority |
| net.sf.bluecove.obex.Persistence.homePath() ignores exceptional return value of java.io.File.delete() |
BAD_PRACTICE |
RV_RETURN_VALUE_IGNORED_BAD_PRACTICE |
77 |
Medium |