Fork me on GitHub

SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.7.3

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 2 0 0

Files

Class Bugs
it.tidalwave.messagebus.impl.spring.MessageBusAdapterFactory$MessageBusListenerAdapter 1
it.tidalwave.messagebus.impl.spring.SpringSimpleMessageSubscriberAspect 1

it.tidalwave.messagebus.impl.spring.MessageBusAdapterFactory$MessageBusListenerAdapter

Bug Category Details Line Priority
Invocation of reflect.Method.setAccessible(boolean), which should be invoked from within a doPrivileged block, in new it.tidalwave.messagebus.impl.spring.MessageBusAdapterFactory$MessageBusListenerAdapter(MessageBusAdapterFactory, Object, Method, Class) MALICIOUS_CODE DP_DO_INSIDE_DO_PRIVILEGED 75 Low

it.tidalwave.messagebus.impl.spring.SpringSimpleMessageSubscriberAspect

Bug Category Details Line Priority
it.tidalwave.messagebus.impl.spring.SpringSimpleMessageSubscriberAspect.ajc$perSingletonInstance isn't final but should be MALICIOUS_CODE MS_SHOULD_BE_FINAL Low