The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 20 | 5 | 0 | 0 |
| Class | Bugs |
|---|---|
| cldcunit.runner.TestRunner | 4 |
| junit.framework.TestCase | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| cldcunit.runner.TestRunner.createTestSuite(String[]) invokes System.exit(...), which shuts down the entire virtual machine | BAD_PRACTICE | DM_EXIT | 360 | Medium |
| cldcunit.runner.TestRunner.theInstance should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 56 | Medium |
| Exception is caught when Exception is not thrown in cldcunit.runner.TestRunner.createTestSuite(String[]) | STYLE | REC_CATCH_EXCEPTION | 377 | Medium |
| Write to static field cldcunit.runner.TestRunner.theInstance from instance method cldcunit.runner.TestRunner.destroyApp(boolean) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 427 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| junit.framework.TestCase.getTestMethods() may expose internal representation by returning TestCase.decleredTestMethods | MALICIOUS_CODE | EI_EXPOSE_REP | 240 | Medium |