Bug#2771: Class parser bug
Federico David Sacerdoti
tech at slinuxmachines.com
Wed Mar 1 03:30:24 UTC 2000
Package: kdevelop
Version: 1.0
Severity: normal
Bugreport ID : 21:27,29.02.00
Originator : Federico David Sacerdoti
E-Mail : tech at slinuxmachines.com
Subject : Class parser bug
Error Class : software bug
Error Location : Class parser
Priority : low
Bug Description ---------------------------
The class parser assumes that the opening brace
of a method is on the same line as the method name.
The following causes the class parser to misjudge the locations
of its member functions in the .cpp files.
void foo(parent,name) :
QObject(parent,name),
property1(0)
{
}
Thought I would let you know,
Dave
How to repeat the error -------------------
Bugfix or Workaround ----------------------
System Information ------------------------
KDevelop version : 1.0
KDE version : 1.1.2
QT version : 1.44
OS/Distribution : Linux 2.2.12 Mandrake 6.0
Compiler : gcc
misc :
More information about the KDevelop-devel
mailing list