The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.trendmicro.grid.acl.commons.CompositeMessageDigest | 1 |
com.trendmicro.grid.acl.commons.Hex | 1 |
com.trendmicro.grid.acl.commons.collections.ReducingMap | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.trendmicro.grid.acl.commons.CompositeMessageDigest.getChildren() may expose internal representation by returning CompositeMessageDigest.children | MALICIOUS_CODE | EI_EXPOSE_REP | 31 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name com.trendmicro.grid.acl.commons.Hex shadows the simple name of the superclass net.sf.tinyjee.util.Hex | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 9 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.trendmicro.grid.acl.commons.collections.ReducingMap$1 stored into non-transient field ReducingMap.keySet | BAD_PRACTICE | SE_BAD_FIELD_STORE | 88 | Medium |