[Uml-devel] [Bug 278073] New: Code generator wizard: classes are generated with wrong inheritance relations
greatbunzinni at gmail.com
greatbunzinni at gmail.com
Tue Jul 19 08:58:31 UTC 2011
https://bugs.kde.org/show_bug.cgi?id=278073
Summary: Code generator wizard: classes are generated with
wrong inheritance relations
Product: umbrello
Version: 1.1
Platform: Unlisted Binaries
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel at kde.org
ReportedBy: greatbunzinni at gmail.com
Version: 1.1 (using KDE 4.6.2)
OS: Linux
I've created a set of classes through umbrello, where an abstract base class
(ABC) was inherited by a set of derived classes, such as this:
[ABC]<----[Derived]
When I tried to generate the equivalent C++ code through umbrello, the C++
headers describe the ABC as inheriting from one of the derivied classes.
Adding to this, the derived class derived from the ABC but it was derived
twice, as such:
class Derived : virtual public ABC, virtual public ABC
It would be great if umbrello was able to generate code following the class
relationships described in umbrello's class diagram.
Reproducible: Didn't try
OS: Linux (x86_64) release 2.6.38-10-generic
Compiler: cc
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the umbrello-devel
mailing list