Bug 44869 - Search: no refs found to overridden method in binary subclass
Summary: Search: no refs found to overridden method in binary subclass
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M5   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-14 22:52 EDT by Nick Edgar CLA
Modified: 2003-11-20 06:27 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 Nick Edgar CLA 2003-10-14 22:52:14 EDT
build N20031006

- while looking at bug 42590, I did a search for all refs to 
VariablesView.newItem (JDT UI in binary, Platform UI in source)
- it didn't find any refs
- search for refs to the supertypes' implementations finds 7 matches
Comment 1 Nick Edgar CLA 2003-10-14 22:54:15 EDT
Nothing relevant in the log.
Comment 2 Kent Johnson CLA 2003-10-17 14:18:54 EDT
I find 5 references to VariablesViewer.newItem & 7 to its superclass' 
implementation.

Can you provide more steps/info?

Is AbstractTreeViewer a binary or source type in your workspace?
Comment 3 Nick Edgar CLA 2003-10-17 15:00:37 EDT
I have the UI plugins, including JFace, in source and the rest (Debug, JDT) in 
binary.

I can reproduce this in my workspace if you want to drop by.
Comment 4 Kent Johnson CLA 2003-10-20 15:56:25 EDT
The SuperTypeNamesCollector never forced the resolution of the supertype 
hierarchy when it found a superclass that was derived from a source file.

fixed.
Comment 5 David Audel CLA 2003-11-20 06:27:39 EST
Verified.