Bug 75582

Summary: Class import gets associations wrong
Product: [Applications] umbrello Reporter: Alexander <kellerassel>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***.