Withdrawn: JDK-8298104: NPE on synchronizeSceneNodes()
duke
duke at openjdk.org
Fri Jun 30 12:49:06 UTC 2023
On Wed, 3 May 2023 11:46:50 GMT, Daniel <duke at openjdk.org> wrote:
> A null pointer exception occurs on the ScenePulseListener when iterating through the dirty node list.
> A null check is needed on the node before calling node.getScene().
>
> The error occurs occasionally and causes the application to crash.
>
> Issue: [JDK-8298104: NPE on synchronizeSceneNodes()](https://bugs.openjdk.org/browse/JDK-8298104)
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jfx/pull/1123
More information about the openjfx-dev
mailing list