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 |
22 |
4 |
0 |
0 |
org.apache.commons.jcs.jcache.extras.web.InMemoryResponse
Bug |
Category |
Details |
Line |
Priority |
Class org.apache.commons.jcs.jcache.extras.web.InMemoryResponse defines non-transient non-serializable instance field writer |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
High |
Class org.apache.commons.jcs.jcache.extras.web.InMemoryResponse defines non-transient non-serializable instance field buffer |
BAD_PRACTICE |
SE_BAD_FIELD |
Not available |
Medium |
org.apache.commons.jcs.jcache.extras.web.InMemoryResponse is Serializable but its superclass doesn't define an accessible void constructor |
BAD_PRACTICE |
SE_NO_SUITABLE_CONSTRUCTOR |
38-274 |
High |
org.apache.commons.jcs.jcache.extras.web.JCacheFilter$Page
Bug |
Category |
Details |
Line |
Priority |
new org.apache.commons.jcs.jcache.extras.web.JCacheFilter$Page(int, String, int, Collection, Map, byte[]) may expose internal representation by storing an externally mutable object into JCacheFilter$Page.out |
MALICIOUS_CODE |
EI_EXPOSE_REP2 |
304 |
Medium |
|