RFR: 8256397: MultipleSelectionModel throws IndexOutOfBoundException [v5]
Florian Kirmaier
fkirmaier at openjdk.org
Thu Jul 14 08:05:25 UTC 2022
> 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*"`
Florian Kirmaier has updated the pull request incrementally with one additional commit since the last revision:
JDK_8256397
Fixed more issues with the multiple selection model change events, and verified them with more unit-tests.
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/353/files
- new: https://git.openjdk.org/jfx/pull/353/files/3a4e2f0b..833afbb1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=353&range=04
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=353&range=03-04
Stats: 84 lines in 2 files changed: 52 ins; 20 del; 12 mod
Patch: https://git.openjdk.org/jfx/pull/353.diff
Fetch: git fetch https://git.openjdk.org/jfx pull/353/head:pull/353
PR: https://git.openjdk.org/jfx/pull/353
More information about the openjfx-dev
mailing list