Community
Participate
Working Groups
Build Identifier: 20090920-1017 In Preferences -> Java -> Formatter I have set Maximum line width to 120. But there are some cases where the formatter is not correctly wrapping the line. Example: private void deleteDecom(final EntityManager em, final SubsystemId subsystemId, final MessagesLogger messagesLogger) { is 123 character long. Changing max line length to 118 make it wrap the line: private void deleteDecom(final EntityManager em, final SubsystemId subsystemId, final MessagesLogger messagesLogger) { Reproducible: Always Steps to Reproduce: 1.See details
(In reply to comment #0) > In Preferences -> Java -> Formatter I have set Maximum line width to 120. But > there are some cases where the formatter is not correctly wrapping the line. Java tooling bugs goes to JDT, Java formatter bugs in particular goes to JDT/Core.
There are several bugs already opened around this issue. Set as duplicate of the nearest one... *** This bug has been marked as a duplicate of bug 110569 ***