Bug 28236 - Search for refs to class in hierarchy matches class outside hierarchy
Summary: Search for refs to class in hierarchy matches class outside hierarchy
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-12 23:49 EST by Nick Edgar CLA
Modified: 2003-02-07 10:34 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 2002-12-12 23:49:59 EST
build I20021210

- platform UI in source
- open type on MultiEditorInput (in org.eclipse.ui.part)
- select type name
- choose Search > References > Hierarchy
- it finds 1 ref in org.eclipse.ui.internal.EditorManager.java

EditorManager is not in MultiEditorInput's hierarchy
Comment 1 Jerome Lanneluc CLA 2003-01-20 10:17:33 EST
Was not filtering out import refs.
Fixed and added regression test JavaSearchTests.testTypeReferenceInHierarchy()
Comment 2 David Audel CLA 2003-02-07 10:34:35 EST
Verified.