On 02/01/2020 13:26, Volker Simonis wrote:
:
http://cr.openjdk.java.net/~simonis/webrevs/2020/8235699.02/
Ready to push?
You shouldn't need to use core reflection here. Instead you can create
the test so that it is compiled and runs as if part of the java.text
package, e.g.
@build java.base/java.text.CalendarBuilderToStringTest
@main Driver
Do you really want the @author tag? We try to avoid them if possible
because they are so hard to remove, even when code/tests are changed
significantly.
-Alan