Bug 12043

Summary: Too much work on startup - typehierarchy building, parsing,...
Product: [Eclipse Project] JDT Reporter: Kevin McGuire <Kevin_McGuire>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Kevin McGuire CLA 2002-03-21 11:57:22 EST
See VCM bug http://dev.eclipse.org/bugs/show_bug.cgi?id=12033

The build is a bit old, maybe you are doing better here. I've seen this same 
behaviour though - UI activation on startup is causing a lot of work to happen 
in JDT-core, and all this appears to be occuring the UI thread.

Severity 'major' was to reflect severity reported assigned to the above VCM bug.

Added reporter of VCM bug to CC of this bug.
Comment 1 Erich Gamma CLA 2002-03-21 19:12:36 EST
We got many complaints when we did not persist the state of the type hierarchy. 
Users are expecting to have the workbench fully restored on start-up. Computing 
the type hierarchy isn't cheap, moving the computation in a background thread 
is not an option given that the CORE infrastructure is not thread safe.

Comment 2 Philipe Mulet CLA 2002-03-29 06:23:58 EST
We might want to investigate persisting hierarchies ? 
Comment 3 Kent Johnson CLA 2002-05-21 17:17:56 EDT
Is essentially the same as 15486.

*** This bug has been marked as a duplicate of 15486 ***