Bug 68845

Summary: [1.5] AST: AbstractTypeDeclaration should have resolveBinding
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Jim des Rivieres <jeem>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-06-29 05:47:28 EDT
20040629

For convenience it would be good add 'resolveBinding' to AbstractTypeDeclaration
as all subclasses of AbstractTypeDeclaration have a 'resolveBinding', otherwise
the workaround 'AbstractTypeDeclaration.getName().resolveBinding()' has to be used.
Comment 1 Olivier Thomann CLA 2004-06-29 10:49:43 EDT
Jim, could you please handle this one?
Comment 2 Jim des Rivieres CLA 2004-06-30 12:14:53 EDT
Added to AbstractTypeDeclaration:
public final ITypeBinding resolveBinding().

This is a non-breaking API addition since API methods with the same signature 
already existed on the subclasses.

Fixed in 1.5 stream. Build notes updated.