Bug 10244

Summary: DOM/AST: MethodInvocation should have resolveBinding() method
Product: [Eclipse Project] JDT Reporter: Dirk Baeumer <dirk_baeumer>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M4   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Dirk Baeumer CLA 2002-02-26 06:28:16 EST
Old MessageSend node had field binding. Therefore the new one should have a 
method resolveBinding which returns an IMethodBinding
Comment 1 Jim des Rivieres CLA 2002-02-26 14:03:22 EST
For a MethodInvocation node, the compile-time binding for the method 
invoked is obtainable with
   (IMethodBinding) mi.getName().resolveBinding()
Comment 2 Olivier Thomann CLA 2002-02-27 11:34:54 EST
Ok to close?
Comment 3 Dirk Baeumer CLA 2002-02-27 12:21:31 EST
Yes
Comment 4 Olivier Thomann CLA 2002-02-27 12:26:16 EST
Not a bug. We agreed to use the name inside the method invocation instead of 
adding a resolveBinding() method on MethodInvocation.
Closed.