FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
20500

cldcunit.runner.TestRunner

BugCategoryDetailsLinePriority
cldcunit.runner.TestRunner.createTestSuite(String[]) invokes System.exit(...), which shuts down the entire virtual machineBAD_PRACTICEDM_EXIT360Medium
cldcunit.runner.TestRunner.theInstance should be package protectedMALICIOUS_CODEMS_PKGPROTECT56Medium
Exception is caught when Exception is not thrown in cldcunit.runner.TestRunner.createTestSuite(String[])STYLEREC_CATCH_EXCEPTION377Medium
Write to static field cldcunit.runner.TestRunner.theInstance from instance method cldcunit.runner.TestRunner.destroyApp(boolean)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD427Medium

junit.framework.TestCase

BugCategoryDetailsLinePriority
junit.framework.TestCase.getTestMethods() may expose internal representation by returning TestCase.decleredTestMethodsMALICIOUS_CODEEI_EXPOSE_REP240Medium