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
2531200

Files

ClassBugs
de.mud.bsx.BSXAppletTest2
de.mud.bsx.BSXCacheTest1
de.mud.bsx.BSXDisplay1
de.mud.bsx.BSXDisplayTest3
de.mud.bsx.BSXObjectTest2
de.mud.bsx.BSXSceneTest3

de.mud.bsx.BSXAppletTest

BugCategoryDetailsLine
BSXAppletTest.control not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available
BSXAppletTest.testee not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

de.mud.bsx.BSXCacheTest

BugCategoryDetailsLine
BSXCacheTest.testee not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

de.mud.bsx.BSXDisplay

BugCategoryDetailsLine
Redundant nullcheck of de.mud.bsx.BSXDisplay.currentScene, which is known to be non-null in de.mud.bsx.BSXDisplay.showScene(String)STYLERCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE74

de.mud.bsx.BSXDisplayTest

BugCategoryDetailsLine
Unread field: de.mud.bsx.BSXDisplayTest.objectName; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC16
Unread field: de.mud.bsx.BSXDisplayTest.sceneName; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC14
BSXDisplayTest.testee not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

de.mud.bsx.BSXObjectTest

BugCategoryDetailsLine
Unread field: de.mud.bsx.BSXObjectTest.objectName; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC18
BSXObjectTest.testee not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

de.mud.bsx.BSXSceneTest

BugCategoryDetailsLine
Unread field: de.mud.bsx.BSXSceneTest.objectName; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC15
Unread field: de.mud.bsx.BSXSceneTest.sceneName; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC17
BSXSceneTest.testee not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available