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 |
22 |
5 |
0 |
0 |
de.smartics.properties.config.transfer.templatestream.CsvFactory$1
Bug |
Category |
Details |
Line |
Priority |
The class de.smartics.properties.config.transfer.templatestream.CsvFactory$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
48-52 |
Low |
de.smartics.properties.config.transfer.templatestream.HSqlFactory$1
Bug |
Category |
Details |
Line |
Priority |
The class de.smartics.properties.config.transfer.templatestream.HSqlFactory$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
43-47 |
Low |
de.smartics.properties.config.transfer.templatestream.JBoss7NamingFactory$JndiValueEscaper
Bug |
Category |
Details |
Line |
Priority |
Should de.smartics.properties.config.transfer.templatestream.JBoss7NamingFactory$JndiValueEscaper be a _static_ inner class? |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC |
72-91 |
Medium |
de.smartics.properties.config.transfer.templatestream.MySqlFactory$1
Bug |
Category |
Details |
Line |
Priority |
The class de.smartics.properties.config.transfer.templatestream.MySqlFactory$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
43-47 |
Low |
de.smartics.properties.config.transfer.templatestream.XmlFactory$1
Bug |
Category |
Details |
Line |
Priority |
The class de.smartics.properties.config.transfer.templatestream.XmlFactory$1 could be refactored into a named _static_ inner class |
PERFORMANCE |
SIC_INNER_SHOULD_BE_STATIC_ANON |
44-48 |
Low |