Bug#1992: marked as done (KDevelop CV cannot parse namespaces [12:14,19.09.99])

Stephan Kulow owner at bugs.kde.org
Wed Oct 20 23:03:00 UTC 1999


Your message dated Thu, 21 Oct 1999 01:00:29 +0200
with message-id <380E498C.A3144EA4 at e-technik.fh-muenchen.de>
and subject line now KDevelop can interpret namespace
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

Received: (at submit) by bugs.kde.org; 19 Sep 1999 10:59:23 +0000
>From joachim.grill at gmx.net Sun Sep 19 12:59:23 1999
Received: from orion-fddi.rz.uni-ulm.de ([134.60.240.13]:8400 "EHLO
        orion-fddi.rz.uni-ulm.de") by max.tat.physik.uni-tuebingen.de
	with ESMTP id <S748631AbPISK7G>; Sun, 19 Sep 1999 12:59:06 +0200
Received: from localhost (ulmathome237.extern.uni-ulm.de [134.60.8.237])
	by orion-fddi.rz.uni-ulm.de (8.9.3/8.9.3) with SMTP id MAA09278
	for <submit at bugs.kde.org>; Sun, 19 Sep 1999 12:59:05 +0200 (MET DST)
Date:   Sun, 19 Sep 1999 12:56:18 +0200 (CEST)
From:   Joachim Grill <joachim.grill at gmx.net>
To:     submit at bugs.kde.org
Subject: KDevelop CV cannot parse namespaces [12:14,19.09.99]
Message-ID: <Pine.LNX.4.10.9909191254590.417-100000 at tequila.local>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Return-Path: <joachim.grill at gmx.net>
X-Orcpt: rfc822;submit at bugs.kde.org


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