[Issue 6377] model error on removing a parameter from an operation in the class diagramm
| Newsgroups | gmane.comp.lang.uml.argouml.issues |
|---|---|
| Message-ID | <[email protected]> |
http://argouml.tigris.org/issues/show_bug.cgi?id=6377
User mvw changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Sat Oct 1 07:16:39 -0700 2011 -------
Committed revision 19741 with the solution.
If you unlink a parameter that is not needed any more like this:
Model.getCoreHelper().removeParameter(op, p);
... then you also have to do this:
Model.getUmlFactory().delete(p);
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2848662
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.