hyperdefined / CustomLauncherRewrite

System.exit() should only be invoked within application entry points JAVA-W0060
Bug risk
Major
6 months ago2 years old
System.exit should only be used in entrypoint methods
107                // download the latest version and run it
108                downloadLatestVersion();
109                launchNewVersion(latestVersion);
110                System.exit(0);111            }
112        } else {
113            logger.info("Running latest version");