https://bugs.kde.org/show_bug.cgi?id=53382
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ralf.habac...@freenet.de --- Comment #15 from Ralf Habacker <ralf.habac...@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 watching all bug changes.