commit | bb4a033fcd5cd20e5be46ef8ead442dc7db2454d | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Thu Feb 18 14:33:37 2016 -0800 |
committer | George Mount <mount@google.com> | Tue Mar 08 15:38:00 2016 -0800 |
tree | a6eebe0a848983d8dad5662f674959e7e76b2c80 | |
parent | b7eeedbfadec03792551014e9dfa2bd384fc21a3 [diff] |
Have two-way binding use localized variables to prevent NPE. Bug 26962999 Two-way binding was using the inverted expressions directly without localizing variables. That meant that if there was a variable set to null during evaluation, it may get a NullPointerException even though it checked for null on the value previously. This CL localizes the variables so that cannot happen. Change-Id: Ia55955ce0f1cb750e6a678e72e0cda03f0e3c9b6