RFR: 8354724: BufferedReader readAllLines and readString methods [v5]
Brian Burkhalter
bpb at openjdk.org
Fri Apr 18 15:55:47 UTC 2025
On Thu, 17 Apr 2025 23:07:35 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Implement the requested methods and add a test thereof.
>
> Brian Burkhalter has updated the pull request incrementally with two additional commits since the last revision:
>
> - 8354724: Increment copyright year in Reader
> - 8354724: Move readString from BufferedReader to Reader
As a general comment, I don't think that optimization should be a focal point in this request. I think the purpose here is to make sure that the methods are in the right place, the specification is correct, and the implementation is correct, if not optimal. Performance tuning can be dealt with in (a) subsequent issue(s).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24728#issuecomment-2815687444
More information about the core-libs-dev
mailing list