On Tue, 17 Mar 2026 19:06:24 GMT, Andy Goryachev <[email protected]> wrote:
>> Ziad El Midaoui has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Fix test failing
>
> modules/javafx.controls/src/main/java/javafx/scene/control/TreeView.java line
> 1675:
>
>> 1673: showRootListener = obs -> {
>> 1674: if (getFocusedIndex() >= 0) {
>> 1675: final int newIndex = treeView.isShowRoot()
>
> we don't need to specify the `final` keyword for effectively final fields.
Done thanks
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2095#discussion_r2953618227