Skip to content
Snippets Groups Projects
  1. Nov 07, 2014
  2. Oct 29, 2014
  3. Oct 28, 2014
  4. Oct 23, 2014
  5. 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
  6. Oct 08, 2014
  7. Oct 03, 2014
  8. Sep 29, 2014
  9. Sep 16, 2014
  10. Aug 04, 2014
  11. Jul 30, 2014
  12. Jul 29, 2014
  13. Jul 30, 2014
  14. Jul 29, 2014
  15. Jul 17, 2014
  16. Jun 16, 2014
  17. Jun 10, 2014
    • Jean Chalard's avatar
      Remove mPrevWordsInfo · 367c199d
      Jean Chalard authored
      This member has outlived its usefulness. It's not clear now that it
      makes things really faster, but it does bring a lot of complexity
      that we can avoid by removing it.
      
      Change-Id: Ifbc8094a45b56b958fe165b1930f4cc358a97721
      367c199d
  18. Jun 02, 2014
  19. May 23, 2014
  20. May 21, 2014
  21. May 20, 2014
  22. May 19, 2014
  23. May 16, 2014
  24. May 14, 2014
  25. May 12, 2014
  26. Apr 18, 2014
    • Xiaojun Bi's avatar
      Fix a bug for counting code points in WordComposer.java · 11b70761
      Xiaojun Bi authored
      This bug threw an ArrayIndexOutOfBoundsException when the word length
      is 49 (maxSize + 1) when calling StringUtils.copyCodePointsAndReturnCodePointCount(...)
      in the same function. This bug is discovered by running SKETCH.
      
      The intent is to count the code points from index 0 to index i (included).
      The original code only counted the code points from index 0 to index (i-1).
      
      Bug: 13969542
      Change-Id: Idbf596aba2379ba552dbe580c83c42044d505aaf
      11b70761
  27. Apr 10, 2014
    • Jean Chalard's avatar
      [CB26] Remove useless variables. · 1ef9d593
      Jean Chalard authored
      This is nice for code simplicity, but it has a small adverse impact on
      performance.
      
      Bug: 13406701
      Change-Id: I9316b3fe8d79b940fbd83cf1187c8c0d10b26c71
      1ef9d593
  28. Apr 09, 2014
  29. Apr 07, 2014
Loading