FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
2741600

Files

ClassBugs
modules.BSXModule7
modules.bsx.BSXDisplay6
modules.bsx.BSXGraphic1
modules.bsx.BSXPolygon2

modules.BSXModule

BugCategoryDetailsLine
Private method modules.BSXModule.asciiHexToInt(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD273
Private method modules.BSXModule.decodeCommand(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD475
Private method modules.BSXModule.parseString(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD303
Private method modules.BSXModule.readBSXData(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD376
Private method modules.BSXModule.readIdentifier(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD352
Private method modules.BSXModule.resetMachine() is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD245
Private method modules.BSXModule.warn(String) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD341

modules.bsx.BSXDisplay

BugCategoryDetailsLine
Dead store to scene in modules.bsx.BSXDisplay.showObject(String, int, int)STYLEDLS_DEAD_LOCAL_STORE91
modules.bsx.BSXDisplay.BSXDisplay(String) invokes System.exit(...), which shuts down the entire virtual machineBAD_PRACTICEDM_EXIT32
The field name modules.bsx.BSXDisplay.Scale doesn't start with an lower case letterBAD_PRACTICENM_FIELD_NAMING_CONVENTIONNot available
The method name modules.bsx.BSXDisplay.Translate(int, int, int, int, int) doesn't start with an lower case letterBAD_PRACTICENM_METHOD_NAMING_CONVENTION162
Class modules.bsx.BSXDisplay defines non-transient non-serializable instance field gBufferBAD_PRACTICESE_BAD_FIELDNot available
Class modules.bsx.BSXDisplay defines non-transient non-serializable instance field imageBufferBAD_PRACTICESE_BAD_FIELDNot available

modules.bsx.BSXGraphic

BugCategoryDetailsLine
modules.bsx.BSXGraphic is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONIDNot available

modules.bsx.BSXPolygon

BugCategoryDetailsLine
The field name modules.bsx.BSXPolygon.Pcolor doesn't start with an lower case letterBAD_PRACTICENM_FIELD_NAMING_CONVENTIONNot available
modules.bsx.BSXPolygon is Serializable; consider declaring a serialVersionUIDBAD_PRACTICESE_NO_SERIALVERSIONIDNot available