Bug 3334 - Types hierarchy view does not show all subclasses. (1GI901Q)
Summary: Types hierarchy view does not show all subclasses. (1GI901Q)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 6504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT 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-10-10 22:53:24 EDT
Types hierarchy view does not show all subclasses which makes it very confusing.
	Create 2 projects P1 and P2.
	Change the P2 class path to depend on P1.
	Create two classes each C1 (in P1) and C2 (in P2) subclass of C1.
	Export C2 to a jar and delete it from the workspace.
	Add the jar as a external jar in P2.

	Open Type "C2".
	The hierarchy view will show Object->C1->C2. (Good).
	Select C1, Popup menu -> "Focus on C1".
	C2 will desapear from the view.	Why? It is still a subclass of C1.

NOTES:
	EJP (8/10/01 11:24:29 AM)
		Tried it with internal jar and did not work as well.
Comment 1 DJ Houghton CLA 2001-10-29 17:10:22 EST
PRODUCT VERSION:
	Build 128.

Comment 2 Jerome Lanneluc CLA 2002-01-07 10:59:54 EST
Index selector was incorrectly handling workspace scopes. Changed it so that 
the focus is visible from everywhere in the case of a workspace scope.
Comment 3 Jerome Lanneluc CLA 2002-01-07 11:01:39 EST
*** Bug 6504 has been marked as a duplicate of this bug. ***