Bug 10700 - ast: resolveBinding returns null on parameter reference
Summary: ast: resolveBinding returns null on parameter reference
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M4   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 13:21 EST by Adam Kiezun CLA
Modified: 2002-03-04 14:05 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 Adam Kiezun CLA 2002-03-04 13:21:25 EST
package p;
class A{
	void m(int i){
		m(i);
	}
}

calling resolveBinding on SimpleName 'i' from the MethodInvocation returns null
Comment 1 Olivier Thomann CLA 2002-03-04 13:50:30 EST
Fixed and released in HEAD.