The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 33 | 7 | 0 | 0 |
| Class | Bugs |
|---|---|
| cldcunit.runner.ReflectionTestCaseHelper | 6 |
| cldcunit.runner.ReflectionTestCaseHelper$2 | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 36 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 41 |
| 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 | 61 |
| Method cldcunit.runner.ReflectionTestCaseHelper.createAllTestMethods() uses Collection.toArray() with zero-length array argument | PERFORMANCE | ITA_INEFFICIENT_TO_ARRAY | 63 |
| Exception is caught when Exception is not thrown in cldcunit.runner.ReflectionTestCaseHelper.getSuite() | STYLE | REC_CATCH_EXCEPTION | 139 |
| 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 | Not available |