In the file: BlurResultIterableClient.java, line 160 There needs to be a bounds check for _results.result.get(_relposition++); _relposition++ could return an element outside the bounds of the results.result list.
We are seeing instances of out of bounds exceptions caused by the lack of bounds check. --pierce
