When trying to format the following class one runs into an IAE with Java < 15. package org.test; public class Test { void test() { String sealed = "a sealed test"; } } The stacktrace looks like this ...
The mulit-line string formatting is broken. As eagle-eyed persons will notice, this destroys the indentation completely. From the looks of it, this formatting is done ...