"Go to implementation" repeats itself?
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
map =
new HashMap ();
public static void main (String[] args) {
map.values ().toArray (new String [map.size ()]);
}
}]]>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! I emptied my caches, but no joy. Anybody else seeing this?
Attachment(s):
Popup.png
Please sign in to leave a comment.
http://www.jetbrains.net/jira/browse/IDEA-6932
Same problem with Demetra build 5162. But it only happens sometimes.
Could you please present a testcase where the problems reproduces itself in Demetra?
Sorry, maybe I have mistaken here, this bug only happens with version 5.1