Bug 43820 - References in Hierarchy misses inner classes
Summary: References in Hierarchy misses inner classes
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 09:13 EDT by Tod Creasey CLA
Modified: 2003-09-29 11:53 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2003-09-29 09:13:55 EDT
20030924

The references in hierarchy search does not catch references within inner 
classes.

STEPS
1) Select org.eclipse.jface.dialogs.ProgressMonitorDialog
2) Search for references to the update() method
3) None will appear
4) Delete the method - you will see that it was referred to by an inner class
Comment 1 Jerome Lanneluc CLA 2003-09-29 11:53:36 EDT
The inner type ProgressMonitor is not a subtype of ProgressMonitorDialog. Thus 
it is out of the scope of this search query.

Searching in a scope that contains ProgressMonitor (e.g. searching in the 
project) finds the reference.