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.CXFCommonMessageHandler | 5 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to b in org.miloss.fgsms.agents.CXFCommonMessageHandler.ProcessRequest(Message, boolean, String) | STYLE | DLS_DEAD_LOCAL_STORE | 306 | Medium |
Redundant nullcheck of query, which is known to be non-null in org.miloss.fgsms.agents.CXFCommonMessageHandler.ProcessRequest(Message, boolean, String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 520 | High |
Redundant nullcheck of headers, which is known to be non-null in org.miloss.fgsms.agents.CXFCommonMessageHandler.ProcessRequest(Message, boolean, String) | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 416 | Medium |
Exception is caught when Exception is not thrown in org.miloss.fgsms.agents.CXFCommonMessageHandler.ProcessResponse(Message, boolean, boolean, String) | STYLE | REC_CATCH_EXCEPTION | 742 | Medium |
org.miloss.fgsms.agents.CXFCommonMessageHandler.ProcessResponse(Message, boolean, boolean, String) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 638 | Medium |