Bug 63592 - [1.5] No type vars in static inner classes?!
Summary: [1.5] No type vars in static inner classes?!
Status: RESOLVED DUPLICATE of bug 63555
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 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-23 13:14 EDT by Stefan Matthias Aust CLA
Modified: 2005-01-11 11:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***