Bug 114941 - Remove init job
Summary: Remove init job
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2 M4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 114946
Blocks:
  Show dependency tree
 
Reported: 2005-11-03 11:39 EST by Jerome Lanneluc CLA
Modified: 2005-12-12 13:01 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 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