Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
3 14 0 0

org.miloss.fgsms.agents.JbossESBAgent

Bug Category Details Line Priority
Boxed value is unboxed and then immediately reboxed in org.miloss.fgsms.agents.JbossESBAgent.onInput(Message, Map) PERFORMANCE BX_UNBOXING_IMMEDIATELY_REBOXED 166 Medium
org.miloss.fgsms.agents.JbossESBAgent.onInput(Message, Map) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 102 Medium
org.miloss.fgsms.agents.JbossESBAgent.onOutput(Message, Map) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 256 Medium
Nullcheck of msg at line 295 of value previously dereferenced in org.miloss.fgsms.agents.JbossESBAgent.onOutput(Message, Map) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 192 Medium
Return value of org.jboss.soa.esb.http.HttpRequest.getRemoteUser() ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 353 Medium
org.miloss.fgsms.agents.JbossESBAgent.onInput(Message, Map) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 56 Medium
org.miloss.fgsms.agents.JbossESBAgent.onOutput(Message, Map) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 202 Medium

org.miloss.fgsms.agents.JbossESBProxyAction

Bug Category Details Line Priority
Boxed value is unboxed and then immediately reboxed in org.miloss.fgsms.agents.JbossESBProxyAction.processException(Message, Throwable) PERFORMANCE BX_UNBOXING_IMMEDIATELY_REBOXED 467 Medium
org.miloss.fgsms.agents.JbossESBProxyAction.processException(Message, Throwable) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 390 Medium
Nullcheck of msg at line 218 of value previously dereferenced in org.miloss.fgsms.agents.JbossESBProxyAction.process(Message) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 45 Medium
Return value of org.jboss.soa.esb.http.HttpRequest.getRemoteUser() ignored, but method has no side effect STYLE RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT 224 Medium

org.miloss.fgsms.agents.JbossESBProxyAfterAction

Bug Category Details Line Priority
Boxed value is unboxed and then immediately reboxed in org.miloss.fgsms.agents.JbossESBProxyAfterAction.process(Message) PERFORMANCE BX_UNBOXING_IMMEDIATELY_REBOXED 230 Medium
org.miloss.fgsms.agents.JbossESBProxyAfterAction.process(Message) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 120 Medium
org.miloss.fgsms.agents.JbossESBProxyAfterAction.processException(Message, Throwable) might ignore java.lang.Exception BAD_PRACTICE DE_MIGHT_IGNORE 286 Medium