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

org.miloss.fgsms.agents.Axis1MonitorInbound

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

org.miloss.fgsms.agents.Axis1MonitorOutbound

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