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
1 2 0 0

org.apache.river.tool.CheckConfigurationFile

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