Bug 6504 - Type hierarchy: Subtypes in jar of another project not found
Summary: Type hierarchy: Subtypes in jar of another project not found
Status: RESOLVED DUPLICATE of bug 3334
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.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-03 10:46 EST by Jerome Lanneluc CLA
Modified: 2002-01-11 08: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 Jerome Lanneluc CLA 2001-12-03 10:46:31 EST
Build 20011127

Opening type hierarchy on IElementChangedListener doesn't find all subtypes 
(ie. implementors of this interface). For example, it misses 
jdt.jar/org.jdt.ui.JavaElementContentProvider.
Comment 1 Jerome Lanneluc CLA 2001-12-19 12:20:43 EST
IndexSelector doesn't include the index for jdt.jar considering that jdt.jar 
cannot see the project of IElementChangedListener (which is 
org.eclipse.jdt.core).
Need to fix canSeeFocus(...)
Comment 2 Jerome Lanneluc CLA 2002-01-07 11:01:39 EST

*** This bug has been marked as a duplicate of 3334 ***