[Issue 6397] Cannot add comment to association class
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6397 ------- Additional comments from [email protected] Mon Jan 9 07:17:42 -0800 2012 ------- The behaviour is the same no matter which OS. The problem is with the implementation in ArgoUML of AssociationClasses. Some parts of the application think that this is must be an edge because an association is typically displayed as an edge. Other parts assume this is a node because a class is displayed as a node. The particular code generating this exception has a mix of both expectations. We have genral design issues with this implementation but I think we should concentrate on some workaround for the moment on this particular usage. The code seems to be trying to attach the comment edge between the comment and the associationclass edge. We should be able to determine the associationclass node and attach to the successfully instead. Unfortunately (fortunately for me) I'm leaving on holiday for some time so I'm relying on some other dev to provide a solution in the short term. Otherwise I'll take a look when I get back. ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2907289 To unsubscribe from this list, e-mail: [[email protected]]. Please do not reply to this mail. Instead, add your comments in the issue.