Community
Participate
Working Groups
Using 3.4.0 and 3.4.1 The following test case: public class X { /** * Test case showing the problem: * * @see java.lang.RuntimeException @see java.lang.String */ public void foo() { } } Using Eclipse built-in + max line length=40 and Tab policy=Spaces only, is formatted as follow: public class X { /** * Test case showing the problem: * * @see java.lang.RuntimeException * @see java.lang.String */ public void foo() { } } If you format again using the same settings, then you get a different output: public class X { /** * Test case showing the problem: * * @see java.lang.RuntimeException * @see java.lang.String */ public void foo() { } }
This problem no longer occurs after the formatter redesign. *** This bug has been marked as a duplicate of bug 303519 ***
Verified for Eclipse Oxygen 4.7 M6 Build id: I20170305-2000