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
5 5 0 0

org.miloss.fgsms.agents.CXFCommonMessageHandler

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