|
From: SourceForge.net <no...@so...> - 2008-02-20 01:02:51
|
Bugs item #1897442, was opened at 2008-02-19 17:02 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=1897442&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wildcard type definition can't find superclass Initial Comment: In the interactions pane, executing the following code: import java.util.*; import java.lang.Number; //just to be certain List<? extends Number> l = new ArrayList<? extends Number>(); results in "Static Error: Undefined class 'Number'" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1897442&group_id=44253 |