The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs | 
|---|---|
| org.jomc.tools.JomcTool | 2 | 
| Bug | Category | Details | Line | Priority | 
|---|---|---|---|---|
| Found reliance on default encoding in org.jomc.tools.JomcTool.getInputEncoding(): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 2806 | High | 
| Found reliance on default encoding in org.jomc.tools.JomcTool.getOutputEncoding(): new java.io.OutputStreamWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 2840 | High |