RFR: 8235491: Tree/TableView: implementation of isSelected(int) violates contract [v2]
Kevin Rushforth
kcr at openjdk.org
Thu Aug 4 23:38:01 UTC 2022
On Thu, 4 Aug 2022 11:24:34 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
> To clean this up completely, we could also change the of MultipleSelectionModel and move the old `isSelected(int) == getSelectedIndices().contains(int)` into the spec of its isSelected. Probably could be done in a follow-up issue (or added to one of the open doc errors around selection models).
>
> What do you think?
I like this idea. Either filing a new bug or fold into an existing one seems fine.
-------------
PR: https://git.openjdk.org/jfx/pull/839
More information about the openjfx-dev
mailing list