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