Community
Participate
Working Groups
public void testFormat() { Thread t = new Thread(() -> { Thread t3 = new Thread(() -> { }); // problem Thread t2 = new Thread(() -> { }); }); } public void testFormat() { Thread t = new Thread(() -> { System.out.println(""); // System.out.println(""); }); } Eclipse Luna 4.4. With this code auto-formatter goes wrong. after removal of the comment everything is ok.
*** This bug has been marked as a duplicate of bug 433177 ***