com.palantir.javaformat.java.FormatterException: error: Could not parse imported name, at:
at com.palantir.javaformat.java.ImportOrderer.scanImported (ImportOrderer.java:417)
case b
import java .util.*;
results in
com.palantir.javaformat.java.FormatterException: error: Expected ; after import
at com.palantir.javaformat.java.ImportOrderer.scanImports (ImportOrderer.java:321)
What did you want to happen?
Should not crash and instead should remove the extra white space, resulting in:
What happened?
case a
results in
case b
results in
What did you want to happen?
Should not crash and instead should remove the extra white space, resulting in:
env details