commit | 5f00fe09e9a611b647592188316e5999465df4d3 | [log] [tgz] |
---|---|---|
author | Tadashi G. Takaoka <takaoka@google.com> | Mon Oct 20 14:48:56 2014 +0900 |
committer | Tadashi G. Takaoka <takaoka@google.com> | Tue Oct 21 19:28:37 2014 +0900 |
tree | 954a429256171897c7b9ed56a732e386eec76b2b | |
parent | fa1e65cb3a5dcce6299a6dd067cee95720107307 [diff] |
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