RFR: 8091429: ObservableList<E>#replaceRange(int from, int to, Collection<? extends E> col) [v3]

Kevin Rushforth kcr at openjdk.org
Thu Nov 6 00:08:20 UTC 2025


On Wed, 5 Nov 2025 23:40:26 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Add additional tests
>
> modules/javafx.base/src/main/java/javafx/collections/ObservableList.java line 105:
> 
>> 103:      *         or {@code from > to}
>> 104:      */
>> 105:     public default boolean replaceRange(int from, int to, Collection<? extends E> col) {
> 
> This method needs an `@since 26` tag.

Thanks for catching this! I don't know how I missed it.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1937#discussion_r2496576508


More information about the openjfx-dev mailing list