Community
Participate
Working Groups
Created attachment 243066 [details] XML for formatting settings Not sure if this is the right place... Essentially, end-of-line comments seem to prevent proper indentation for try/catch blocks on my computer. Removing the comment makes the formatter work again. Putting it back breaks it. Eclipse 4.4 M7, build 20140508-1440. Attached is the XML for my formatting settings. public class FormatterTest { public void doNothing() { new Thread(() -> { synchronized (this) { try { Thread.sleep(0); // blah } catch (final InterruptedException e2) { e2.printStackTrace(); } } } ).start(); } }
will take a look post luna
Issue resolved by the umbrella bug 303519. Test case committed via : http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?id=959aac6fcb83b61039c3ddae468ad5563b6ccb62 *** This bug has been marked as a duplicate of bug 303519 ***
Verified for M7 using I20150426-2000 build