The following document contains the results of FindBugs Report
FindBugs Version is 1.2.0
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 57 | 4 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.limmen.crs.storage.xml.ConfigurationXMLReader | 1 |
| org.limmen.crs.storage.xml.ConfigurationXMLStorage$1 | 1 |
| org.limmen.crs.storage.xml.ConfigurationXMLWriter | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Possible null pointer dereference of builder in org.limmen.crs.storage.xml.ConfigurationXMLReader.read(InputStream, InputStreamResolver) on exception path | CORRECTNESS | NP_NULL_ON_SOME_PATH_EXCEPTION | 193 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.limmen.crs.storage.xml.ConfigurationXMLStorage$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| org.limmen.crs.storage.xml.ConfigurationXMLWriter.write(File, Configuration) might ignore java.lang.Exception | BAD_PRACTICE | DE_MIGHT_IGNORE | 62 |
| Exception is caught when Exception is not thrown in org.limmen.crs.storage.xml.ConfigurationXMLWriter.writeSettings(Document, Element, Configuration, String) | STYLE | REC_CATCH_EXCEPTION | 223 |