Community
Participate
Working Groups
Created attachment 256634 [details] Code formatter screenshot with the described option enabled. Formatting the class definition: public class Test extends ArrayList<String> implements Runnable { } will strip the space between <String>implements I have configured the source formatter to add a space after closing angle brackets in type parameters but this option seems to be ignored. When I flip the switch back and forth in the preferences, the code preview does not change, either.
Happens on my colleague's Mac OS X, too. Same Eclipse version.
Yes, this was also reported today by one of our devs and is always reproducible (with exactly same settings as reported by Dirk: "add a space after closing angle brackets in type parameters"; just for the record: on Linux and Windows): public class DefaultVisitSessionFileWriter extends BaseSessionWriter<PurePathSessionInfo>implements VisitSessionFileWriter {
*** This bug has been marked as a duplicate of bug 472205 ***