With no intellij running and using Java 25 IntelliJReporter.findJetBrainsIdes() returns "", which becomes the diffProgram. Later the checkFileExists performs new File("").exists() and that returns true - but then an exception is thrown via launch as the program is not actually not valid.
With no intellij running and using Java 25 IntelliJReporter.findJetBrainsIdes() returns "", which becomes the diffProgram. Later the checkFileExists performs
new File("").exists()and that returns true - but then an exception is thrown via launch as the program is not actually not valid.