On Mon, 16 Nov 2020 14:41:57 GMT, Florian Kirmaier <fkirma...@openjdk.org> wrote:
> Fixing IndexOutOfBoundsException in the MultipleSelectionModelBase and added > a unit-test for it. > ticket: https://bugs.openjdk.java.net/browse/JDK-8256397 > run test: `./gradlew --continue -PFULL_TEST=true controls:test --tests > "*MultipleSelectionModelImplTest*"` This pull request has now been integrated. Changeset: 67088bea Author: Florian Kirmaier <fkirma...@openjdk.org> Committer: Michael Strauß <mstra...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/67088beae1fea63b1e2ad72e88bb3fd96cf50bbd Stats: 106 lines in 2 files changed: 81 ins; 19 del; 6 mod 8256397: MultipleSelectionModel throws IndexOutOfBoundException Reviewed-by: aghaisas, mstrauss ------------- PR: https://git.openjdk.org/jfx/pull/353