Sun, 25 Nov 2012 17:07:51 +0100Dump the code to file
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Sun, 25 Nov 2012 17:07:51 +0100] rev 199
Dump the code to file

Thu, 22 Nov 2012 10:38:38 +0100Adding the Java source code for the calculator on the HTML page for demostration purposes
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 22 Nov 2012 10:38:38 +0100] rev 198
Adding the Java source code for the calculator on the HTML page for demostration purposes

Thu, 22 Nov 2012 00:18:34 +0100Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:18:34 +0100] rev 197
Less verbose. Concentrating all operations into single method. Using string switch to determine what operation to run.

Thu, 22 Nov 2012 00:08:57 +0100Verifying we support string switch
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:08:57 +0100] rev 196
Verifying we support string switch

Thu, 22 Nov 2012 00:04:19 +0100Bunch of bit arithmetics to compute string hashCode acceptably
Jaroslav Tulach <jtulach@netbeans.org> [Thu, 22 Nov 2012 00:04:19 +0100] rev 195
Bunch of bit arithmetics to compute string hashCode acceptably

Wed, 21 Nov 2012 23:55:09 +0100String.toString() can be specified on a prototype
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 23:55:09 +0100] rev 194
String.toString() can be specified on a prototype

Wed, 21 Nov 2012 23:53:00 +0100Partial support for String.hashCode
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 23:53:00 +0100] rev 193
Partial support for String.hashCode

Wed, 21 Nov 2012 21:48:51 +0100StringBuilder.delete needs bottom-up array copy
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 21:48:51 +0100] rev 192
StringBuilder.delete needs bottom-up array copy

Wed, 21 Nov 2012 21:03:10 +0100Static fields can be modeled as properties on constructors of classes
Jaroslav Tulach <jtulach@netbeans.org> [Wed, 21 Nov 2012 21:03:10 +0100] rev 191
Static fields can be modeled as properties on constructors of classes

Tue, 20 Nov 2012 21:24:01 +0100Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods
Jaroslav Tulach <jtulach@netbeans.org> [Tue, 20 Nov 2012 21:24:01 +0100] rev 190
Referencing 'special' methods on a prototype will allow us to shorten the fqn of actual methods