Bugs item #1051947, was opened at 2004-10-22 00:04
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1051947&group_id=44253
Category: Interactions
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Fernando Pereira (fcnpereira)
Assigned to: Nobody/Anonymous (nobody)
Summary: OS X: WrongVersionException
Initial Comment:
20040908-2125 on OS X, with JSR-14 v2.4. Interactions pane does
not allow generics syntax:
Welcome to DrJava.
> import nhUtilities.containers.*;
> List<String> l = new DefaultList<String>();
WrongVersionException: Generics are not supported before Java
1.5
This is very incolvenient when trying to teach generics until Java
1.5 is released for OS X, which is not likely to happen before
Spring 2005.
-- F
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1051947&group_id=44253
|