[Uml-devel] [Bug 81790] umbrello does not read in and show class datamembers and methods which have a namespace

Oliver Kellogg okellogg at users.sourceforge.net
Wed May 26 22:14:09 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=81790      




------- Additional Comments From okellogg users sourceforge net  2004-05-27 07:13 -------
I cannot reproduce this (unless I misunderstand.)
I tried importing the following:

namespace ns {
  class inner {
  public:
    char c;
  };
}
class outer {
public:
  ns::inner knownType;
  UnknownNs::UnknownClass unknownType;
}

and the attributes of ns::inner and outer are displayed
as expected.




More information about the umbrello-devel mailing list