Bug 68891

Summary: [1.5] TypeVariableBinding does not know his declaring type or method
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2004-06-29 13:10:40 EDT
If you want to know the declaring type of a TypeVariableBinding, you needs to 
explore parent scopes to find it.
That would be useful if TypeVariableBinding have a direct link to his parent.
Comment 1 Philipe Mulet CLA 2004-06-30 07:39:15 EDT
Added TypeVariableBinding#declaringElement pointing at generic type or method 
binding declaring it.