src/test/java/org/apidesign/java4browser/InstanceTest.java
Thu, 20 Sep 2012 14:35:21 +0200 We can read definition of Object from the JDK. No need to provide default dummy implementation. InstanceSub is discovered automatically.
Thu, 20 Sep 2012 14:20:01 +0200 The compilation to JavaScript now identifies list of external references and provides them back to the caller
Thu, 20 Sep 2012 10:39:54 +0200 instanceOf support
Thu, 20 Sep 2012 10:26:59 +0200 Methods that accept and return objects are supported
Thu, 20 Sep 2012 09:29:42 +0200 Able to invoke interface methods
Wed, 19 Sep 2012 20:22:12 +0200 Try multiple instances of the same class and make sure they don't influence their variables
Wed, 19 Sep 2012 19:57:45 +0200 Can invoke overwritten methods
Wed, 19 Sep 2012 19:29:05 +0200 Support for invoking virtual methods
Sun, 16 Sep 2012 18:35:16 +0200 Basic support for non-virtual instance methods and constructors
Sat, 15 Sep 2012 22:12:49 +0200 Few more instructions, but not all of them are well implemented