RFR: 8156593: DataOutput.write(byte[],int,int) and its implementations do not specify index out bounds [v2]

Andrey Turbanov aturbanov at openjdk.org
Fri Oct 28 15:56:27 UTC 2022


On Fri, 28 Oct 2022 15:18:06 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Add `@throws IndexOutOfBoundsException {@inheritDoc}` to some `write(byte[],int,int)` and `read(byte[],int,int)` methods of some classes in the `java.io` package to make things a bit clearer.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8156593: Fix accidental edit

Marked as reviewed by aturbanov (Committer).

-------------

PR: https://git.openjdk.org/jdk/pull/10890


More information about the core-libs-dev mailing list