Bug 29969

Summary: CodeAssist: too much proposals just after 'switch'
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.1   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description David Audel CLA 2003-01-22 09:02:04 EST
1) create X.java
public class X {
  int caze;
  void foo(){
    switch(0){
      cas<cursor>
  }
}
2) do ctrl+space at cursor location
Two completions are proposed : 'case' and 'caze'.
But the completion must be only 'case'.
Comment 1 David Audel CLA 2003-01-22 09:05:03 EST
Fixed.
Comment 2 David Audel CLA 2003-02-11 07:42:04 EST
Verified.