Bug 58123 - typedef before class definition confuses class browser
Summary: typedef before class definition confuses class browser
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: classbrowser (show other bugs)
Version: git master
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 03:00 UTC by Fernando Manoel C. guedes
Modified: 2013-03-31 01:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fernando Manoel C. guedes 2003-05-05 03:00:35 UTC
Version:           2.1.5 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5) 
OS:          Linux

when I code a class using a typedef, the class browser doesn't recognize it. for example:

typedef class test {
.
.
.
} C_TEST;

doesn't produce a class treeview at the class browser...

if I make something like

class test {
.
.
.
};

typedef class test C_TEST;

then it works.
Comment 1 Andreas Koepfle 2003-10-06 02:52:08 UTC
This works correctly with current kdevelop3.0 class browser. Closing bug report. 
Comment 2 Aleix Pol 2013-03-31 01:31:53 UTC
moving to kdevplatform's classbrowser