Bug 52791

Summary: classes viewer do not work with Gideon Alpha 3 for project with namespace converted with kdevprj2kdevelop
Product: [Applications] kdevelop Reporter: de-chalendarg
Component: Language Support: CPP (old)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 3.0.0a3   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description de-chalendarg 2003-01-09 10:42:40 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Compiled From Sources
Compiler:          Gcc 3.2 
OS:          Linux

I have a project with nested namespaces. I develop in currently with KDevelop 2.1.4.
I convert it with kdevprj2kdevelop
I load it in Gideon Alpha3
The namespaces seem to be considered as classes :
- they can be recursively opened but they never display the list of classes contained by the namespace, sometimes they display one of them, usually none;
- when clicking them, one of the .cpp files containing this namespace is opened;

Note that I next tried to "Import Existing Project" and this time the result is good.
Comment 1 de-chalendarg 2003-01-09 15:16:42 UTC
I retried with another project : it seems that it is the Autoconf based import that  
causes this problem ; when importing without Autoconf (Custom Makefiles) the 
namespaces/classes are well recognized. 
I think that the Autoconf used for this project was 2.13 and not 2.5. Could it be a 
cause for the problem ? 
Comment 2 de-chalendarg 2003-01-10 08:50:53 UTC
Note that the problem does not show up when importing as "KDE C++ Application 
(Automake based)" EVEN if the project is NOT a KDE application (I tried that with 
my first application (not KDE) after having succesfully imported a KDE project. 
Comment 3 Jens Dagerbo 2003-10-29 22:18:56 UTC
Is this still valid?
Comment 4 Amilcar do Carmo Lucas 2003-11-03 10:27:21 UTC
I guess this one has nothing to do with appwizard.
And besides that, cpp-parsing got lots of bug fixes in the last 10 months.
Closing, reopen if the bug presists.
Comment 5 Amilcar do Carmo Lucas 2003-11-04 19:52:18 UTC
*** Bug has been marked as fixed ***.
Comment 6 Aleix Pol 2013-03-31 00:50:28 UTC
Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively