Bug 42321 - No proposals using code assist
Summary: No proposals using code assist
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-01 04:55 EDT by Jerome Lanneluc CLA
Modified: 2004-05-10 10:02 EDT (History)
0 users

See Also:


Attachments
SearchEngine.java (32.50 KB, text/plain)
2003-09-01 04:55 EDT, Jerome Lanneluc CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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