Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 348806 - Exceptions thrown from ResolverHook.end must cause resolve process to fail
Summary: Exceptions thrown from ResolverHook.end must cause resolve process to fail
Status: RESOLVED DUPLICATE of bug 348805
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.7   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: Juno   Edit
Assignee: Thomas Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 17:00 EDT by Thomas Watson CLA
Modified: 2011-06-09 16:04 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Watson CLA 2011-06-08 17:00:16 EDT
The current implementation logs the error but allows the resolve process to proceed with out error if a ResolverHook.end method call throws an exception.  Throwing an exception from end() must result in a resolution error just like throwing exceptions from other hook methods.
Comment 1 Thomas Watson CLA 2011-06-09 16:04:41 EDT
I'm going to dup this to bug348805 since work to fix that bug is in the same area of code and it is more simple to do the fix all at once for handling ResolverHook.end calls.

*** This bug has been marked as a duplicate of bug 348805 ***