[umbrello-devel] [umbrello] [Bug 56184] Support loading of foreign XMI file formats
Ralf Habacker
ralf.habacker at freenet.de
Sun Apr 20 22:50:04 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=56184
--- Comment #64 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to comment #63)
> Git commit c0d58b3b691dba2fd3442a34be922d6cad758eb1 by Oliver Kellogg.
> Committed on 20/04/2014 at 21:35.
> Pushed by okellogg into branch 'master'.
>
> Initial work on loading UML2/XMI2 files, e.g.
Because http://en.wikipedia.org/wiki/XML_Metadata_Interchange states:
"... The 2.x versions are radically different from the 1.x series. ..."
>From inspecting both file formats I think it would be the easiest way to add a
"14" postfix to recent xmi load/save methds (loadFromXMI(), saveToXMI(), load()
and save()) [1], to add ...2() methods and while implementing xmi 2.x support
to see which of the ...14() functions could be reused. Having different methods
will result into smaller implementations and reduces the required testing
effort, because testing could be limited to either 1.4 or 2.x.
[1] I already have a local umbrello branch with the '14" method postfix and can
merge this into master or push to a dedicated work branch (work/xmi2).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list