On Tue, 31 Jan 2023 14:40:00 GMT, Karthik P K <k...@openjdk.org> wrote:

> In `selectIndices` method, zero length array is not considered while ignoring 
> row number given as parameter.
> 
> Updated the code to consider both null and zero length array in the condition 
> before ignoring the row value given as parameter.
> 
> Added unit test to validate the fix

This pull request has now been integrated.

Changeset: ef9f0664
Author:    Karthik P K <k...@openjdk.org>
Committer: Ajit Ghaisas <aghai...@openjdk.org>
URL:       
https://git.openjdk.org/jfx/commit/ef9f0664484f7a3c2a9ebfbd81e1d23ef65218ed
Stats:     37 lines in 4 files changed: 35 ins; 0 del; 2 mod

8138842: TableViewSelectionModel.selectIndices does not select index 0

Reviewed-by: angorya, aghaisas

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

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

Reply via email to