Bug 75582 - Class import gets associations wrong
Summary: Class import gets associations wrong
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-19 08:59 UTC by Alexander
Modified: 2004-03-22 18:15 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander 2004-02-19 08:59:11 UTC
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
{
}
Comment 1 Jonathan Riddell 2004-02-20 14:36:36 UTC
I wonder if this is related to
Bug 72615: aggregation/composition & inheritance hierachy sometimes reverses
Comment 2 Jonathan Riddell 2004-02-28 19:23:00 UTC
Not related to 72615 it seems.

The direction the inheritance arrow points depends on the order that you drag the classes onto the canvas.
Comment 3 Oliver Kellogg 2004-03-22 18:15:09 UTC
*** Bug has been marked as fixed ***.