FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
261 9 0 0

Files

Class Bugs
oranjestad.commons.beanutils.messaging.BeanMessagingIntrospector 2
oranjestad.commons.beanutils.messaging.dispatching.MappedNameAndArgumentsMethod 1
oranjestad.commons.beanutils.messaging.jms.JmsMessageProducer 1
oranjestad.commons.beanutils.text.BeanFormat 2
oranjestad.commons.io.URLResource 2
oranjestad.commons.lang.reflect.CGLibProxyImpl$Handler 1

oranjestad.commons.beanutils.messaging.BeanMessagingIntrospector

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

oranjestad.commons.beanutils.messaging.dispatching.MappedNameAndArgumentsMethod

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

oranjestad.commons.beanutils.messaging.jms.JmsMessageProducer

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

oranjestad.commons.beanutils.text.BeanFormat

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

oranjestad.commons.io.URLResource

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

oranjestad.commons.lang.reflect.CGLibProxyImpl$Handler

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