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

Files

Class Bugs
com.tailoredshapes.underbar.IO 2

com.tailoredshapes.underbar.IO

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