commit | 1ae431a01516b6c91f031aff37c756b7e4f63dd1 | [log] [tgz] |
---|---|---|
author | jeffhao <jeffhao@google.com> | Wed Mar 21 17:29:10 2012 -0700 |
committer | jeffhao <jeffhao@google.com> | Thu Mar 22 11:09:21 2012 -0700 |
tree | 6ae8c1b12810dcc5f0c637c62b58cde8aa4a869d | |
parent | a1dabea37306c6f606d19bbb2c86e9dbfcf9f4bb [diff] |
Class getField/Method returns NULL if type/args are unresolved. These changes check that a field's type is resolved before returning it through getDeclaredField, and that a method's return type and argument types are resolved before returning it through getDeclaredMethods. This fixes test failures in libcore MissingClassesTest. Change-Id: I09b4d175702d32ed7d17d72c0eb229079c4dcd09