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.Axis1MonitorInbound | 4 |
org.miloss.fgsms.agents.Axis1MonitorOutbound | 4 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to now in org.miloss.fgsms.agents.Axis1MonitorInbound.ProcessInboundRequestMessage(MessageContext) | STYLE | DLS_DEAD_LOCAL_STORE | 253 | Medium |
org.miloss.fgsms.agents.Axis1MonitorInbound.getOptions() may expose internal representation by returning Axis1MonitorInbound.options | MALICIOUS_CODE | EI_EXPOSE_REP | 192 | Medium |
org.miloss.fgsms.agents.Axis1MonitorInbound.setOptions(Hashtable) may expose internal representation by storing an externally mutable object into Axis1MonitorInbound.options | MALICIOUS_CODE | EI_EXPOSE_REP2 | 196 | Medium |
Class org.miloss.fgsms.agents.Axis1MonitorInbound defines non-transient non-serializable instance field log | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to now in org.miloss.fgsms.agents.Axis1MonitorOutbound.ProcessOutboundRequest(MessageContext) | STYLE | DLS_DEAD_LOCAL_STORE | 241 | Medium |
org.miloss.fgsms.agents.Axis1MonitorOutbound.getOptions() may expose internal representation by returning Axis1MonitorOutbound.options | MALICIOUS_CODE | EI_EXPOSE_REP | 181 | Medium |
org.miloss.fgsms.agents.Axis1MonitorOutbound.setOptions(Hashtable) may expose internal representation by storing an externally mutable object into Axis1MonitorOutbound.options | MALICIOUS_CODE | EI_EXPOSE_REP2 | 185 | Medium |
Class org.miloss.fgsms.agents.Axis1MonitorOutbound defines non-transient non-serializable instance field log | BAD_PRACTICE | SE_BAD_FIELD | Not available | Medium |