[Uml-devel] [Bug 110843] Methods replaced with apparently random numbers after save
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Aug 16 15:13:54 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=110843
------- Additional Comments From okellogg users sourceforge net 2005-08-17 00:11 -------
I believe the problem was fixed by commit 449247 on svn.kde.org:/home/kde/branches/KDE/3.5, see also
http://sourceforge.net/mailarchive/forum.php?thread_id=7960056&forum_id=472
With current umbrello from the KDE 3.5 branch, there is no problem.
First I renamed the offending operations like so:
JJobList::92520() -> JJobList::renamed_from_92520()
and so on.
Further, you mention
>
> Create Job Use Case->92520() should be add(...)
Ah, but the add() operation already exists.
Do you have two add() operations that differ in signature?
If not, then the existing add() should be removed, and the
"renamed_from_92520()" should really be the "add()".
More information about the umbrello-devel
mailing list