Skip to content
Snippets Groups Projects
  1. Oct 31, 2014
    • David Faden's avatar
      Add documentation for CollectionUtils#arrayAsList · d443146c
      David Faden authored
      (This is a cherrypick of http://ag/576739)
      
      Also, modify the IllegalArgumentException to capture the
      values passed for start, end, and array.length to make
      debugging easier in the unlikely event that it is thrown.
      Add corresponding tests for the exceptions.
      
      Tested:
      tapas LatinImeGoogle LatinImeGoogleTests userdebug
      make -j30 && \
      adb install -r \
      out/target/product/generic/data/app/LatinImeGoogleTests/LatinImeGoogleTests.apk && \
      adb install -r \
      out/target/product/generic/system/app/LatinImeGoogle/LatinImeGoogle.apk && \
      adb shell am instrument -w -e class \
      com.android.inputmethod.latin.utils.CollectionUtilsTests \
      com.google.android.inputmethod.latin.tests/android.support.test.runner.AndroidJUnitRunner
      
      Change-Id: I0c579ca4f4f2a9b2575aa6f8fa75e3ee4a21cf8a
      d443146c
  2. Oct 27, 2014
  3. 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
  4. Oct 03, 2014
  5. Jul 18, 2014
  6. May 23, 2014
  7. Jan 31, 2014
  8. Aug 19, 2013
  9. Jun 24, 2013
  10. Jan 22, 2013
  11. Aug 29, 2012
  12. Aug 22, 2012
Loading