[Uml-devel] [Bug 291159] umbrello creates many 'new_packages_xx" packages on file loading

Oliver Kellogg okellogg at users.sourceforge.net
Wed Feb 29 06:18:28 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=291159


Oliver Kellogg <okellogg at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Oliver Kellogg <okellogg users sourceforge net>  2012-02-29 06:18:28 ---
SVN commit 1282856 by okellogg:

UMLDoc::loadFromXMI (tagEq(tag, "Package") ||
                     tagEq(tag, "Class") ||
                     tagEq(tag, "Interface")) :
Do not call loadUMLObjectsFromXMI() because that method again iterates over
the child nodes of the element (not appropriate here because we already
identified the exact tag to load.)
Instead, use Object_Factory::makeObjectFromXMI() for creating and
UMLObject::loadFromXMI() for loading the object.



 M  +1 -0      ChangeLog  
 M  +35 -3     umbrello/umldoc.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1282856

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the umbrello-devel mailing list