Re: bug in java.util.LinkedList
From: SamAbo (SamAbo_at_discussions.microsoft.com)
Date: 01/06/05
- Next message: phodge: "How to print a J# dataset?"
- Previous message: Lars-Inge Tønnessen [VJ# MVP]: "Re: bug in java.util.LinkedList"
- In reply to: Lars-Inge Tønnessen [VJ# MVP]: "Re: bug in java.util.LinkedList"
- Next in thread: HB: "Re: bug in java.util.LinkedList"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 5 Jan 2005 17:11:03 -0800
I tested this code using J# compiler (version 8.0) and got the right results,
that is:
a
b
c
a
c
I don't know which version of the compiler you are using.
"Lars-Inge Tønnessen [VJ# MVP]" wrote:
>
> I get this output from your code:
>
> F:\Informatikk\diverse\J_linkedlist_cmd\bin\Debug>J_linkedlist_cmd.exe
> a
> b
> c
>
> a
> c
>
>
> F:\Informatikk\diverse\J_linkedlist_cmd\bin\Debug>
>
>
> I have the Supplemental UI Library installed. If I don't remember this
> wrong, it has a few bug fixes.
>
> http://msdn.microsoft.com/vjsharp/supui/
>
>
> Best Regards,
> Lars-Inge Tønnessen
>
>
>
- Next message: phodge: "How to print a J# dataset?"
- Previous message: Lars-Inge Tønnessen [VJ# MVP]: "Re: bug in java.util.LinkedList"
- In reply to: Lars-Inge Tønnessen [VJ# MVP]: "Re: bug in java.util.LinkedList"
- Next in thread: HB: "Re: bug in java.util.LinkedList"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|