RFR: 8374515: javafx.scene.PropertyHelper causes uncessary silent NullPointerException

Marius Hanl mhanl at openjdk.org
Tue Jan 6 10:45:14 UTC 2026


On Mon, 5 Jan 2026 10:14:28 GMT, Christopher Schnick <duke at openjdk.org> wrote:

> This fixes a small issue where an NPE was always thrown on startup.

Good to remove these pretty much unused code.
And a good improvement, as creating an exception (which will then record the stacktrace) is always costly. And as you wrote, annoying when listening on NPEs when debugging.

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

Marked as reviewed by mhanl (Committer).

PR Review: https://git.openjdk.org/jfx/pull/2023#pullrequestreview-3630413358


More information about the openjfx-dev mailing list