[Uml-devel] [Bug 75582] New: Class import gets associations wrong
Alexander
kellerassel at yahoo.com
Thu Feb 19 01:56:05 UTC 2004
------- 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=75582
Summary: Class import gets associations wrong
Product: umbrello
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: kellerassel yahoo com
Version: 1.2-1 (using KDE KDE 3.2.0)
Installed from: SuSE RPMs
Compiler: gcc 3.2
OS: Linux
When importing classes and placing them in the class diagram
umbrello gets the inheritance association the wrong way. This
in both, class diagram and code viewer. For instance:
class AnimWindow
{
}
class SurfAnimWindow : public AnimWindow
{
}
becomes:
class SurfAnimWindow
{
}
class AnimWindow : public SurfAnimWindow
{
}
More information about the umbrello-devel
mailing list