RFR: 8307538: Memory leak in TreeTableView when calling refresh [v2]
Kevin Rushforth
kcr at openjdk.org
Wed May 10 16:36:24 UTC 2023
On Wed, 10 May 2023 06:57:04 GMT, John Hendrikx <jhendrikx at openjdk.org> wrote:
>> modules/javafx.controls/src/test/java/test/javafx/scene/control/skin/TreeTableRowSkinTest.java line 215:
>>
>>> 213: int right = 23;
>>> 214: int bottom = 37;
>>> 215: int left = 49;
>>
>> After the fix and test change, this test now fails for me.
>
> I'm not quite seeing why these changes are needed. How are they related to the memory leak?
They shouldn't be needed. This points to a problem either with the fix, or a preexisting problem with this test.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1129#discussion_r1190136710
More information about the openjfx-dev
mailing list