Bug#1992: KDevelop CV cannot parse namespaces [12:14,19.09.99]

Joachim Grill joachim.grill at gmx.net
Sun Sep 19 10:56:18 UTC 1999


Package: kdevelop
Version: 1.0beta2
Severity: normal

Bugreport ID : 12:14,19.09.99

Originator	: Joachim Grill
E-Mail	: joachim.grill at gmx.net

Subject : KDevelop CV cannot parse namespaces

Error Class	: software bug
Error Location: class tree
Priority	: medium
Bug Description ---------------------------

The class browser shows weird things if it parses
sourcecode with namespaces.

Example:

namespace A {
    class MyClass {
        public:
            MyClass() { /* ... */ };
            void Action() { /* ... */ };
    }
}

The CV puts the methods in the Globals->Functions
folder. Without the namespace, it works correct, you
get a class MyClass, the methods appear in
Classes->MyClass

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

Just put the example code in a header file, save,
and look in the classbrowser

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



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

KDevelop version	: 1.0beta2
KDE version		: 1.1
QT version		: 1.45
OS/Distribution	: linux i386, SuSE 6.1
Compiler		: egcs




More information about the KDevelop-devel mailing list