Skip to content
Snippets Groups Projects
  1. May 09, 2014
  2. May 08, 2014
  3. Apr 22, 2014
  4. Apr 21, 2014
  5. 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
  6. Apr 09, 2014
  7. Apr 08, 2014
  8. Apr 03, 2014
  9. Apr 02, 2014
  10. Mar 28, 2014
    • Jean Chalard's avatar
      [CB14.5] Stop copying WordComposers. · 8e829c37
      Jean Chalard authored
      This is an overdue refactoring that I have been wanted to
      do forever, and that we can at last do now that suggestions
      come only from instances of BinaryDictionary instances.
      
      With this, all unit tests and regression tests are
      passing again.
      
      Bug: 13667648
      Bug: 13665487
      Bug: 8636060
      Change-Id: Ie23a19f9b7e692edf2ee0b107ddaff2d7db564b6
      8e829c37
  11. Mar 27, 2014
  12. Mar 20, 2014
  13. Mar 07, 2014
  14. Mar 06, 2014
  15. Mar 05, 2014
  16. Feb 28, 2014
  17. Feb 27, 2014
  18. Feb 21, 2014
  19. Feb 06, 2014
  20. Feb 05, 2014
  21. Feb 04, 2014
  22. Feb 03, 2014
  23. Jan 31, 2014
  24. Jan 15, 2014
  25. Jan 08, 2014
  26. Dec 13, 2013
Loading