You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: