Skip to content
Snippets Groups Projects
  1. Apr 25, 2014
  2. Apr 24, 2014
  3. Apr 23, 2014
  4. Apr 22, 2014
  5. Apr 21, 2014
  6. 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
  7. Apr 17, 2014
  8. Apr 16, 2014
  9. Apr 15, 2014
  10. Apr 14, 2014
Loading