Bug#1883: embedded classes [23:10,05.09.99]
Michael Gerharz
michael at cs.bonn.edu
Sun Sep 5 21:14:37 UTC 1999
Package: kdevelop
Version: 1.0beta2
Severity: normal
Bugreport ID : 23:10,05.09.99
Originator : Michael Gerharz
E-Mail : gerharz at cs.bonn.edu
Subject : embedded classes
Error Class : software bug
Error Location: class tree
Priority : medium
Bug Description ---------------------------
The class tree doesn't display the following code
correctly:
class A {
struct B {
//...
};
//...
};
Instead of showing two entries for the two classes
the entry for class A shows nothing at all, but
all members (functions as well as variables) are
shown in the global scope. The class B is not
shown at all.
How to repeat the error -------------------
Bugfix or Workaround ----------------------
System Information ------------------------
KDevelop version : 1.0beta2
KDE version : 1.1.1
QT version : 1.42
OS/Distribution : SuSE Linux 6.2
Compiler : egcs 2.91.66
More information about the KDevelop-devel
mailing list