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

Fri, 28 Dec 2012 12:35:32 +0100Class.getMethods returns only public methods
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Dec 2012 12:35:32 +0100] rev 392
Class.getMethods returns only public methods

Fri, 28 Dec 2012 08:48:08 +0100Moving non-public access method into org.apidesign.bck2brwsr.emul package
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Dec 2012 08:48:08 +0100] rev 391
Moving non-public access method into org.apidesign.bck2brwsr.emul package

Fri, 28 Dec 2012 07:59:43 +0100Verifying that arrays are created with zeroed elements
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Fri, 28 Dec 2012 07:59:43 +0100] rev 390
Verifying that arrays are created with zeroed elements

Thu, 27 Dec 2012 19:50:16 +0100Don't throw NPEs when executing the calculator demo
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 27 Dec 2012 19:50:16 +0100] rev 389
Don't throw NPEs when executing the calculator demo