Bug 29969 - CodeAssist: too much proposals just after 'switch'
Summary: CodeAssist: too much proposals just after 'switch'
Status: VERIFIED FIXED
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: 2.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-22 09:02 EST by David Audel CLA
Modified: 2003-02-11 07:42 EST (History)
0 users

See Also:


Attachments

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