The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.miloss.fgsms.agents.JbossESBAgent | 7 |
org.miloss.fgsms.agents.JbossESBProxyAction | 4 |
org.miloss.fgsms.agents.JbossESBProxyAfterAction | 3 |
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 |
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 |
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 |