5f00fe09e9a611b647592188316e5999465df4d3 |
|
20-Oct-2014 |
Tadashi G. Takaoka <takaoka@google.com> |
Fix some compiler warnings This CL fixes the following compiler warnings. - Indirect access to static member - Access to a non-accessible member of an enclosing type - Parameter assignment - Method can be static - Local variable declaration hides another field or variable - Value of local variable is not used - Unused import - Unused private member - Unnecessary 'else' statement - Unnecessary declaration of throw exception - Redundant type arguments - Missing '@Override' annotation - Unused '@SuppressWarning' annotations Bug: 18003991 Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/Pair.java
|
b498d2cf84942bcb697928b0e6176c5a03d31dbc |
|
06-Oct-2014 |
Jean Chalard <jchalard@google.com> |
Fix a possible NPE in Dicttool I've never seen the NPE happen and only happened to notice this by chance. Let's fix the code. Change-Id: If458646229f9cadcd6c15779348133f382fde783
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/Pair.java
|
0fc93fe4455f24809f6c9baf0d3b936519779cfb |
|
15-Feb-2014 |
Keisuke Kuroyanagi <ksk@google.com> |
Implement PatriciaTriePolicy::getNextWordAndNextToken(). Bug: 12810574 Change-Id: Id1d44f90de9455d9cbe7b6e0a161cae91d6d422c
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/Pair.java
|