vm/src/test/java/org/apidesign/vm4brwsr/StaticMethod.java
Sun, 09 Dec 2012 16:43:36 +0100 Null can be casted to any type
Sat, 17 Nov 2012 18:34:12 +0100 Initialize fields with 0, 0.0 and null
Thu, 15 Nov 2012 08:12:52 +0100 Can use special characters in JavaScriptBody's body attribute
Tue, 30 Oct 2012 22:59:31 +0100 One license is enough
Wed, 17 Oct 2012 15:59:04 +0200 Support for switch
Tue, 16 Oct 2012 12:42:00 +0200 Fixing license in all files
Thu, 11 Oct 2012 04:11:42 -0700 Multiparameter static methods with JavaScriptBody work now
Tue, 09 Oct 2012 18:47:42 -0700 Better order of static initializers
Tue, 09 Oct 2012 11:11:58 -0700 Concatenation of string and integer works
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Fri, 28 Sep 2012 14:58:21 +0200 Supporting iconst_m1
Fri, 28 Sep 2012 14:45:00 +0200 Understands aconst_null. To achieve that we realized that invokeinterface bytecode is followed by four bytes, not just two.
Mon, 24 Sep 2012 11:07:38 +0200 Getting ready for multiple projects inside one Hg repository