On Thu, Apr 16, 2009 at 7:18 AM, Andreas Rueckert <[email protected]> wrote:
> When adding an operation, I'm currently getting an (NotYetImplemented-) > exception, because the operation > property panel requests the tagged values for an operation (tab tagged > values). > These do no longer exist in UML2. One workaround would be a stereotype > applied to all model elements, > holding the tagged values, that do not belong to a specific stereotype: That's primarily an issue for upgrading UML 1.4 projects to UML 2.x. A good implementation for getTaggedValues with UML 2.x would be to get all attributes of all applied stereotypes. > I don't like such a workaround, and would rather outcommented the tagged > values tab for now, > until the XML prop panels are far enough for a real UML2 compliant > replacement (attributes > list in the stereotypes-tab, I guess). > Any alternatives for now? The best solution would be to implement this missing method. If you think that the right solution for UML 2.x is a different UI than currently exists, then the correct thing to do is conditionalize the UI based on the version of UML implemented using Facade.getUmlVersion(). As far as SVN goes, Mark gave good tips for Eclipse (especially the use of Mylyn), but you can also use the command line SVN to diff things if you're more comfortable with that. Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=1751933 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]]
