Withdrawn: 8301761: The sorting of the SortedList can become invalid
duke
duke at openjdk.org
Thu Dec 12 01:20:44 UTC 2024
On Sun, 28 Jul 2024 04:13:30 GMT, Loay Ghreeb <duke at openjdk.org> wrote:
> Fix an issue in `SortedList` where the sorting became incorrect when adding new items that are equal to existing items according to the comparator. The `SortedList` should consider the insertion index of these items to maintain the correct order.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jfx/pull/1519
More information about the openjfx-dev
mailing list