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 |
---|---|---|---|
261 | 9 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.messaging.BeanMessagingIntrospector.lookupBeanMessagingProducerInfoStaticSupportProducerInfo(Class) | STYLE | REC_CATCH_EXCEPTION | 536 |
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.messaging.BeanMessagingIntrospector.lookupDefaultProducerInfo(Class) | STYLE | REC_CATCH_EXCEPTION | 563 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.messaging.dispatching.MappedNameAndArgumentsMethod.invoke(Object, GenericMessage) | STYLE | REC_CATCH_EXCEPTION | 159 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.messaging.jms.JmsMessageProducer.setChannels(Channel[]) | STYLE | REC_CATCH_EXCEPTION | 156 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.text.BeanFormat.fromArray(Object[]) | STYLE | REC_CATCH_EXCEPTION | 229 |
Exception is caught when Exception is not thrown in oranjestad.commons.beanutils.text.BeanFormat.toArray(Object) | STYLE | REC_CATCH_EXCEPTION | 198 |
Bug | Category | Details | Line |
---|---|---|---|
oranjestad.commons.io.URLResource.equals(Object) invokes java.net.URL.equals(Object), which blocks to do domain name resolution | PERFORMANCE | DMI_BLOCKING_METHODS_ON_URL | 191 |
oranjestad.commons.io.URLResource.hashCode() invokes java.net.URL.hashCode(), which blocks to do domain name resolution | PERFORMANCE | DMI_BLOCKING_METHODS_ON_URL | 179 |
Bug | Category | Details | Line |
---|---|---|---|
Class oranjestad.commons.lang.reflect.CGLibProxyImpl$Handler defines non-transient non-serializable instance field h | BAD_PRACTICE | SE_BAD_FIELD | Not available |