[Uml-devel] [Bug 91869] New: import c++ classes crash ( unamed enum )
Montana Low
grassmonty at yahoo.com
Thu Oct 21 17:28:26 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=91869
Summary: import c++ classes crash ( unamed enum )
Product: umbrello
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: grassmonty yahoo com
Version: (using KDE KDE 3.3.1)
Installed from: Gentoo Packages
Compiler: gcc
OS: Linux
when the following code is encountered by "import c++ classes...", umbrello crashes.
enum {
...
};
the following code is successfully imported
enum AnEnumerator {
...
};
The code import still seems pretty buggy (although its very handy when it works), perhaps the whole thing should be wrapped in a try-catch, with a failure notice, instead of crashing the program?
More information about the umbrello-devel
mailing list