Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.0.Release
-
Component/s: Search
-
Labels:None
-
Number of attachments :
Description
There are some problems with the FindSurroundingNode class. It fails to find nodes that are inside prefix or postfix expressions. This is because of a misplaced super call in some of the visit methods.
I have a fix and am almost through writing the tests.
GRECLIPSE-1425 describes some bugs in the source locations that I discovered while working on the tests.