Bug 5820

Summary: Close all editors brings up hierarchy of object
Product: [Eclipse Project] JDT Reporter: Jed Anderson <jed.anderson>
Component: UIAssignee: Martin Aeschlimann <martinae>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Bug Depends on: 5831    
Bug Blocks:    

Description Jed Anderson CLA 2001-11-12 18:18:05 EST
Build: 1107

1. Open a Java editor in the Java perspective
2. Select the project
3. Hit Ctrl-Shift-F4

The hierarchy for Object appears after ~30 seconds.  This is very confusing.
Comment 1 Erich Gamma CLA 2001-11-13 03:38:15 EST
30 seconds is how long it takes to compute the type hierarchy when a project is 
selected. This is a separate problem (5831).

I did some simple attempts to reproduce the problem below but wasn't successful.
Do you have the Java preference Link Active Editor to Type Hierarchy set?

Anyway closing an editor should not trigger a hierarchy refresh.
Comment 2 Jed Anderson CLA 2001-11-13 14:12:36 EST
I did have the "Link Active Editor to Type Hierarchy" preference set.

Here is a more complete description of how reproduce this bug:

1. Fresh 1107 build
2. Start Eclipse
3. Open Java Perspective
4. New Project "Test"
5. New class foo.Bar
6. Select Project Test
7. Ctrl-Shift-F4 (Close All Editors)

Using these steps the bug happens every time.
Comment 3 Martin Aeschlimann CLA 2001-11-19 11:54:10 EST
fixed > 11116
Comment 4 Jed Anderson CLA 2001-11-20 16:22:35 EST
Verified