The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.xml.CopyReader | 1 |
de.smartics.xml.DomCopyReader | 1 |
de.smartics.xml.handler.DefaultErrorHandler | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in de.smartics.xml.CopyReader.parse(XMLEventReader) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 154-169 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in de.smartics.xml.DomCopyReader.parse(XMLEventReader) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 166-183 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unchecked/unconfirmed cast from Throwable to javax.xml.transform.TransformerException in de.smartics.xml.handler.DefaultErrorHandler.handleTransformerException(SourceLocator, Throwable) | STYLE | BC_UNCONFIRMED_CAST | 206 | Low |
Found reliance on default encoding in new de.smartics.xml.handler.DefaultErrorHandler(): new java.io.PrintWriter(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 64 | High |
Found reliance on default encoding in new de.smartics.xml.handler.DefaultErrorHandler(PrintStream): new java.io.PrintWriter(OutputStream, boolean) | I18N | DM_DEFAULT_ENCODING | 56 | High |