Bug 139670

Summary: [quick fix] to add arguments to parametrized type
Product: [Eclipse Project] JDT Reporter: Benno Baumgartner <benno.baumgartner>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: martinae
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.