RFR: 8138842: TableViewSelectionModel.selectIndices does not select index 0 [v2]

Kevin Rushforth kcr at openjdk.org
Wed Feb 1 13:16:58 UTC 2023


On Wed, 1 Feb 2023 12:27:22 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> I believe no code change is required as of now. Hence not making any changes now.
>
> I also think that `null` should throw unless otherwise specified.

Since the null check is preexisting, I don't think we should make the change to throw NPE on null as part of a simple bug fix. If we decide to change this, I would want to see a spec change in the docs with an accompanying CSR, which should be done as a separate bug.

-------------

PR: https://git.openjdk.org/jfx/pull/1018


More information about the openjfx-dev mailing list