Bug 96439

Summary: Hierarchy not refreshed if adding a dependent project
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.1   
Target Milestone: 3.1 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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