Bug 5003 - Review JavaBuilder cancelation handling
Summary: Review JavaBuilder cancelation handling
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-15 17:38 EDT by John Arthorne CLA
Modified: 2002-01-11 09:22 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 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.