vm/src/test/java/org/apidesign/vm4brwsr/ClassTest.java
Sun, 03 Feb 2013 18:58:09 +0100 Supporting annotations with arrays
Sun, 03 Feb 2013 08:01:48 +0100 Verify the reflection works on interfaces
Tue, 08 Jan 2013 16:01:25 +0100 Can invoke methods with parameters via reflection
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
Sat, 29 Dec 2012 19:46:09 +0100 Constructors are not assigned to prototype, as they are not inherited. newInstance checks for access rights.
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
Tue, 11 Dec 2012 11:05:06 +0100 VM in VM properly processes class constants
Wed, 05 Dec 2012 10:03:58 +0100 Can obtain annotation from a method
Wed, 05 Dec 2012 09:31:36 +0100 Getting ready for check for method annotations
Wed, 05 Dec 2012 09:28:31 +0100 Implementation of Class.getMethods
Tue, 04 Dec 2012 14:49:01 +0100 Test to verify reflective call on a method of a class
Tue, 04 Dec 2012 12:06:27 +0100 ClassTest needs to be adjusted to new naming scheme
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 08:52:30 +0100 Adding each constructor function field
Thu, 29 Nov 2012 21:58:17 +0100 Tests about names of classes
Thu, 29 Nov 2012 21:42:25 +0100 Basic tests for reflection on classes