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.CheckConfigurationFile | 2 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.river.tool.CheckConfigurationFile.check(String, ClassLoader, boolean, String[], String, PrintStream): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 425 | High |
| org.apache.river.tool.CheckConfigurationFile.getProviderName(URL, PrintStream) may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 502 | Medium |