Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.0.Release
-
Component/s: Content Assist
-
Labels:None
-
Environment:Eclipse IDE for Java Developers - Windows 64 Bit
Java SE Development Kit 7u3 - Windows x64 (64-bit)
-
Number of attachments :
Description
When invoking the default content assist on a list, there are duplicate find and findAll methods displayed.
The reason why you are seeing these duplicates is that there are two find* DGMs that are applicable at this location for each name. Eg-
Obviously, this is confusing especially since at runtime, the second variant will be chosen. We should be able to filter out the less specific variants of DGMs.