https://bugs.kde.org/show_bug.cgi?id=355616
--- Comment #4 from Sean Engelhardt <omniasoltempe...@yahoo.de> --- Hello. > 1. non-static attributes having an initial value should be initialized in the > constructor. > 2. If there is no constructor defined in the model, the generator should add > a constructor, > in which non-static attributes could be initialized. > 3. static attributes having an initial value should be initialized in the > class scope This is quite accurate. Besides, it must not be necessary to define the __init__ in UML. This would not be a PIM (Platform indipendant model) anymore. I will attach my Testcase, the code I get and the code I expected. -- You are receiving this mail because: You are watching all bug changes.