corda/classpath/java/lang/reflect
Joel Dice 7056315c18 fix various Android test suite regressions and add more reflection tests
Most of these regressions were simply due to testing a lot more stuff,
esp. annotations and reflection, revealing holes in the Android
compatibility code.  There are still some holes, but at least the
suite is passing (except for a fragile test in Serialize.java which I
will open an issue for).

Sorry this is such a big commit; there was more to address than I
initially expected.
2013-12-06 18:48:47 -07:00
..
AccessibleObject.java update copyright years 2013-07-02 20:52:38 -06:00
AnnotatedElement.java update copyright years 2013-07-02 20:52:38 -06:00
Array.java update copyright years 2013-07-02 20:52:38 -06:00
Constructor.java update copyright years 2013-07-02 20:52:38 -06:00
Field.java fix various Android test suite regressions and add more reflection tests 2013-12-06 18:48:47 -07:00
InvocationHandler.java update copyright years 2013-07-02 20:52:38 -06:00
InvocationTargetException.java update copyright years 2013-07-02 20:52:38 -06:00
Member.java update copyright years 2013-07-02 20:52:38 -06:00
Method.java fix exception wrapping for Method.invoke and static initializers 2013-12-05 22:28:13 -07:00
Modifier.java update copyright years 2013-07-02 20:52:38 -06:00
ParameterizedType.java Implement Field#getGenericType() 2013-12-03 16:48:40 -06:00
Proxy.java fix various Android test suite regressions and add more reflection tests 2013-12-06 18:48:47 -07:00
SignatureParser.java Implement Field#getGenericType() 2013-12-03 16:48:40 -06:00
Type.java update copyright years 2013-07-02 20:52:38 -06:00