In message <[email protected]>,
Robert Muir writes:
>
> On Tue, Sep 14, 2010 at 12:06 PM, Tim Ellison <[email protected]> wrote:
> 
> >
> > A quick look at the harmony code, and it seems we are explicitly
> > throwing IIOBE's from our code, e.g.
> >
> >  if (index < 0 || index >= len) {
> >      throw new IndexOutOfBoundsException();
> >  }
> >
> > In this case I see no reason why we wouldn't match the RI behavior,
> > even though it is not required by the spec.
> >
> 
> OK , I can open a jira issue for this one.

Robert opened HARMONY-6648 and I committed a fix for it at r997081.
-Mark.


Reply via email to