Bug 27295 - Relevance of member type in type cast should be higher
Summary: Relevance of member type in type cast should be higher
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M4   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 06:38 EST by Jerome Lanneluc CLA
Modified: 2002-11-28 07:06 EST (History)
0 users

See Also:


Attachments
DeltaProcessor.java (76.86 KB, text/plain)
2002-11-28 06:39 EST, 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 2002-11-28 06:38:41 EST
Build 20021126

In the attached source, position cursor on line 828 column 33 and Ctrl+Space.
The proposal is first DeltaProcessor then RootInfo. Since the identifier starts 
with Root, RootInfo relevance should be higher.
Comment 1 Jerome Lanneluc CLA 2002-11-28 06:39:57 EST
Created attachment 2555 [details]
DeltaProcessor.java
Comment 2 Jerome Lanneluc CLA 2002-11-28 07:06:43 EST
My mistake, the first proposal is DeltaProcessor.RootInfo, the second is 
org.eclipse.core.internal.RootInfo.

Closing