jmx-dev RFR: JDK-8292067 Convert test/sun/management/jmxremote/bootstrap shell tests to java version
Bill Huang
duke at openjdk.org
Mon Aug 29 23:39:10 UTC 2022
On Mon, 29 Aug 2022 22:06:18 GMT, Leonid Mesnik <lmesnik at openjdk.org> wrote:
>> This task convert 3 shell tests below to java version.
>> test/sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh
>> test/sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh
>
> test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java line 33:
>
>> 31: import java.rmi.server.ExportException;
>> 32:
>> 33: import java.util.*;
>
> wildcards in import are not welcome, please avoid them
> not needed to replace existing, just don't introduce them
Good catch! I didn't introduce this intentionally. It was automatically rearranged by IntelliJ. I will find out a way to disable that feature.
-------------
PR: https://git.openjdk.org/jdk/pull/9973
More information about the jmx-dev
mailing list