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.JbossWSClientAgent | 1 |
| org.miloss.fgsms.agents.JbossWSCommonMessageHandler | 4 |
| org.miloss.fgsms.agents.JbossWSMonitor | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to start in org.miloss.fgsms.agents.JbossWSClientAgent.handleMessage(SOAPMessageContext) | STYLE | DLS_DEAD_LOCAL_STORE | 48 | Medium |
| 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 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to start in org.miloss.fgsms.agents.JbossWSMonitor.handleMessage(SOAPMessageContext) | STYLE | DLS_DEAD_LOCAL_STORE | 48 | Medium |