Bug 96439 - Hierarchy not refreshed if adding a dependent project
Summary: Hierarchy not refreshed if adding a dependent project
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 RC1   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-24 11:11 EDT by Jerome Lanneluc CLA
Modified: 2005-05-27 09:14 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 Jerome Lanneluc CLA 2005-05-24 11:11:17 EDT
N20050524

1. New workspace
2. Import org.eclipse.jdt.core as source
3. Open hierarchy on ClasspathContainerInitializer
4. Import org.eclipse.pde.core as linked binary project
Observe: The subclasses defined in org.eclipse.pde.core are not shown in the
hierarchy
Comment 1 Jerome Lanneluc CLA 2005-05-24 12:43:28 EDT
There were 2 problems:
- the workspace scope was not updated on project close/open
- the type hierarchy was not refreshed if a dependent project was added
Fixed both of these problems.
Added regression test TypeHierarchyNotificationTests#testAddDepedentProject()
Comment 2 David Audel CLA 2005-05-27 09:14:35 EDT
Verified in i20050527-0010