Bug 12457 - Need to synchronize JobManager.discardJobs(...)
Summary: Need to synchronize JobManager.discardJobs(...)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M5   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-28 12:30 EST by Jerome Lanneluc CLA
Modified: 2002-03-29 04:45 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 2002-03-28 12:30:07 EST
Build 20020321

The methods JobManager.discardJobs(String) and 
discardJobsUntilNextProjectAddition(String) need to be synchronized as they are 
modifying the awaitingJobs field and jobStart and jobEnd fields at the same 
time.
Comment 1 Jerome Lanneluc CLA 2002-03-29 04:45:40 EST
Fixed