RFR: 8354797: Parent.needsLayoutProperty() should return read-only getter

Andy Goryachev angorya at openjdk.org
Wed Apr 16 16:48:03 UTC 2025


On Wed, 16 Apr 2025 08:59:55 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

> `Parent.needsLayout` is implemented with a `ReadOnlyBooleanWrapper`. The property getter returns the wrapper itself, but what it should be doing is return the read-only getter instead.
> 
> A single reviewer should be sufficient.

Looks good.

Do you know if there is an easy way to find similar issues elsewhere?

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

Marked as reviewed by angorya (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1780#pullrequestreview-2773199254


More information about the openjfx-dev mailing list