The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
com.tailoredshapes.underbar.IO | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in com.tailoredshapes.underbar.IO.stringInputStream(String): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 15 | High |
Found reliance on default encoding in com.tailoredshapes.underbar.IO.writer(OutputStream): new java.io.PrintWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 38 | High |