oehme commented on issue #11498: URL: https://github.com/apache/maven/issues/11498#issuecomment-3586741565
One thing I noticed: `systemUninstall` has no protection against underflow: https://github.com/jline/jline3/blob/master/jansi-core/src/main/java/org/jline/jansi/AnsiConsole.java#L401. So if for some reason `uninstall` is called twice, then `installed == -1` and the next `install` call will do nothing. I'm not sure this is the cause for this problem, but it seems like something that should be protected against. It should probably fail when `uninstall` is called when nothing was installed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
