The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.river.tool.JarWrapper | 1 |
org.apache.river.tool.JarWrapper$JarIndexReader | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.river.tool.JarWrapper.getDigestString(MessageDigest, File) may fail to clean up java.io.InputStream on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 760 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
new org.apache.river.tool.JarWrapper$JarIndexReader(JarFile) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 1075 | Medium |