rt/emul/mini/src/main/java/java/lang/reflect/Array.java
Tue, 23 Sep 2014 21:52:27 +0200 for (var x in array) should return only expected values
Wed, 07 May 2014 08:49:54 +0200 Methods in Array are shared between different VMs, but other types like Integer, or Float, aren't. Need to be careful when using equality then
Tue, 06 May 2014 11:12:40 +0200 Storing constructor function in last element of multidimensional array
Tue, 06 May 2014 10:08:42 +0200 2nd step in eliminating need for Class.forName when dealing with arrays
Tue, 06 May 2014 08:38:34 +0200 No need for the newArray0 method
Tue, 06 May 2014 08:36:54 +0200 1st step in eliminating Class.forName when working with array types. Class.getComponentType on directly allocated arrays does not need that.
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Mon, 21 Oct 2013 09:45:09 +0200 Making reflection with array parameters working
Fri, 12 Apr 2013 18:48:48 +0200 Introduced Exported annotation
Fri, 22 Mar 2013 10:52:51 +0100 Fixed Array methods visibility for obfuscation
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository