summaryrefslogtreecommitdiffstats
path: root/test/046-reflect/src/Main.java
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-271-1/+1
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-1/+15
* Fix some reflection errorsMathieu Chartier2015-03-291-23/+42
* Add AccessibleObject and Field to mirrorMathieu Chartier2015-03-291-3/+6
* Add tests for getDeclaredConstructorMathieu Chartier2014-08-081-0/+25
* Add test for equals and hashCode in ParameterizedTypePiotr Jastrzebski2014-08-061-0/+126
* Add test that Class.newInstance does not wrap its exceptions.Jeff Hao2014-04-231-0/+27
* Add access checks to Method and Field reflection.Jeff Hao2014-03-281-2/+3
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-2/+41
* Pass NULL as receiver for static methods for ArgArray builder.Jeff Hao2013-03-181-0/+11
* Expand test 046 and move reflective class initialization later.Elliott Hughes2012-03-231-26/+73
* Manually merge my AOSP update to the VM tests.Elliott Hughes2012-01-311-2/+116
* Fix copyright headers.Elliott Hughes2012-01-301-1/+15
* Fix test 046.Elliott Hughes2012-01-261-2/+4
* Fix a handful of reflection bugs.Elliott Hughes2011-10-101-2/+4
* Adding old unit tests to test suite.jeffhao2011-09-291-0/+441