emul/src/main/java/java/lang/reflect/Method.java
Fri, 18 Jan 2013 22:16:04 +0100 Array.get can convert basic types
Mon, 14 Jan 2013 11:30:56 +0100 Using 'this' in @JavaScriptBody instance methods
Sat, 12 Jan 2013 15:40:20 +0100 Support for reflection on char parameter/return type
Tue, 08 Jan 2013 16:32:11 +0100 Non-existing method query yield proper exception
Tue, 08 Jan 2013 16:01:25 +0100 Can invoke methods with parameters via reflection
Mon, 07 Jan 2013 18:40:20 +0100 Can work with methods without return type
Mon, 07 Jan 2013 18:27:01 +0100 @Compare method can throw exceptions
Thu, 03 Jan 2013 11:29:22 +0100 Using 'o' instead of full name of java.lang.Object
Thu, 03 Jan 2013 11:20:40 +0100 Using 's' instead of Ljava_lang_String_2
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
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:31:11 +0100 Removing default implementation from reflection APIs
Tue, 04 Dec 2012 13:29:17 +0100 Bringing in few reflection types, in order to support Class.getMethods