Tue, 15 Jan 2013 09:23:46 +0100getComponentType works in possitive cases arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:23:46 +0100] rev 451
getComponentType works in possitive cases

Tue, 15 Jan 2013 09:01:19 +0100Class.forName('[Z') returns meaningful result arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:01:19 +0100] rev 450
Class.forName('[Z') returns meaningful result

Tue, 15 Jan 2013 09:00:43 +0100More test on array reflection arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 15 Jan 2013 09:00:43 +0100] rev 449
More test on array reflection

Mon, 14 Jan 2013 18:21:48 +0100More reflection for arrays. getClass() and isArray() work.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 18:21:48 +0100] rev 448
More reflection for arrays. getClass() and isArray() work.

Mon, 14 Jan 2013 14:23:27 +0100Check empty char array is initialized with the right values arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 14:23:27 +0100] rev 447
Check empty char array is initialized with the right values

Mon, 14 Jan 2013 14:20:49 +0100Fill object arrays with null, otherwise use 0 arithmetic
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 14:20:49 +0100] rev 446
Fill object arrays with null, otherwise use 0

Mon, 14 Jan 2013 13:21:40 +0100Moving integer arithmetic expressions into Number.prototype arithmetic
Martin Soch <Martin.Soch@oracle.com> [Mon, 14 Jan 2013 13:21:40 +0100] rev 445
Moving integer arithmetic expressions into Number.prototype

Mon, 14 Jan 2013 11:52:38 +0100Merging use of function.call into default branch. It seems to be the way to go.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 11:52:38 +0100] rev 444
Merging use of function.call into default branch. It seems to be the way to go.

Mon, 14 Jan 2013 11:30:56 +0100Using 'this' in @JavaScriptBody instance methods UseFunctionCall
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 11:30:56 +0100] rev 443
Using 'this' in @JavaScriptBody instance methods

Mon, 14 Jan 2013 10:57:51 +0100Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V() UseFunctionCall
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 14 Jan 2013 10:57:51 +0100] rev 442
Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V()