Wed, 27 Feb 2013 17:50:47 +0100All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:50:47 +0100] rev 783
All JavaScript numbers will have doubleValue__D and co. methods. One can also use valueOf() on any Number to get its primitive value

Wed, 27 Feb 2013 17:37:18 +0100Print the error message when execution fails
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:37:18 +0100] rev 782
Print the error message when execution fails

Wed, 27 Feb 2013 17:31:52 +0100Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:31:52 +0100] rev 781
Make sure subclasses of java.lang.Object will have good implementation of toString() method - now with polymorphism

Wed, 27 Feb 2013 17:28:48 +0100Make sure subclasses of java.lang.Object will have good implementation of toString() method
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:28:48 +0100] rev 780
Make sure subclasses of java.lang.Object will have good implementation of toString() method

Wed, 27 Feb 2013 17:24:50 +0100Don't call Array.get(null). Just link against that class.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 17:24:50 +0100] rev 779
Don't call Array.get(null). Just link against that class.

Wed, 27 Feb 2013 16:24:42 +0100Conversion fixes arithmetic
Lubomir Nerad <lubomir.nerad@oracle.com> [Wed, 27 Feb 2013 16:24:42 +0100] rev 778
Conversion fixes

Wed, 27 Feb 2013 16:02:26 +0100Using default, not formated license
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 16:02:26 +0100] rev 777
Using default, not formated license

Wed, 27 Feb 2013 14:56:25 +0100According to https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String one is supposed to use valueOf to convert from String object to primitive string value
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 14:56:25 +0100] rev 776
According to https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/String one is supposed to use valueOf to convert from String object to primitive string value

Wed, 27 Feb 2013 14:38:16 +0100Need to use method accessors to access static fields
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 27 Feb 2013 14:38:16 +0100] rev 775
Need to use method accessors to access static fields

Wed, 27 Feb 2013 11:24:58 +0100Merge with trunk arithmetic
Lubomir Nerad <lubomir.nerad@oracle.com> [Wed, 27 Feb 2013 11:24:58 +0100] rev 774
Merge with trunk