Bug 72891

Summary: missing type parameters for IMethodBindings
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Aeschlimann CLA 2004-08-30 13:19:29 EDT
20040824

In
public abstract class C {
	abstract <Z> void foo(Z z);
}

look at the IMethodBinding of 'foo': It does not contain the type parameter
declaration 'Z'
Comment 1 Olivier Thomann CLA 2004-09-07 16:20:29 EDT
Fixed and released in HEAD.
Regression test added.
Comment 2 David Audel CLA 2004-09-23 10:07:00 EDT
Verified in I200409240100.