FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.8

Threshold is Low

Effort is Default

Summary

Classes Bugs Errors Missing Classes
93 6 0 0

net.sourceforge.xmlfit.configuration.Configuration

Bug Category Details Line Priority
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 High

net.sourceforge.xmlfit.data.DataSourceFactory

Bug Category Details Line Priority
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 High

net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl

Bug Category Details Line Priority
Use of non-localized String.toUpperCase() or String.toLowerCase I18N DM_CONVERT_CASE 28 Low

net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in new net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl(String) STYLE REC_CATCH_EXCEPTION 38 Low

net.sourceforge.xmlfit.reader.DynamicXMLReader

Bug Category Details Line Priority
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 High
Unwritten field: net.sourceforge.xmlfit.reader.DynamicXMLReader.name CORRECTNESS UWF_UNWRITTEN_FIELD 54 Medium