Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
-
Environment:Gentoo Linux, x86
-
Number of attachments :
Description
Compiling of testcases (SimpleVariableContextTest.java) fail with 1.4 JDK because java.lang.Double.valueOf(double d) method was added only in 1.5. Attaching a patch that uses constructor Double(double) instead. See also http://bugs.gentoo.org/show_bug.cgi?id=152400 for original report.
Thanks for catching this. I've fixed it in CVS.