The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Normal
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 256 | 1 | 1 | 15 |
| Class | Bugs |
|---|---|
| net.sf.mavenhist.extractor.surefire.TestTimeExtractor | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method net.sf.mavenhist.extractor.surefire.TestTimeExtractor.reformatValue(String) concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 20 |