RFR: 8334739: XYChart.x/yAxisProperty returns incorrect bean
Andy Goryachev
angorya at openjdk.org
Fri Jun 21 16:49: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.
Searched for `public Object getBean() {`
For class names A-C found one hit:
AreaChart.createSymbols line 109
which means there might be more, but manual scanning of 1,752 total hits might take some time...
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1485#issuecomment-2183094361
More information about the openjfx-dev
mailing list