FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.0

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
57400

Files

ClassBugs
org.limmen.crs.storage.xml.ConfigurationXMLReader1
org.limmen.crs.storage.xml.ConfigurationXMLStorage$11
org.limmen.crs.storage.xml.ConfigurationXMLWriter2

org.limmen.crs.storage.xml.ConfigurationXMLReader

BugCategoryDetailsLine
Possible null pointer dereference of builder in org.limmen.crs.storage.xml.ConfigurationXMLReader.read(InputStream, InputStreamResolver) on exception pathCORRECTNESSNP_NULL_ON_SOME_PATH_EXCEPTION193

org.limmen.crs.storage.xml.ConfigurationXMLStorage$1

BugCategoryDetailsLine
The class org.limmen.crs.storage.xml.ConfigurationXMLStorage$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.limmen.crs.storage.xml.ConfigurationXMLWriter

BugCategoryDetailsLine
org.limmen.crs.storage.xml.ConfigurationXMLWriter.write(File, Configuration) might ignore java.lang.ExceptionBAD_PRACTICEDE_MIGHT_IGNORE62
Exception is caught when Exception is not thrown in org.limmen.crs.storage.xml.ConfigurationXMLWriter.writeSettings(Document, Element, Configuration, String)STYLEREC_CATCH_EXCEPTION223