I’ve added the suggested @throws tags here: http://cr.openjdk.java.net/~bpb/4026465/webrev.01/
Thanks, Brian On Dec 30, 2014, at 2:33 AM, Stephen Colebourne <scolebou...@joda.org> wrote: > Just to note that an IndexOutOfBoundsException is mentioned in the > text (line 274, 350) but there is no matching @throws clause. The > IndexOutOfBoundsException could have a message added. > > In general, I would expect an offset/length overload for most methods > that take an array, so this seems like a sensible request.