The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 143 | 6 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.microemu.tests.MainTestMIDlet | 2 |
| org.microemu.tests.Manager | 2 |
| org.microemu.tests.PreporcessorTestCanvas | 1 |
| org.microemu.tests.ThreadTestsForm$2 | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Write to static field org.microemu.tests.Manager.midletInstance from instance method org.microemu.tests.MainTestMIDlet.startApp() | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 53 |
| MainTestMIDlet.testPanels not initialized in constructor | STYLE | UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.microemu.tests.Manager.midletInstance should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 27 |
| org.microemu.tests.Manager.sequence should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 29 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Load of known null value in org.microemu.tests.PreporcessorTestCanvas.paint(Graphics) | STYLE | NP_LOAD_OF_KNOWN_NULL_VALUE | 77 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.microemu.tests.ThreadTestsForm$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |