[flex] IU-95.429 An ugly bug in callstack evaluation in Flex.
Guys please take a look at this. IDEA doesn't seem to evaluate callstack frames properly. I have 2 classes in different packages named ContentCell. When I tried to click on the frame on the left screenshot it took me to a wrong class. IDEA seems to employ a wrong algorithm: look up ContentCell in the index, pick the first entry. The first entry is wrong in case of 2 classes with the same name :-(. On the right picture you can see the correct class where I should have been taken.

Please sign in to leave a comment.
Sorry, I don't see any example attached.
Anyway, please create an issue: http://youtrack.jetbrains.net
just created the issue: http://youtrack.jetbrains.net/issue/IDEA-57329
It contains examples to reproduce and an additional screenshot.