On Tue, 22 Apr 2025 20:57:46 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 27 commits: >> >> - rm junit4 >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/master' into 8347359.rta.api.tests >> - Merge remote-tracking branch 'origin/8348736.rta.followup.2' into >> 8347359.rta.api.tests >> - ... and 17 more: https://git.openjdk.org/jfx/compare/703a9a90...0fb16fdc > > modules/jfx.incubator.richtext/src/test/java/test/jfx/incubator/scene/util/TUtil.java > line 40: > >> 38: >> 39: /** >> 40: * There should be a common place for module-agnostic test utilities. > > javafx.base might eventually be a good place for this sort of utility. It might, or perhaps it could be packaged into a jar so we can run single source files + library via JEP 458 `--class-path 'libs/*'` argument? see "Using pre-compiled classes" section in https://openjdk.org/jeps/458 ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1677#discussion_r2054985673