RFR: 8334739: XYChart.x/yAxisProperty returns incorrect bean
Andy Goryachev
angorya at openjdk.org
Fri Jun 21 16:26:14 UTC 2024
On Fri, 21 Jun 2024 16:11:52 GMT, Markus Mack <mmack at openjdk.org> wrote:
> This PR makes the `XYChart` axes properties return the correct parent XYChart object.
I am wondering if we have more cases like that.
Would it be possible to have a unit test to scan over a set of Controls + Shapes + any other classes looking for public properties and checking their `getBean()` values? Is that even possible @kevinrushforth ? This might be a separate issue though.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1485#issuecomment-2183059452
More information about the openjfx-dev
mailing list