FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
12 5 0 0

de.smartics.xml.CopyReader

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

de.smartics.xml.DomCopyReader

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

de.smartics.xml.handler.DefaultErrorHandler

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