emul/src/main/java/java/lang/Class.java
Mon, 14 Jan 2013 11:30:56 +0100 Using 'this' in @JavaScriptBody instance methods
Mon, 14 Jan 2013 10:57:51 +0100 Following standard object oriented calling conventions. Method run of Runnable r can now be called as r.run__V()
Sat, 12 Jan 2013 18:18:25 +0100 Class.cast and Class.isInstance work
Thu, 10 Jan 2013 20:15:11 +0100 Can read resources as streams
Tue, 08 Jan 2013 16:32:11 +0100 Non-existing method query yield proper exception
Mon, 31 Dec 2012 12:44:51 +0100 Multiple exceptions in a single method supported
Sat, 29 Dec 2012 19:46:09 +0100 Constructors are not assigned to prototype, as they are not inherited. newInstance checks for access rights.
Fri, 28 Dec 2012 12:35:32 +0100 Class.getMethods returns only public methods
Fri, 28 Dec 2012 08:48:08 +0100 Moving non-public access method into org.apidesign.bck2brwsr.emul package
Thu, 20 Dec 2012 08:59:47 +0100 Support for reflection on primitive types. All tests finish in the browser.
Wed, 19 Dec 2012 16:43:37 +0100 Reflective calls on methods that return int
Tue, 18 Dec 2012 16:04:37 +0100 Reasonable TYPE for primitive types
Sat, 15 Dec 2012 08:17:45 +0100 Class.forName can load new classes
Sat, 15 Dec 2012 07:10:58 +0100 Class.forName can load java.lang.String
Wed, 05 Dec 2012 10:03:58 +0100 Can obtain annotation from a method
Wed, 05 Dec 2012 09:28:31 +0100 Implementation of Class.getMethods
Tue, 04 Dec 2012 15:32:18 +0100 Can execute a (parameterless) method via reflection
Tue, 04 Dec 2012 14:49:01 +0100 Test to verify reflective call on a method of a class
Tue, 04 Dec 2012 14:31:11 +0100 Removing default implementation from reflection APIs
Tue, 04 Dec 2012 12:16:16 +0100 Different constructor name cons__V
Sun, 02 Dec 2012 15:05:36 +0100 Class.getAnnotations somehow implemented
Sun, 02 Dec 2012 14:01:17 +0100 Annotations with string attributes
Sun, 02 Dec 2012 12:26:14 +0100 Initial support for runtime annotations
Sat, 01 Dec 2012 15:48:12 +0100 Optimistic support for Class.newInstance
Sat, 01 Dec 2012 15:30:56 +0100 Class.getSuperclass seems to work
Sat, 01 Dec 2012 12:35:30 +0100 Class.getSimpleName() works
Sat, 01 Dec 2012 12:15:12 +0100 Returns correct canonical name
Sat, 01 Dec 2012 08:52:30 +0100 Adding each constructor function field
Tue, 30 Oct 2012 09:24:41 +0100 Merging in support for Class and ClassLoader operations
Mon, 08 Oct 2012 17:10:27 -0700 Concatanation of strings sort of works (but produces wrong result)
Sun, 30 Sep 2012 18:58:50 -0700 assertion status method is used by compiler
Sun, 30 Sep 2012 18:29:37 -0700 Almost compilable
Sun, 30 Sep 2012 17:39:50 -0700 The getPrimitiveClass method is called from many places
Sat, 29 Sep 2012 10:47:42 +0200 Commenting out methods that should not be implemented in JavaScript version
Sat, 29 Sep 2012 06:47:05 +0200 3rd batch of classes