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.JAXWSGenericCommonMessageHandler | 2 |
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 |