History log of /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/FindFieldTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
23ad7265de1729abdcda4fc3dbae5f7e6818c6ac 24-Aug-2015 George Mount <mount@google.com> Fix access to static field of generic object.

Bug 23491360

Change-Id: I94c62b67dfa8f8bd4c7f9fb5ab1adff4a927f77b
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/FindFieldTest.java
0d6e2b8ac5e9e8635adf95c4166dd26441c51997 13-Jun-2015 Yigit Boyar <yboyar@google.com> Fix public field resolution

This CL fixes a bug where if a field is prefixed w/ one of our private
field conventions, we would not be able to find it because we would
strip it.

Now, when searching fields, we'll also look for exact match as we
do for methods.

Bug: 21807334
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/FindFieldTest.java