RFR: 8091429: ObservableList<E>#replaceRange(int from, int to, Collection<? extends E> col) [v2]
Kevin Rushforth
kcr at openjdk.org
Tue Nov 4 22:03:13 UTC 2025
On Sun, 2 Nov 2025 00:49:29 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Fix test
>> - Rename setAll to replaceRange and removed superfluous method
>
> Looks like I'll need this change to write a test for replacing a range of elements in ListView. It seems that currently replacing a range of items will always clear the whole selection. Filed https://bugs.openjdk.org/browse/JDK-8371090 to track those problems.
@hjohn You can create the CSR when you are ready. I'll review it once you do.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1937#issuecomment-3488160916
More information about the openjfx-dev
mailing list