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
I can't reproduce this with a stock Eclipse install using the same org.eclipse.jdt.core.formatter.* settings so it would appear to be specific to Spring Java Format. I wonder if CodeLineBreakPreparator is involved.
When formatting the class below
you first get:
which fails validation
on the second run it generates:
which passes.
Similarly formatting this class:
generates:
which fails on both the first and subsequent lines, with both too little and too much indentation
The text was updated successfully, but these errors were encountered: