RFR: 8273349: Check uses of Stream::peek in controls and replace as needed
drmarmac
duke at openjdk.org
Wed Mar 27 09:11:56 UTC 2024
On Sun, 24 Mar 2024 15:10:22 GMT, drmarmac <duke at openjdk.org> wrote:
> This PR removes potentially incorrect usages of Stream.peek().
> The changed code should be covered by the tests that are already present.
I also removed a code comment that explained the usage of peek() here, which would be outdated now.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1430#issuecomment-2022265808
More information about the openjfx-dev
mailing list