Re: RFR: 8271865: SortedList::getViewIndex behaves not correctly for some index values [v2]

2024-05-02 Thread drmarmac
On Thu, 2 May 2024 12:18:30 GMT, Kevin Rushforth wrote: >> drmarmac has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JavaDoc updates > > modules/javafx.base/src/main/java/javafx/collections/transformation/TransformationList.java > line 1

Re: RFR: 8271865: SortedList::getViewIndex behaves not correctly for some index values [v2]

2024-05-02 Thread Kevin Rushforth
On Thu, 2 May 2024 10:06:23 GMT, drmarmac wrote: >> This PR adds the missing checks, as well as code documentation that an >> IndexOutOfBoundsException may be thrown. > > drmarmac has updated the pull request incrementally with one additional > commit since the last revision: > > JavaDoc upd

Re: RFR: 8271865: SortedList::getViewIndex behaves not correctly for some index values [v2]

2024-05-02 Thread drmarmac
On Mon, 29 Apr 2024 22:48:28 GMT, Kevin Rushforth wrote: >> drmarmac has updated the pull request incrementally with one additional >> commit since the last revision: >> >> JavaDoc updates > > modules/javafx.base/src/main/java/javafx/collections/transformation/TransformationList.java > line

Re: RFR: 8271865: SortedList::getViewIndex behaves not correctly for some index values [v2]

2024-05-02 Thread drmarmac
> This PR adds the missing checks, as well as code documentation that an > IndexOutOfBoundsException may be thrown. drmarmac has updated the pull request incrementally with one additional commit since the last revision: JavaDoc updates - Changes: - all: https://git.openjdk.org