Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ViktorXP on June 30, 2015, 11:26:26 am

Title: bug parsing of symbols
Post by: ViktorXP on June 30, 2015, 11:26:26 am
I'm sorry, but i don't have access svn|Bug Tracker.

i found bug parsing of symbols.

if the class is final, it is seen as a symbol of the final and not the class name.
http://prntscr.com/7n1eqi
Title: Re: bug parsing of symbols
Post by: ToApolytoXaos on June 30, 2015, 05:33:54 pm
I have noticed a similar behavior with "Current file's symbols".

(http://i59.tinypic.com/16jnevl.png)
Title: Re: bug parsing of symbols
Post by: oBFusCATed on June 30, 2015, 08:03:31 pm
ToApolytoXaos: I doubt you issue is the same as the one originally reported.
Title: Re: bug parsing of symbols
Post by: ToApolytoXaos on June 30, 2015, 08:44:55 pm
ToApolytoXaos: I doubt you issue is the same as the one originally reported.
That's why I said "a similar behavior"; it does not mean it's the same thing.
Title: Re: bug parsing of symbols
Post by: ollydbg on July 01, 2015, 04:01:03 am
I'm sorry, but i don't have access svn|Bug Tracker.

i found bug parsing of symbols.

if the class is final, it is seen as a symbol of the final and not the class name.
http://prntscr.com/7n1eqi
It's a bug as I can see, can you report it here: Tickets (https://sourceforge.net/p/codeblocks/tickets/?source=navbar).

EDIT: You need to register a user in Sourceforge.
Title: Re: bug parsing of symbols
Post by: ollydbg on July 01, 2015, 09:15:19 am
I have noticed a similar behavior with "Current file's symbols".
So, what is the expect correct way you want to see?

You want to see a destructor function named "wxScintilla" in the symbol tree?