A mirror for futokb (https://gitlab.futo.org/keyboard)
Go to file
David Faden d443146c34 Add documentation for CollectionUtils#arrayAsList
(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
2014-10-31 06:18:35 +00:00
common Move InputPointers and ResizableIntArray to common 2014-10-29 12:09:11 +09:00
dictionaries Update dictionaries 2014-10-06 15:20:50 +09:00
java Add documentation for CollectionUtils#arrayAsList 2014-10-31 06:18:35 +00:00
java-overridable/src/com/android/inputmethod Move InputPointers and ResizableIntArray to common 2014-10-29 12:09:11 +09:00
native Fix: native unit test build. 2014-10-31 12:50:45 +09:00
tests Add documentation for CollectionUtils#arrayAsList 2014-10-31 06:18:35 +00:00
tools Move InputPointers and ResizableIntArray to common 2014-10-29 12:09:11 +09:00
Android.mk Add latinime-common local lib 2014-10-22 19:26:21 +09:00
CleanSpec.mk