RFR: 8349758: Memory leak in TreeTableView

Marius Hanl mhanl at openjdk.org
Mon Feb 17 20:41:14 UTC 2025


On Tue, 11 Feb 2025 21:16:32 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> ## Root Cause
> 
> An event handler was installed on the root property without removing it when the root changes.
> 
> ## Solution
> 
> Replaced the weak parts with a change listener to the root property to ensure correct handling of the root value changes.

Looks good to me too, but a test would be nice as well

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

PR Comment: https://git.openjdk.org/jfx/pull/1706#issuecomment-2664031836


More information about the openjfx-dev mailing list