History log of /libcore/luni/src/main/java/java/lang/reflect/Array.java
Revision Date Author Comments
ad369fb678d4f6148fcb635449f8852906b2a6a7 02-Feb-2012 Elliott Hughes <enh@google.com> Move Array's privates together.

Change-Id: I024d31be92c8b393a546b8cb92bdac051dd8cede
f449df0090c25793242f3ecc1653b6b0c331be92 02-Feb-2012 Elliott Hughes <enh@google.com> Rewrite java.lang.reflect.Array (now with tests!).

This is the fix for the current failures of dalvik's test 045.

Change-Id: I8e7045f460b4eec0797f921c2337043ad10bd514
e26ba79900d471d02d656f686926918ef7dc751f 08-Feb-2011 Elliott Hughes <enh@google.com> Use int.class instead of Integer.TYPE (et cetera) for clarity.

I've also removed some small amount of duplication and a few unused imports.

Change-Id: Ie52477484bade74c80a348ad1261b596f9053cf6
8da55422ed93013260c1536080b14661bfecfefb 18-Nov-2010 Elliott Hughes <enh@google.com> Reflection documentation improvements.

Don't say "wrap" when we mean "box", and explicitly mention (Object[]) null in
the Method.invoke documentation.

Change-Id: I984c92f3310a08da05645a3a73b9912d08eea986
fc01d49659672a4272a2f5a489ce950fb8576b05 05-Jun-2010 Jesse Wilson <jessewilson@google.com> Adding a few missing type parameters to reflect classes

Change-Id: Idae3034c37f3eaff6921d5cf01541abee85762f2
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
6b811c5daec1b28e6f63b57f98a032236f2c3cf7 03-May-2010 Peter Hallam <peterhal@google.com> Merge awt-kernel, icu, luni-kernel, prefs, security-kernel, x-net into luni
Merge xml except xmlpull and kxml into luni