Thu, 03 Jan 2013 09:14:57 +0100clone works on arrays
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Jan 2013 09:14:57 +0100] rev 402
clone works on arrays

Mon, 31 Dec 2012 17:50:27 +0100Finally block is supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 31 Dec 2012 17:50:27 +0100] rev 401
Finally block is supported

Mon, 31 Dec 2012 12:44:51 +0100Multiple exceptions in a single method supported
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Mon, 31 Dec 2012 12:44:51 +0100] rev 400
Multiple exceptions in a single method supported

Sat, 29 Dec 2012 20:20:59 +0100Ability to eliminate debug messages
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 20:20:59 +0100] rev 399
Ability to eliminate debug messages

Sat, 29 Dec 2012 20:10:10 +0100Use only single try/catch on when there is no branching point
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 20:10:10 +0100] rev 398
Use only single try/catch on when there is no branching point

Sat, 29 Dec 2012 19:46:09 +0100Constructors are not assigned to prototype, as they are not inherited. newInstance checks for access rights.
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 19:46:09 +0100] rev 397
Constructors are not assigned to prototype, as they are not inherited. newInstance checks for access rights.

Sat, 29 Dec 2012 19:44:58 +0100Providing access to compiled code
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 19:44:58 +0100] rev 396
Providing access to compiled code

Sat, 29 Dec 2012 19:44:20 +0100JavaScriptBody does not honor Object.equals. Keeping original Java code only
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 19:44:20 +0100] rev 395
JavaScriptBody does not honor Object.equals. Keeping original Java code only

Sat, 29 Dec 2012 19:43:26 +0100Check correct exception is thrown when accessing private constructor
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 19:43:26 +0100] rev 394
Check correct exception is thrown when accessing private constructor

Sat, 29 Dec 2012 19:42:47 +0100Dump some information about executed code
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sat, 29 Dec 2012 19:42:47 +0100] rev 393
Dump some information about executed code