The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.jomc.tools.JomcTool | 3 |
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 | 2151 | High |
Found reliance on default encoding in org.jomc.tools.JomcTool.getOutputEncoding(): new java.io.OutputStreamWriter(OutputStream) | I18N | DM_DEFAULT_ENCODING | 2185 | High |
Usage of GetResource in org.jomc.tools.JomcTool.getTemplateProfileProperties(String, String) may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 2628 | Medium |