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
143600

Files

ClassBugs
org.microemu.tests.MainTestMIDlet2
org.microemu.tests.Manager2
org.microemu.tests.PreporcessorTestCanvas1
org.microemu.tests.ThreadTestsForm$21

org.microemu.tests.MainTestMIDlet

BugCategoryDetailsLine
Write to static field org.microemu.tests.Manager.midletInstance from instance method org.microemu.tests.MainTestMIDlet.startApp()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD53
MainTestMIDlet.testPanels not initialized in constructorSTYLEUWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTORNot available

org.microemu.tests.Manager

BugCategoryDetailsLine
org.microemu.tests.Manager.midletInstance should be package protectedMALICIOUS_CODEMS_PKGPROTECT27
org.microemu.tests.Manager.sequence should be package protectedMALICIOUS_CODEMS_PKGPROTECT29

org.microemu.tests.PreporcessorTestCanvas

BugCategoryDetailsLine
Load of known null value in org.microemu.tests.PreporcessorTestCanvas.paint(Graphics)STYLENP_LOAD_OF_KNOWN_NULL_VALUE77

org.microemu.tests.ThreadTestsForm$2

BugCategoryDetailsLine
The class org.microemu.tests.ThreadTestsForm$2 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available