Bug 30860 - CodeAssist - Relevance is not correct for member exception
Summary: CodeAssist - Relevance is not correct for member exception
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-02-04 08:02 EST by David Audel CLA
Modified: 2003-02-11 07:50 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-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.