On Sun, 24 Mar 2024 15:10:22 GMT, drmarmac <d...@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.
This pull request has now been integrated. Changeset: 0d2ad0e0 Author: drmarmac <6900949+drmar...@users.noreply.github.com> Committer: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/0d2ad0e0e6a8ab29e73e77ddbdbe4b6c4d8ab147 Stats: 31 lines in 2 files changed: 11 ins; 5 del; 15 mod 8273349: Check uses of Stream::peek in controls and replace as needed Reviewed-by: kpk, mhanl, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1430