JDK 9 RFR of 4026465: Provide more byte array constructors for BigInteger

Brian Burkhalter brian.burkhalter at oracle.com
Tue Dec 30 16:33:03 UTC 2014


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 <scolebourne at 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.




More information about the core-libs-dev mailing list