Bug 30860

Summary: CodeAssist - Relevance is not correct for member exception
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-02-04 08:02:01 EST
1) create X.java
public class X {
  class XException extends Exception {}
  void foo(){
    throw new X<cursor>
  }
}
2) do ctrl+space at cursor location
X is more relevant than XExcpetion. It should be the opposite.
Comment 1 David Audel CLA 2003-02-04 09:31:08 EST
Fixed.
Comment 2 David Audel CLA 2003-02-11 07:50:04 EST
Verified.