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 |
| 20 |
4 |
0 |
0 |
com.bluecove.emu.gui.BluecoveEmulatorUI$1
| Bug |
Category |
Details |
Line |
Priority |
| com.bluecove.emu.gui.BluecoveEmulatorUI$1.actionPerformed(ActionEvent) invokes System.exit(...), which shuts down the entire virtual machine |
BAD_PRACTICE |
DM_EXIT |
75 |
Medium |
com.bluecove.emu.gui.graph.DeviceCellView
| Bug |
Category |
Details |
Line |
Priority |
| com.bluecove.emu.gui.graph.DeviceCellView.renderer isn't final but should be |
MALICIOUS_CODE |
MS_SHOULD_BE_FINAL |
21 |
High |
| com.bluecove.emu.gui.graph.DeviceCellView is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
21-104 |
Medium |
com.bluecove.emu.gui.graph.DeviceCellViewFactory
| Bug |
Category |
Details |
Line |
Priority |
| Exception is caught when Exception is not thrown in com.bluecove.emu.gui.graph.DeviceCellViewFactory.createVertexView(Object) |
STYLE |
REC_CATCH_EXCEPTION |
28 |
Medium |