[ nice-Bugs-920192 ] LinkedList - No possible call for add
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.lang.nice.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #920192, was opened at 2004-03-20 11:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=920192&group_id=12788
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Isaac Gouy (igouy)
Assigned to: Nobody/Anonymous (nobody)
Summary: LinkedList - No possible call for add
Initial Comment:
void main(String[] args){
let L1 = new LinkedList();
for (var j = 1; j <= 10; j++)
L1.add(j);
let L3 = new LinkedList();
while (!L1.isEmpty)
L3.add( L1.removeFirst );
}
Test\..\test\hash.nice: line 8, column 10:
No possible call for add.
Arguments: (nice.lang.LinkedList<T>, T'<t117'>)
Possibilities:
nice.lang.void add(java.math.MutableBigInteger, ?
java.math.MutableBigInteger)
nice.lang.void add(java.lang.ThreadGroup, ?
java.lang.Thread)
<T> nice.lang.void add(nice.lang.ListIterator<T>, T)
<T> nice.lang.boolean add(nice.lang.Collection<T>, T)
releaseInitialContext should be called when in first rigid
context
releaseInitialContext should be called when in first rigid
context
releaseInitialContext should be called when in first rigid
context
Nice compiler version 0.9.7 (build 2004.03.19, 21:15:12
UTC)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=112788&aid=920192&group_id=12788
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click