sandbox branch JDK-8200758-branch
SecondaryLauncherArguments.java:80 calls :
putUnlessNull(bundleParams, Arguments.CLIOptions.ICON.getId(),
new File(getOptionValue(CLIOptions.ICON)));
The "new File()" will throw exception if getOptionValue(CLIOptions.ICON is null
SecondaryLauncherArguments.java:80 calls :
putUnlessNull(bundleParams, Arguments.CLIOptions.ICON.getId(),
new File(getOptionValue(CLIOptions.ICON)));
The "new File()" will throw exception if getOptionValue(CLIOptions.ICON is null