LatinIME/tools/dicttool
Tadashi G. Takaoka 5f00fe09e9 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
2014-10-21 19:28:37 +09:00
..
compat Fix some compiler warnings 2014-10-21 19:28:37 +09:00
etc Dicttool's shared lib is now built for 64bit 2014-06-16 14:48:55 +09:00
src/com/android/inputmethod/latin Fix some compiler warnings 2014-10-21 19:28:37 +09:00
tests Fix some compiler warnings 2014-10-21 19:28:37 +09:00
Android.mk Rename PrevWordsInfo to NgramContext. 2014-09-29 10:52:18 +09:00
NativeLib.mk resolved conflicts for merge of 159474f2 to lmp-dev-plus-aosp 2014-07-24 14:21:52 -07:00