FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.0

Threshold is

Effort is min

Summary

Classes Bugs Errors Missing Classes
64 6 0 0

org.andromda.cartridges.spring.SpringUtils

Bug Category Details Line Priority
Call to method of static java.text.DateFormat in org.andromda.cartridges.spring.SpringUtils.getDate() MT_CORRECTNESS STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE 800 Medium
Call to method of static java.text.DateFormat in org.andromda.cartridges.spring.SpringUtils.getDate(String) MT_CORRECTNESS STCAL_INVOKE_ON_STATIC_DATE_FORMAT_INSTANCE 790 Medium

org.andromda.cartridges.spring.metafacades.SpringDependencyLogicImpl

Bug Category Details Line Priority
Call to org.andromda.metafacades.uml.ClassifierFacade.equals(org.andromda.cartridges.spring.metafacades.SpringDependencyLogicImpl) in org.andromda.cartridges.spring.metafacades.SpringDependencyLogicImpl.handleGetTransformationConstantValue() CORRECTNESS EC_UNRELATED_CLASS_AND_INTERFACE 129 Medium

org.andromda.cartridges.spring.metafacades.SpringGlobals

Bug Category Details Line Priority
org.andromda.cartridges.spring.metafacades.SpringGlobals.jmsMessageTypes should be both final and package protected MALICIOUS_CODE MS_FINAL_PKGPROTECT 245 Medium

org.andromda.cartridges.spring.metafacades.SpringQueryOperationLogicImpl

Bug Category Details Line Priority
org.andromda.cartridges.spring.metafacades.SpringQueryOperationLogicImpl doesn't override org.andromda.core.metafacade.MetafacadeBase.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium
org.andromda.cartridges.spring.metafacades.SpringQueryOperationLogicImpl.handleGetQuery(SpringEntity) concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 173 Medium