dev@fi.java.net

Re: Encoding algorithm support complete

From: Santiago Pericas-Geertsen <Santiago.Pericasgeertsen_at_Sun.COM>
Date: Tue, 01 Mar 2005 08:16:18 -0500

On Mar 1, 2005, at 7:58 AM, Paul Sandoz wrote:

> Thanks for finding this.
>
> Grrr... the auto-boxing in JDK 5.0 is resulting in the use of the
> following method:
>
> assertEquals(Object expected, Object actual)

  Reminds me of the old C++ days were values were casted automagically
:) Not particularly fond of these "auto" things ...

-- Santiago