classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug in Double.java


From: Tom Tromey
Subject: Re: Bug in Double.java
Date: 22 Jul 2001 15:40:15 -0600

>>>>> "John" == John Leuner <address@hidden> writes:

John> Mauve will turn doubles/floats to strings before comparing them,
John> and then compare them to the string that is produced by
John> compliant JVMs/class libraries.

True.
However, you can circumvent this by wrapping a `double' in a `Double'
and then using check() in Mauve.  This will cause Mauve to use
`Double.equals()' to do the comparison.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]