Closed mvilliger closed 3 years ago
Fixed, thanks!
Thank you very much for the fast fix! Please note that several throwables are ControlFlowExceptions. Not only ProcessCanceledException.
Yes, but it should be fine. :-)
Ok, fine with me. Thanks a lot! :)
We are getting the following error in IJ 2020.1.2 using EclipseCodeFormatter version 19.5.201.6668.0-Eclipse_2019-09-JavaOnly:
See com.intellij.openapi.diagnostic.ControlFlowException for details. So maybe add an
instanceof
check to thecatch (Exception e)
block rethrowing the exception instead of logging it?