Bug 58123

Summary: typedef before class definition confuses class browser
Product: [Developer tools] kdevplatform Reporter: Fernando Manoel C. guedes <fermcg>
Component: classbrowserAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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