Skip to content
Snippets Groups Projects
  • David Faden's avatar
    d443146c
    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
    History
    Add documentation for CollectionUtils#arrayAsList
    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
CollectionUtils.java 2.13 KiB