The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 33 | 7 | 0 | 0 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 34 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 40 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 51 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 62 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 64 |
| Exception is caught when Exception is not thrown in cldcunit.runner.ReflectionTestCaseHelper.getSuite() | STYLE | REC_CATCH_EXCEPTION | 137 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class cldcunit.runner.ReflectionTestCaseHelper$2 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 126-129 |