-
Bug
-
Resolution: Fixed
-
P5
-
9
-
b121
-
Verified
Tool does not report errors if -startup and -nostartup flags are specified if the file specified by -startup contains nothing.
See: StartOptionTest#testStartup.
Root cause: I think the second check should be removed.
if (cmdlineStartup != null && !cmdlineStartup.isEmpty()) {
See: StartOptionTest#testStartup.
Root cause: I think the second check should be removed.
if (cmdlineStartup != null && !cmdlineStartup.isEmpty()) {