News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

bug parsing of symbols

Started by ViktorXP, June 30, 2015, 11:26:26 AM

Previous topic - Next topic

ViktorXP

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

ToApolytoXaos

I have noticed a similar behavior with "Current file's symbols".


oBFusCATed

ToApolytoXaos: I doubt you issue is the same as the one originally reported.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ToApolytoXaos

Quote from: oBFusCATed on June 30, 2015, 08:03:31 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.

ollydbg

#4
Quote from: 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
It's a bug as I can see, can you report it here: Tickets.

EDIT: You need to register a user in Sourceforge.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

ollydbg

Quote from: ToApolytoXaos on June 30, 2015, 05:33:54 PM
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?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.