The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
net.sourceforge.plantumldependency.common.utils.file.FileUtils | 2 |
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 |