vm/src/test/java/org/apidesign/vm4brwsr/Classes.java
Fri, 15 Feb 2013 21:14:49 +0100 Merge from default branch to resolve conflicts
Thu, 14 Feb 2013 13:17:19 +0100 Fixing problems with Class.isAssignableFrom reported by David
Tue, 05 Feb 2013 00:00:22 +0100 Returning proper runtime representation for inner annotation arrays
Mon, 04 Feb 2013 23:25:32 +0100 Some additional checks for instanceof
Mon, 04 Feb 2013 23:18:51 +0100 Can obtain values of inner annotation types
Mon, 04 Feb 2013 22:40:11 +0100 Checking proper instance of returned array
Mon, 04 Feb 2013 22:03:49 +0100 Generates reasonable JSON objects for inner annotations and inner annotation arrays
Sun, 03 Feb 2013 23:18:47 +0100 Requiring reference to enums as soon as they are used in annotations
Sun, 03 Feb 2013 22:58:42 +0100 Correct getDeclaringClass for returned methods
Sun, 03 Feb 2013 19:39:34 +0100 Some annotation types work
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
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 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
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