[Uml-devel] [Bug 81790] New: umbrello does not read in and show class datamembers and methods which have a namespace
A.Wildauer
andreas.wildauer at cern.ch
Tue May 18 08:05:05 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
Summary: umbrello does not read in and show class datamembers and
methods which have a namespace
Product: umbrello
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: andreas.wildauer cern ch
Version: 1.2.2 (using KDE 3.2.2, compiled sources)
Compiler: gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-24)
OS: Linux (i686) release 2.4.21-9.0.1.EL.cern
When doing (in the pulldown menus):
code -> import classes
all data members with a namespace in front are not read in and are neither shown in the logical
view on the left nor in the class diagram on the right.
so:
class blabla
{
string myString1;
std::string myString2;
}
becomes:
myString1
in umbrello. The other one is lost.
First I thought this is a feature, but it can't be - I guess it is a bug.
More information about the umbrello-devel
mailing list