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
33700

Files

ClassBugs
cldcunit.runner.ReflectionTestCaseHelper6
cldcunit.runner.ReflectionTestCaseHelper$21

cldcunit.runner.ReflectionTestCaseHelper

BugCategoryDetailsLine
Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY36
Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY41
Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY51
Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY61
Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argumentPERFORMANCEITA_INEFFICIENT_TO_ARRAY63
Exception is caught when Exception is not thrown in cldcunit.runner.ReflectionTestCaseHelper.getSuite()STYLEREC_CATCH_EXCEPTION139

cldcunit.runner.ReflectionTestCaseHelper$2

BugCategoryDetailsLine
The class cldcunit.runner.ReflectionTestCaseHelper$2 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available