Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.6.0.Release
-
Fix Version/s: 2.6.1.Release
-
Component/s: Search
-
Labels:None
-
Number of attachments :
Description
Open a project with Groovy nature, open a Java
source file, right-click a getter method, say, getFoo(), click References - Workspace.
Actual: The search view lists references to the method getFoo() as well as references to the corresponding field foo.
Expected: Only references to the actual method should be listed. References to the field should not be listed.
Workaround: Remove Groovy nature from project and repeat search. Search will revert to expected behavior.
I believe this has to do with the plugin now being able to search for synthetic accessors. But this is a Java file and the plugin should stay the heck out of that.
That shouldn't be.