The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
25 | 3 | 0 | 0 |
Class | Bugs |
---|---|
org.kuali.student.common.test.spring.LoadDataBean | 1 |
org.kuali.student.common.test.spring.ServiceTestClassRunner | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.kuali.student.common.test.spring.LoadDataBean.loadData() | STYLE | REC_CATCH_EXCEPTION | 109 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in org.kuali.student.common.test.spring.ServiceTestClassRunner.createTest() | STYLE | REC_CATCH_EXCEPTION | 106 | Medium |
Method org.kuali.student.common.test.spring.ServiceTestClassRunner.startServer() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 175 | Medium |