Author Topic: bug parsing of symbols  (Read 4318 times)

ViktorXP

  • Guest
bug parsing of symbols
« 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

ToApolytoXaos

  • Guest
Re: bug parsing of symbols
« Reply #1 on: June 30, 2015, 05:33:54 pm »
I have noticed a similar behavior with "Current file's symbols".


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: bug parsing of symbols
« Reply #2 on: June 30, 2015, 08:03:31 pm »
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

  • Guest
Re: bug parsing of symbols
« Reply #3 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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: bug parsing of symbols
« Reply #4 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.

EDIT: You need to register a user in Sourceforge.
« Last Edit: July 01, 2015, 09:14:01 am by ollydbg »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: bug parsing of symbols
« Reply #5 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?
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.