I actually flagged this code for review when I saw the commit. This issue with a TemplateParameter not being a ModelElement can be addressed by using isAUMLElement() instead of isAModelElement() because it knows about all the orphans in the UML 1.4 metamodel (including TemplateParameter and TemplateArgument), but why is there a special case that switches the target from a TemplateParameter to it's parameter? This seems very unusual.
Tom On Mon, Apr 6, 2009 at 2:40 PM, Alexander Lepekhine <[email protected]> wrote: > Sure I founded. I wanted just to save time. > > ------------------------------------------------------ > http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1564143 > > To unsubscribe from this discussion, e-mail: > [[email protected]]. > To be allowed to post to the list contact the mailing list moderator, email: > [[email protected]] > ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1564271 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
