On Tue, 31 Jan 2023 14:40:00 GMT, Karthik P K <[email protected]> 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 I recently looked at https://bugs.openjdk.org/browse/JDK-8120635. Is it related? I managed to reproduce it, so I think it should be reopened. ------------- PR: https://git.openjdk.org/jfx/pull/1018
