Add a number of NULL pointer guards.
None of these are expected to actually be null, but those are included for peace of mind and foolproofing against future code changes. Bug: 4580040 Change-Id: Ib112b3e5db5f177aaf61767164b7e78d711f90a0
Showing
- java/src/com/android/inputmethod/latin/BinaryDictionaryGetter.java 3 additions, 1 deletion...com/android/inputmethod/latin/BinaryDictionaryGetter.java
- java/src/com/android/inputmethod/latin/DictionaryCollection.java 5 additions, 1 deletion...c/com/android/inputmethod/latin/DictionaryCollection.java
- java/src/com/android/inputmethod/latin/DictionaryFactory.java 15 additions, 5 deletions.../src/com/android/inputmethod/latin/DictionaryFactory.java
Loading
Please register or sign in to comment