Bug 5820 - Close all editors brings up hierarchy of object
Summary: Close all editors brings up hierarchy of object
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Martin Aeschlimann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 5831
Blocks:
  Show dependency tree
 
Reported: 2001-11-12 18:18 EST by Jed Anderson CLA
Modified: 2001-11-20 16:22 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 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