Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.

Tag Class Total number of occurrences Tag strings used by tag class
Todo Work 11 todo, FIXME, @deprecated

Each tag is detailed below:

Todo Work

Number of occurrences found in the code: 11

org.andromda.metafacades.uml14.AttributeFacadeLogicImpl Line
Change to check upperBound > 1, not isMany or Array/Collection types 480
org.andromda.metafacades.uml14.ClassifierFacadeLogicImpl Line
Change model return type from <ClassifierFacade> to <AssociationEndFacade> 982
org.andromda.metafacades.uml14.FrontEndForwardLogicImpl Line
this is not so nice because FrontEndAction extends FrontEndForward, solution would be to override in FrontEndAction 251
org.andromda.metafacades.uml14.FrontEndViewLogicImpl Line
StrutsFinalStateLogicImpl uses getIncomings instead of getOutgoings - why? 51
StrutsFinalStateLogicImpl uses getIncomings INSTEAD OF getOutgoings - why? 203
org.andromda.metafacades.uml14.ManageableEntityLogicImpl Line
Implement handleIsUpdate 193
Implement handleIsDelete 201
UML2 migrated models automatically mark all * attributes as unique. Different display attributes are selected from UML14 and UML2 migrated models. This selects the first attribute that is unique as the display value. 402
org.andromda.metafacades.uml14.ModelElementFacadeLogicImpl Line
UML14 returns ParameterFacade, UML2 returns ModelElementFacade, so types are wrong from fullyQualifiedName Mapping from UML2 should return ParameterFacade, with a getType method. Add TemplateParameterFacade.getType method - need to access this in vsl templates. 1150
org.andromda.metafacades.uml14.PackageFacadeLogicImpl Line
Auto-generated method stub 103
org.andromda.metafacades.uml14.UMLModelAccessFacade Line
- clears out the foreign key cache (probably not the cleanest way, but the easiest at this point). 47