Skip to content
Snippets Groups Projects
  1. Jul 06, 2023
  2. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      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
      5f00fe09
  3. May 23, 2014
  4. Feb 17, 2014
  5. Jan 09, 2014
  6. Apr 30, 2013
  7. Apr 26, 2013
  8. Apr 23, 2013
  9. Apr 19, 2013
  10. Mar 19, 2013
Loading