Community
Participate
Working Groups
In method FormatterConfigBasedStream$Line#wrap() creation of newlines is created hard-coded with "\n". On Windows systems it is usually desired to format in Windows style, i.e. \r\n. Therefore as newline seperator System.getProperty("line.separator") must be used for formatting. Ideally this seperator String is injected, since in the UI one could configure the newline seperator as Workspace or Project specific property, and then this configured value should be taken.
*** This bug has been marked as a duplicate of bug 347782 ***