Bug 72891 - missing type parameters for IMethodBindings
Summary: missing type parameters for IMethodBindings
Status: VERIFIED 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 M2   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 13:19 EDT by Martin Aeschlimann CLA
Modified: 2004-09-23 10:07 EDT (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-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.