Bug 68845 - [1.5] AST: AbstractTypeDeclaration should have resolveBinding
Summary: [1.5] AST: AbstractTypeDeclaration should have resolveBinding
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M1   Edit
Assignee: Jim des Rivieres CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-29 05:47 EDT by Martin Aeschlimann CLA
Modified: 2005-01-11 11:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.