Bug 139670 - [quick fix] to add arguments to parametrized type
Summary: [quick fix] to add arguments to parametrized type
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-02 09:35 EDT by Benno Baumgartner CLA
Modified: 2009-01-23 11:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benno Baumgartner CLA 2006-05-02 09:35:17 EDT
3.2 RC2

Given:
public class E3<T1, T2> {}
public class E1 {
	E3<E1> e3;
}

At field decl e3 an Error is shown: Incorrect number of arguments.
A quick fix to add an argument to E3<E1> would be nice.