Bug 114941

Summary: Remove init job
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.2 M4   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 114946    
Bug Blocks:    

Description Jerome Lanneluc CLA 2005-11-03 11:39:30 EST
I20051102

Since JDT UI now has a job to do its own initialization, we now have 2 jobs
running on startup, which is confusing for the user.
We should only have the JDT UI job.
Comment 1 Jerome Lanneluc CLA 2005-11-03 11:40:28 EST
One solution would be for JDT UI to call JavaCore#initializeAfterLoad() inside
their job, and we remove the job spawning in this method.
Comment 2 Jerome Lanneluc CLA 2005-11-17 09:53:25 EST
Changed JavaCore#initializeAfterLoad(...) to not schedule a job and do the work
in the same method.
Comment 3 David Audel CLA 2005-12-12 13:01:55 EST
Verified for 3.2 M4 using build I20051212-0010