Bug 12043 - Too much work on startup - typehierarchy building, parsing,...
Summary: Too much work on startup - typehierarchy building, parsing,...
Status: RESOLVED DUPLICATE of bug 15486
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.0 F1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-21 11:57 EST by Kevin McGuire CLA
Modified: 2003-03-17 11:59 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 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 ***