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
116900

Files

ClassBugs
cldcunit.runner.InstrumentedTestCaseHelper1
cldcunit.runner.TestRunner5
junit.framework.TestCase1
junit.framework.TestResult$11
junit.framework.TestSuite$21

cldcunit.runner.InstrumentedTestCaseHelper

BugCategoryDetailsLine
Should cldcunit.runner.InstrumentedTestCaseHelper.createAllTestMethods() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS30

cldcunit.runner.TestRunner

BugCategoryDetailsLine
cldcunit.runner.TestRunner.createTestSuite(String[]) invokes System.exit(...), which shuts down the entire virtual machineBAD_PRACTICEDM_EXIT360
cldcunit.runner.TestRunner.theInstance should be package protectedMALICIOUS_CODEMS_PKGPROTECT56
Exception is caught when Exception is not thrown in cldcunit.runner.TestRunner.createTestSuite(String[])STYLEREC_CATCH_EXCEPTION377
Exception is caught when Exception is not thrown in cldcunit.runner.TestRunner.createTestSuite(TestCase[])STYLEREC_CATCH_EXCEPTION404
Write to static field cldcunit.runner.TestRunner.theInstance from instance method cldcunit.runner.TestRunner.destroyApp(boolean)STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD427

junit.framework.TestCase

BugCategoryDetailsLine
junit.framework.TestCase.getTestMethods() may expose internal representation by returning TestCase.decleredTestMethodsMALICIOUS_CODEEI_EXPOSE_REP222

junit.framework.TestResult$1

BugCategoryDetailsLine
The class junit.framework.TestResult$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

junit.framework.TestSuite$2

BugCategoryDetailsLine
Should junit.framework.TestSuite$2.getTestMethods() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS219