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

org.miloss.fgsms.agents.JbossWSClientAgent

Bug Category Details Line Priority
Dead store to start in org.miloss.fgsms.agents.JbossWSClientAgent.handleMessage(SOAPMessageContext) STYLE DLS_DEAD_LOCAL_STORE 48 Medium

org.miloss.fgsms.agents.JbossWSCommonMessageHandler

Bug Category Details Line Priority
Dead store to mp in org.miloss.fgsms.agents.JbossWSCommonMessageHandler.ProcessRequest(SOAPMessageContext, boolean, String) STYLE DLS_DEAD_LOCAL_STORE 71 Medium
Found reliance on default encoding in org.miloss.fgsms.agents.JbossWSCommonMessageHandler.ProcessRequest(SOAPMessageContext, boolean, String): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 197 High
The method name org.miloss.fgsms.agents.JbossWSCommonMessageHandler.ProcessRequest(SOAPMessageContext, boolean, String) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 54-429 Medium
The method name org.miloss.fgsms.agents.JbossWSCommonMessageHandler.ProcessResponse(SOAPMessageContext, boolean, boolean, String) doesn't start with a lower case letter BAD_PRACTICE NM_METHOD_NAMING_CONVENTION 432-572 Medium

org.miloss.fgsms.agents.JbossWSMonitor

Bug Category Details Line Priority
Dead store to start in org.miloss.fgsms.agents.JbossWSMonitor.handleMessage(SOAPMessageContext) STYLE DLS_DEAD_LOCAL_STORE 48 Medium