Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Eugene Vigdorchik 
Subsystem
User Interface 
Affected versions
Fixed in
Fixed in build
Next build 
Build
4155
Fixed in build
4160
Severity
0
  • Submitted by   Gibson
    3 years ago (28 Feb 2006 13:58)
  • Updated by   root
    3 weeks ago (17 Jan 2010 19:27)
  • Jira: IDEA-31636
    (history, comments)

IDEA-31636

"Go to implementations" shows lots of duplicate entries

0
Added by <no user>
15 Sep 2009
PopupTest.png   (43 KB)

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!

Environment: RH Linux FC3, JDK 1.5.0_06

Issue was resolved
Comments (0)
 
History (1)
 
Links
 
Issue has no comments