Bug 153746 - typedef template relations not shown
Summary: typedef template relations not shown
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-09 21:22 UTC by Pascal MAJ Meeuws
Modified: 2014-04-27 17:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.11.5


Attachments
Screenshot showing relations (10.60 KB, image/png)
2014-04-27 17:28 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal MAJ Meeuws 2007-12-09 21:22:28 UTC
Version:           1.5.8 (using KDE 3.5.8-7.fc7 Fedora, Fedora release 7 (Moonshine))
Compiler:          Target: i386-redhat-linux
OS:                Linux (i686) release 2.6.23.8-34.fc7

When importing classes containing STL containers, the relationship defined through these containers is not shown within the class diagram.

Example:

class foo {
public:
  foo();
  ~foo();
};

class bar {
public:
  typedef std::list<foo*> foolist;
  bar();
  ~bar;
private:
  foolist the_list;
};


class rebar {
public:
  rebar();
  ~rebar;
private:
  std::list<foo*> the_list;
};

In both cases the foo class will have no relations shown.
Comment 1 Ralf Habacker 2014-04-27 17:28:33 UTC
Created attachment 86298 [details]
Screenshot showing relations

Seems to be fixed at least in 2.11.5