Bug 63592

Summary: [1.5] No type vars in static inner classes?!
Product: [Eclipse Project] JDT Reporter: Stefan Matthias Aust <sma>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Stefan Matthias Aust CLA 2004-05-23 13:14:38 EDT
M9 + HEAD of 1_5 branch from CVS

Cheetah can't compile the following class, javac can.

public class N {
	public static class Lit<T> extends N {
		public T value;  
	}
}

Problem: Cannot make a static reference to the type parameter T
Comment 1 Philipe Mulet CLA 2004-05-23 16:21:58 EDT
I just fixed it, you may find the fix released in JDK1_5 branch.

*** This bug has been marked as a duplicate of 63555 ***