FindBugs Bug Detector Report
The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
Summary
Classes |
Bugs |
Errors |
Missing Classes |
227 |
11 |
0 |
0 |
org.apache.commons.chain.generic.DispatchCommand
Bug |
Category |
Details |
Line |
org.apache.commons.chain.generic.DispatchCommand.DEFAULT_SIGNATURE should be package protected |
MALICIOUS_CODE |
MS_PKGPROTECT |
49 |
org.apache.commons.chain.impl.ContextBase
Bug |
Category |
Details |
Line |
org.apache.commons.chain.impl.ContextBase is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
53-583 |
org.apache.commons.chain.impl.ContextBase$1
Bug |
Category |
Details |
Line |
org.apache.commons.chain.impl.ContextBase$1 defines equals and uses Object.hashCode() |
BAD_PRACTICE |
HE_EQUALS_USE_HASHCODE |
127 |
org.apache.commons.chain.web.ChainServlet
Bug |
Category |
Details |
Line |
org.apache.commons.chain.web.ChainServlet is Serializable; consider declaring a serialVersionUID |
BAD_PRACTICE |
SE_NO_SERIALVERSIONID |
96-241 |
org.apache.commons.chain.web.faces.FacesWebContext
Bug |
Category |
Details |
Line |
Class org.apache.commons.chain.web.faces.FacesWebContext defines non-transient non-serializable instance field context |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
org.apache.commons.chain.web.portlet.PortletWebContext
Bug |
Category |
Details |
Line |
Class org.apache.commons.chain.web.portlet.PortletWebContext defines non-transient non-serializable instance field context |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Class org.apache.commons.chain.web.portlet.PortletWebContext defines non-transient non-serializable instance field request |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Class org.apache.commons.chain.web.portlet.PortletWebContext defines non-transient non-serializable instance field response |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
org.apache.commons.chain.web.servlet.ServletWebContext
Bug |
Category |
Details |
Line |
Class org.apache.commons.chain.web.servlet.ServletWebContext defines non-transient non-serializable instance field context |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Class org.apache.commons.chain.web.servlet.ServletWebContext defines non-transient non-serializable instance field request |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Class org.apache.commons.chain.web.servlet.ServletWebContext defines non-transient non-serializable instance field response |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |