Bug 12457

Summary: Need to synchronize JobManager.discardJobs(...)
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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