Community
Participate
Working Groups
Build Identifier: Eclipse IDE for Java Developers 1.3.2.20110301-1807 epp.package.java Newlines in enum constructor arguments create a big indent that isn't "recovered" following the closing parenthesis. simple e.g.: enum X { A(a,b), B(c, d), C(e,f), D(g, h), E( i,j), F(k,l), G(m,n); } Reproducible: Always Steps to Reproduce: Indent enum code with a newline inside the parentheses for constructor arguments
In I20111205-1800, the formatter works fine (with "Never join lines" enabled). But "Correct Indentation" and the Enter key after ")," indeed indent too much.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.