Community
Participate
Working Groups
Created attachment 237872 [details] my formatting profile class Test { @Override // yada yada public String toString() { return null; } } Hit Ctrl+Shift+F. Get : class Test { @Override // yada yada public String toString() { return null; } } I attach my formatting profile The comments formating may prove a can of worms : see also : https://bugs.eclipse.org/bugs/show_bug.cgi?id=419909 https://bugs.eclipse.org/bugs/show_bug.cgi?id=396686 Please show them some love :)
Works fine with the default profile, but I can reproduce the bug in 4.4 M3 with the given profile. I assume you don't know which changed option causes it?
You are very right in your assumption :)
This problem no longer occurs after the formatter redesign. *** This bug has been marked as a duplicate of bug 303519 ***