RFR: 8290310: ChangeListener events are incorrect or misleading when a nested change occurs [v6]
John Hendrikx
jhendrikx at openjdk.org
Wed Mar 5 18:27:30 UTC 2025
On Wed, 5 Mar 2025 18:16:11 GMT, danielpeintner <duke at openjdk.org> wrote:
>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Throw StackOverflowError if non-converging listener changes are detected
>
> modules/javafx.base/src/main/java/com/sun/javafx/binding/ListenerList.java line 69:
>
>> 67: * been notified in higher level loops, while deeper nesting levels
>> 68: * communicate to higher level loops whether a nested notification
>> 69: * actually occurred if if it completed normally or was aborted early.<p>
>
> Suggestion:
>
> * actually occurred if it completed normally or was aborted early.<p>
Thanks, fixed :)
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1081#discussion_r1981936512
More information about the openjfx-dev
mailing list