Bug 5003

Summary: Review JavaBuilder cancelation handling
Product: [Eclipse Project] JDT Reporter: John Arthorne <john.arthorne>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description John Arthorne CLA 2001-10-15 17:38:19 EDT
An EC user reported a comment in JavaBuilder#build that it contains the 
following:

} catch (OperationCanceledException e) {
   ...
   // See 1FVJ5Z8: ITPCORE:ALL - How should builders handle cancel?
}

The reference PR has been fixed, so the java builder can safely throw 
OperationCanceledException out of the build method.
Comment 1 Kent Johnson CLA 2001-11-12 14:12:01 EST
Removed catch block from new builder
Comment 2 Philipe Mulet CLA 2001-11-13 05:41:24 EST
Removed catch block from old builder.