On Thu, Sep 18, 2014 at 2:34 PM, Pierce Schmerge <[email protected]> wrote: > 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.
Hi Pierce, Are you able to describe how we might reproduce the situation in a test? Maybe describe how you're hitting it? Thanks, --tim
