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

org.miloss.fgsms.agents.JAXWSGenericCommonMessageHandler

Bug Category Details Line Priority
Redundant nullcheck of query, which is known to be non-null in org.miloss.fgsms.agents.JAXWSGenericCommonMessageHandler.processRequest(SOAPMessageContext, boolean, String) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 349 High
org.miloss.fgsms.agents.JAXWSGenericCommonMessageHandler.processResponse(SOAPMessageContext, boolean, boolean, String) makes inefficient use of keySet iterator instead of entrySet iterator PERFORMANCE WMI_WRONG_MAP_ITERATOR 401 Medium