Skip to content
Snippets Groups Projects
  1. Oct 29, 2014
  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. Aug 14, 2014
  4. Apr 16, 2014
  5. Apr 10, 2014
    • Jean Chalard's avatar
      Fix some flaky tests. · 4370ff09
      Jean Chalard authored
      In tests, we create many instances of LatinIME, but we never
      destroy them. That means we never close the dictionaries nor
      the handlers.
      This change calls onDestroy, which closes all dictionaries, and
      adds some code to finish the handlers.
      
      Change-Id: I942517a2a940c54256b08763f6b38f5b55809f55
      4370ff09
  6. Apr 02, 2014
  7. Mar 31, 2014
  8. Feb 27, 2014
  9. Jan 16, 2014
  10. Jan 10, 2014
    • Jean Chalard's avatar
      Fix an NPE. · 828886ca
      Jean Chalard authored
      Bug: 12397228
      Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
      828886ca
    • Jean Chalard's avatar
      Fix an NPE. · e1de87ae
      Jean Chalard authored
      Bug: 12397228
      Change-Id: I7632931f0685fc8f0558946be66025b2bb2b5a3d
      e1de87ae
  11. Dec 27, 2013
  12. Dec 25, 2013
Loading