[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
================================================================================
CC|'' |'mvw'
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Sep 30 02:26:49 -0700 2011 -------
I can reproduce the problem.
1. Draw a class.
2. Double click in the operation compartment and type "op(a,b)".
3. Double click in the operation compartment and remove the "b" so that you have
"op(a)".
4. Look at the View - XML Dump. The parameter b is now outside the model.
I presume the problem resides in NotationUtilityUml.parseParamList(Object op,
String param, int paramOffset).
As a next step, I would set a breakpoint here and see what happens.
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=448&dsMessageId=2848267
To unsubscribe from this list, e-mail: [[email protected]].
Please do not reply to this mail. Instead, add your comments in the issue.