[umbrello] [Bug 53382] round-trip code import and generation

Ralf Habacker via KDE Bugzilla bugzilla_noreply at kde.org
Tue Sep 6 02:13:10 UTC 2016


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

Ralf Habacker <ralf.habacker at freenet.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ralf.habacker at freenet.de

--- Comment #15 from Ralf Habacker <ralf.habacker at freenet.de> ---
For round trip engineering it is required to track the relations from which
file objects are imported.

Say you have a python file1.py containing ClassA1 and ClassA2 and file2.py
containing ClassB1 and ClassB2. If you you import these files in recent
implementation there will be classes created in the Logical View named ClassA1,
ClassA2, ClassB1 and ClassB2. Performing code generation from this model will
create ClassA1.py ClassA2.py, ClassB1.py and ClassB2.py which does not match
the initial files.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list