FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
22 2 0 0

net.sourceforge.plantumldependency.common.utils.file.FileUtils

Bug Category Details Line Priority
Found reliance on default encoding in net.sourceforge.plantumldependency.common.utils.file.FileUtils.readStreamIntoStringBuffer(InputStream, String): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 331 High
Found reliance on default encoding in net.sourceforge.plantumldependency.common.utils.file.FileUtils.writeIntoFile(String, File, boolean): new java.io.FileWriter(File, boolean) I18N DM_DEFAULT_ENCODING 384 High