[Uml-devel] [Bug 135606] Umbrello saves too much copies at xmi

Oliver Kellogg okellogg at users.sourceforge.net
Thu Dec 7 06:49:43 UTC 2006


------- 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=135606         




------- Additional Comments From okellogg users sourceforge net  2006-12-07 07:49 -------
Thanks Achim.
On the load side, it's clear - the duplicates all have different
xmi.id's so they must be treated as distinct objects.
The problem is on the creation/save side - but I'm still puzzled.
Could you set a breakpoint on the UMLStereotype constructor,
stereotype.cpp:29 -

    if (existing) {
        kError() << "UMLStereotype constructor: " << name << " already exists"
                  << kdBacktrace(25) << endl;
    }

and append the backtrace. That would really be helpful.




More information about the umbrello-devel mailing list