RFR: 8296413: Tree/TableView with null focus model throws NPE in queryAccessibleAttribute()

Ambarish Rapte arapte at openjdk.org
Mon Jan 2 11:46:00 UTC 2023


On Fri, 4 Nov 2022 22:58:55 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> - added test to ensure no exception is thrown from Control.queryAccessibleAttribute() for all accessible attributes values
> - fixed null focus model case in Tree/TableView

Looks good to me, one minor change needed in new file to change copyright year to 2023

modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/QueryAccessibleAttributeTest.java line 2:

> 1: /*
> 2:  * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.

Please change year to 2023

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

Changes requested by arapte (Reviewer).

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


More information about the openjfx-dev mailing list