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
252 5 0 0

org.andromda.metafacades.uml14.FrontEndActionLogicImpl

Bug Category Details Line Priority
org.andromda.metafacades.uml14.FrontEndActionLogicImpl doesn't override org.andromda.core.metafacade.MetafacadeBase.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.andromda.metafacades.uml14.FrontEndForwardLogicImpl

Bug Category Details Line Priority
org.andromda.metafacades.uml14.FrontEndForwardLogicImpl doesn't override org.andromda.core.metafacade.MetafacadeBase.equals(Object) STYLE EQ_DOESNT_OVERRIDE_EQUALS 1 Medium

org.andromda.metafacades.uml14.FrontEndUseCaseLogic

Bug Category Details Line Priority
Field FrontEndUseCaseLogic.metaObject masks field in superclass org.andromda.metafacades.uml14.NamespaceFacadeLogic CORRECTNESS MF_CLASS_MASKS_FIELD Not available Medium

org.andromda.metafacades.uml14.ManageableEntityLogic

Bug Category Details Line Priority
Field ManageableEntityLogic.metaObject masks field in superclass org.andromda.metafacades.uml14.EntityLogic CORRECTNESS MF_CLASS_MASKS_FIELD Not available Medium

org.andromda.metafacades.uml14.ManageableEntityLogicImpl$ManageableComparator

Bug Category Details Line Priority
org.andromda.metafacades.uml14.ManageableEntityLogicImpl$ManageableComparator implements Comparator but not Serializable BAD_PRACTICE SE_COMPARATOR_SHOULD_BE_SERIALIZABLE 623-634 Medium