RFR: 8349091: Charts: exception initializing in a background thread [v2]

Kevin Rushforth kcr at openjdk.org
Tue Feb 25 00:41:05 UTC 2025


On Mon, 10 Feb 2025 18:41:07 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> tests/system/src/test/java/test/robot/javafx/scene/NodeInitializationStressTest.java line 186:
>> 
>>> 184:             accessChart(c);
>>> 185:             c.getData().setAll(createNumberSeries());
>>> 186:             c.getData().setAll(createNumberSeries());
>> 
>> Just curious - why do we do setAll twice in all the tests?
>
> good question!  this code exercises both remove and add code paths.

Maybe add a comment then?

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1697#discussion_r1966536274


More information about the openjfx-dev mailing list