[Uml-devel] [Bug 103133] New: umbrello is picky about element order when loading xmi files

Lutz Mueller lutz.mueller at gmx.de
Mon Apr 4 05:48:08 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=103133         
           Summary: umbrello is picky about element order when loading xmi
                    files
           Product: umbrello
           Version: unspecified
          Platform: Gentoo Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: umbrello-devel.kde.org
        ReportedBy: lutz.mueller gmx de


Version:            (using KDE KDE 3.4.0)
Installed from:    Gentoo Packages
Compiler:          gcc 3.4 
OS:                Linux

when loading an xmi file, umbrello expects the elements below the diagram tag in exact order (widgets,messages,associations) , otherwise it wont display the diagram. But in xml the element order should not matter as long as the elements are at the right level in the dom tree. i tracked this problem down to the method UMLView::loadFromXMI( QDomElement & qElement ) ,wrote a patch (which works for me) and attached it.




More information about the umbrello-devel mailing list