| Summary: | Class import gets associations wrong | ||
|---|---|---|---|
| Product: | [Applications] umbrello | Reporter: | Alexander <kellerassel> |
| Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I wonder if this is related to Bug 72615: aggregation/composition & inheritance hierachy sometimes reverses Not related to 72615 it seems. The direction the inheritance arrow points depends on the order that you drag the classes onto the canvas. *** Bug has been marked as fixed ***. |
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 { }