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

Bug 354438

Summary: Request details are not extracted for sub-classes of the IRequestDetailsResolver annotated with @Subject
Product: [Tools] MAT Reporter: Krum Tsvetkov <krum.tsvetkov>
Component: CoreAssignee: Project Inbox <mat.core-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.1   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Krum Tsvetkov CLA 2011-08-10 16:53:24 EDT
If a  a request resolver extension is annotated with @Subject("someClass") then the resolver is used only on local objects of exactly the same type, but not used for classes extending "someClass". I think it would be useful to have for the request resolvers the same behavior as for the name resolvers, i.e. if a class doesn't have a request resolver, then one from the super-class could be used.

I'll add the coding to do this.
Comment 1 Krum Tsvetkov CLA 2011-08-11 04:27:05 EDT
Fixed with revision 1166.