The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.jdtaus.core.io.util.MemoryFileOperations(byte[]) may expose internal representation by storing an externally mutable object into MemoryFileOperations.data | MALICIOUS_CODE | EI_EXPOSE_REP2 | 359 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to len in org.jdtaus.core.io.util.ReadAheadFileOperations.read(byte[], int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 195 | High |
Dead store to off in org.jdtaus.core.io.util.ReadAheadFileOperations.read(byte[], int, int) | STYLE | DLS_DEAD_LOCAL_STORE | 196 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.nio.util.Charsets.getCharset(String) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 125 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.sax.util.EntityResolverChain.getResolvers() may expose internal representation by returning EntityResolverChain.resolvers | MALICIOUS_CODE | EI_EXPOSE_REP | 128 | Medium |
new org.jdtaus.core.sax.util.EntityResolverChain(EntityResolver[]) may expose internal representation by storing an externally mutable object into EntityResolverChain.resolvers | MALICIOUS_CODE | EI_EXPOSE_REP2 | 105 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.jdtaus.core.swing.util.BlockingGlassPane$BlockingDispatcher is serializable and an inner class | BAD_PRACTICE | SE_INNER_CLASS | 130-146 | Medium |