History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-4884
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Eugene Vigdorchik
Reporter: Gibson
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

"Go to implementations" shows lots of duplicate entries

Created: 28 Feb 06 13:58   Updated: 28 Feb 06 19:38
Component/s: User Interface
Fix Version/s: 5.1.1

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: None
Image Attachments:

1. PopupTest.png
(43 kb)
Environment: RH Linux FC3, JDK 1.5.0_06

Build: 4,155
Fixed in build: 4,160
Severity: Medium


 Description  « Hide
I have the problem that the "Go to implementation" popup (Ctrl-Alt-B) brings up multiple entries for some methods. E.g. for the following code[code]import java.util.HashMap;
import java.util.Map;

public class PopupTest {
private static Map<String,String> map =
new HashMap<String,String> ();

public static void main (String[] args) { map.values ().toArray (new String [map.size ()]); }
}[/code]when I put the cursor on the toArray call and hit Alt-Ctrl-B I get a list of hundreds of possible implementations, of which about three quarters are exact duplicates!



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.