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 |
---|---|---|---|
91 | 6 | 0 | 0 |
Bug | Category | Details | Line |
---|---|---|---|
Initialization of net.sourceforge.xmlfit.configuration.Configuration accesses class net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl, which isn't initialized yet | BAD_PRACTICE | IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION | 14 |
Bug | Category | Details | Line |
---|---|---|---|
Initialization of net.sourceforge.xmlfit.data.DataSourceFactory accesses class net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl, which isn't initialized yet | BAD_PRACTICE | IC_SUPERCLASS_USES_SUBCLASS_DURING_INITIALIZATION | 16 |
Bug | Category | Details | Line |
---|---|---|---|
Use of non-localized String.toUpperCase() or String.toLowerCase | I18N | DM_CONVERT_CASE | 28 |
Bug | Category | Details | Line |
---|---|---|---|
Exception is caught when Exception is not thrown in net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl.XMLDataSourceImpl(String) | STYLE | REC_CATCH_EXCEPTION | 38 |
Bug | Category | Details | Line |
---|---|---|---|
Write to static field net.sourceforge.xmlfit.reader.DynamicXMLReader.metaModel from instance method net.sourceforge.xmlfit.reader.DynamicXMLReader.setMetaModel(XSDMetaModel) | STYLE | ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD | 36 |
Unwritten field: net.sourceforge.xmlfit.reader.DynamicXMLReader.name | CORRECTNESS | UWF_UNWRITTEN_FIELD | 54 |