Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 348806

Summary: Exceptions thrown from ResolverHook.end must cause resolve process to fail
Product: [Eclipse Project] Equinox Reporter: Thomas Watson <tjwatson>
Component: FrameworkAssignee: Thomas Watson <tjwatson>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.7   
Target Milestone: Juno   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

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 ***