RFR: 8251481: TableCell accessing row: NPE on auto-sizing [v3]
Marius Hanl
mhanl at openjdk.java.net
Thu Jan 27 20:39:13 UTC 2022
On Tue, 25 Jan 2022 12:09:31 GMT, Jeanette Winzenburg <fastegal at openjdk.org> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8251481: Using global stageLoader now
>
> modules/javafx.controls/src/test/java/test/javafx/scene/control/TableCellTest.java line 385:
>
>> 383: StageLoader loader = new StageLoader(table);
>> 384:
>> 385: loader.dispose();
>
> note that the loader isn't disposed if the test fails - that's why there's an instance field (which will be disposed in cleanup), which should be used here
done
-------------
PR: https://git.openjdk.java.net/jfx/pull/716
More information about the openjfx-dev
mailing list