[hibernate-dev] Fix for the Eclipse formatter

Guillaume Smet guillaume.smet at gmail.com
Fri Mar 28 09:55:18 EDT 2014


Hi,

Here is a fix for the Eclipse formatter posted on the community site.

Currently, it changes:
x.<String, Element>foo();
to
x.<String, Element> foo();

which doesn't respect the checkstyle rules.

Thought it might be useful to report it as it's quite painful to have
a build broken because of that.

Thanks!

-- 
Guillaume


More information about the hibernate-dev mailing list