RFR: 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array [v2]
Brian Burkhalter
bpb at openjdk.java.net
Thu Dec 10 23:29:21 UTC 2020
On Thu, 10 Dec 2020 23:12:57 GMT, Naoto Sato <naoto at openjdk.org> wrote:
>> Brian Burkhalter has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>>
>> - Merge branch 'JDK-8248383-Reader-read' of https://github.com/bplb/jdk into JDK-8248383-Reader-read
>> - 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
>> - 8248383: Add test ReadIntoZeroLengthArray
>> - 8248383: Fix alignment of @see tags
>> - 8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
>
> Looks good to me, Brian.
For the sake of sanity I added a minimal test to verify that the behavior is in fact in accord with the added verbiage.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1737
More information about the core-libs-dev
mailing list