Bug#2388: Missing feature / possible bug

Karl Meisterheim kmeister at engin.umich.edu
Tue Dec 7 02:46:38 UTC 1999


Package: kdevelop
Version: 1.0beta4
Severity: normal

Bugreport ID : 21:39,06.12.99

Originator	: Karl Meisterheim
E-Mail		: kmeister at engin.umich.edu

Subject : Missing feature / possible bug

Error Class	: software bug
Error Location	: I don´t know
Priority	: low
Bug Description ---------------------------

On the leftmost panel that contains a expandable tree view of the classes in the 
project (the CV tab), the class member variables aren't displayed properly
when there are multiple variables of the same type on the same line seperated
by commas, for example,
class myClass
{
  public:
  int x;
  float y,z;
}

the member var x will show up in the list, but y and z will not


How to repeat the error -------------------

Make a class like I described above, containing multiple variables of the same tupe
on the same line seperated by commas

Bugfix or Workaround ----------------------

You can make it display correctly if you have only one var on each line, for example to make
the class demonstrated in "Bug Description" work correctly, write it like this
class myClass
{
  public:
  int x;
  float y;
  float z;
}

System Information ------------------------

KDevelop version	: 1.0beta4
KDE version		: Not running KDE (but have RedHat 6.0 installed, so whatever version came installed with that)
QT version		: qt-2.0.1-5 qt1x-1.44-4 qt1x-devel-1.44-4 qt-devel-2.0.1-5 
OS/Distribution		: RedHat 6
Compiler		: egcs-1.1.2-24 egcs-c++-1.1.2-24

misc :




More information about the KDevelop-devel mailing list