commit | 175c6478a42db9020c73adb38143b2563a97a998 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Oct 11 18:33:50 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Oct 11 18:35:39 2013 +0900 |
tree | 9288fa2edb971117a8555573526f596ff9f0f16a | |
parent | 3670fce26209017ffc88d83a1abfb7546689166a [diff] |
Fix potential NPE in mergeOp when abandoning a change The indexer should only be called on the change when the abandon was successful. Calling it outside of the try..finally block may result in it being called with a null change. Found with FindBugs. Change-Id: I2dc5a4e40482e55d702935e32a74638670f18675