Bug 42321

Summary: No proposals using code assist
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 3.0 M9   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
SearchEngine.java none

Description Jerome Lanneluc CLA 2003-09-01 04:55:22 EDT
Build 20030828

1. Self-hosting workspace with jdt.core v_367.
2. Replace SearchEngine.java with the attached file.
3. Try code assist where indicated (line 600)
Observe: You get no completion. I would expect to get HashMap amongst others.
Comment 1 Jerome Lanneluc CLA 2003-09-01 04:55:58 EDT
Created attachment 5919 [details]
SearchEngine.java
Comment 2 David Audel CLA 2003-09-10 11:53:19 EDT
Smallest test case:
public class X{
public void foo()  {
    switch(0){
      case 1 :
    break;
  }
  Hash<cursor>
}
}
Comment 3 David Audel CLA 2004-05-10 10:02:27 EDT
Works in build I20040506

Closed