Thu, 03 Jan 2013 11:29:22 +0100Using 'o' instead of full name of java.lang.Object TypeNickNames
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Jan 2013 11:29:22 +0100] rev 406
Using 'o' instead of full name of java.lang.Object

Thu, 03 Jan 2013 11:20:40 +0100Using 's' instead of Ljava_lang_String_2 TypeNickNames
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Jan 2013 11:20:40 +0100] rev 405
Using 's' instead of Ljava_lang_String_2

Thu, 03 Jan 2013 11:13:40 +0100Removing no longer needed javascript file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Jan 2013 11:13:40 +0100] rev 404
Removing no longer needed javascript file

Thu, 03 Jan 2013 11:11:30 +0100Reliable indexOf on StringBuilder
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 03 Jan 2013 11:11:30 +0100] rev 403
Reliable indexOf on StringBuilder

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.