[Uml-devel] [Bug 84739] umbrello design bug in CVS
Oliver Kellogg
okellogg at users.sourceforge.net
Tue May 2 13:18:03 UTC 2006
------- 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=84739
------- Additional Comments From okellogg users sourceforge net 2006-05-02 22:17 -------
I managed to fix the problem - not by merging CodeGenerationPolicy into
CodeGenerator but by turning it into a standalone class (of which no
other classes inherit) that only deals with the programming language
independent policies (newlineEndingChars etc.)
The {Cpp,Java,Ruby}CodeGenerationPolicy classes now inherit from a
new interface class, CodeGenPolicyExt, which has just a few pure virtual
methods and no state.
However I will have to wait with committing this large changeset because of
the KDE 3.5.3 tag freeze. (I.e. unfortunately the fix isn't making it into
Umbrello-1.5.3)
More information about the umbrello-devel
mailing list