History log of /libcore/luni/src/main/java/java/lang/reflect/Field.java
Revision Date Author Comments
a0ee76b0850774edeb0c67204070b89d117573bc 13-Dec-2011 Jesse Wilson <jessewilson@google.com> Migrate some reflection tests from frameworks/base/tests/CoreTests

This found a problem where Method.toString() was returning "[C" for
char arrays rather than "char[]". Sadly the RI doesn't use either
getName() or getCanonicalName(). That problem was introduced with the
fix for http://b/3073292

Bug: http://b/3073226
Change-Id: I7c2b0ebfc1718f7f0e8da55bdefd13a8e4032a45
0843c022f443b5c4a8ea4d298c8b12147989ec92 29-Mar-2011 Jesse Wilson <jessewilson@google.com> Move ClassMembers' members into Class; remove ClassMembers.

Change-Id: I74e056120b65578104ca4596401d0de0b9747114
http://b/4087759
e62cb8ba7337b0ec19545e119246e0fc5f2c973f 25-Mar-2011 Jesse Wilson <jessewilson@google.com> Fast-path annotations for methods and constructors.

Change-Id: I4c884b7b9141ce449eb6cd5adba4e024a1807163
http://code.google.com/p/android/issues/detail?id=7811
73fba5afced7560686badbc10dedf0d7211458b8 11-Mar-2011 Dan Bornstein <danfuzz@android.com> Track a related vm change.

The type constants passed in from Field are now just the usual
type descriptor characters.

Change-Id: Ie51c1d9340de468183f5380c547c8d52c502515c
9229d47c1288e25ead3a2dc27fac8a4a2ee932a3 07-Mar-2011 Elliott Hughes <enh@google.com> Kill many of the stl_style_names in Java.

Change-Id: I4473a6efc74a49dd3b480a48d4c697fc773e08f8
fb0ec0e650bf8be35acb0d47da0311a7c446aa33 14-Jan-2011 Elliott Hughes <enh@google.com> Remove useless android-changed comments.

I've changed useful ones to regular comments or TODOs, as appropriate.

I've left ones in code like java.util.concurrent where we really are
tracking an upstream source, making the change markers useful.

I've left a handful of others where I intend to actually investigate
the implied TODOs before deciding how to resolve them.

Change-Id: Iaf71059b818596351cf8ee5a3cf3c85586051fa6
7281ea4092279f3091ffa3be91a4c66c3b63e080 13-Jan-2011 Jesse Wilson <jessewilson@google.com> Fix bugs in toString() in reflection classes.

Change-Id: Iceba152e1825eb859b23f9eb7463c4ed2e32bac9
http://b/3073292
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
7f0c06f737b6f1f6b3a5bb30111f95dd0ca586a2 02-Sep-2010 Brian Carlstrom <bdc@google.com> Don't use StringBuffer where we don't need to.

I've left xalan alone, because that's just one big steaming heap.

Change-Id: Ibf7b2b5e347196d4de857217b022003ccc409ac5
328f533a177f7579a9ea916f5569053ec9c149b8 01-Sep-2010 Elliott Hughes <enh@google.com> Don't use StringBuffer where we don't need to.

I've left xalan alone, because that's just one big steaming heap.

Change-Id: I47e80399ebced922656e46dacd8dcbfc698e94f8
f3507d0976cb14ba59e0715f22f4c6b7c97cbae8 12-Aug-2010 Jesse Wilson <jessewilson@google.com> Use the declaring class loader when resolving types for reflection.

Previously we were using the calling class loader, which was completely
unrelated to solving the problem at hand.

Also splitting the test for an issue unrelated to class loaders into
its own test.

Change-Id: I5fa9f34cac0d6a76db7fdf3e7bcbe19b57281971
7365de1056414750d0a7d1fdd26025fd247f0d04 12-Aug-2010 Jesse Wilson <jessewilson@google.com> Sorting imports.

Change-Id: I8347bc625480a1c37a1ed9976193ddfedeb00bbc
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