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 |
---|---|---|---|
172 | 2 | 0 | 0 |
Class | Bugs |
---|---|
oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor | 1 |
oranjestad.spring.bootstrap.BeanDefinitionUtils | 1 |
Bug | Category | Details | Line |
---|---|---|---|
Unread field: oranjestad.spring.beanutils.messaging.AddListenerBeanPostProcessor.hanger | PERFORMANCE | URF_UNREAD_FIELD | 131 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in oranjestad.spring.bootstrap.BeanDefinitionUtils.convert(BeanDefinitionHolder, SpringAware) | STYLE | REC_CATCH_EXCEPTION | 365 |