Re: [hibernate-dev] Fix for the Eclipse formatter

2014-03-31 Thread Brett Meyer
ng that out. > > Brett Meyer > Red Hat, Hibernate ORM > > - Original Message - > From: "Guillaume Smet" > To: "Hibernate" > Sent: Friday, March 28, 2014 9:55:18 AM > Subject: [hibernate-dev] Fix for the Eclipse formatter > > Hi, > &

Re: [hibernate-dev] Fix for the Eclipse formatter

2014-03-31 Thread Steve Ebersole
Hat, Hibernate ORM > > - Original Message - > From: "Guillaume Smet" > To: "Hibernate" > Sent: Friday, March 28, 2014 9:55:18 AM > Subject: [hibernate-dev] Fix for the Eclipse formatter > > Hi, > > Here is a fix for the Eclipse formatter posted on the

Re: [hibernate-dev] Fix for the Eclipse formatter

2014-03-31 Thread Brett Meyer
28, 2014 9:55:18 AM Subject: [hibernate-dev] Fix for the Eclipse formatter Hi, Here is a fix for the Eclipse formatter posted on the community site. Currently, it changes: x.foo(); to x. foo(); which doesn't respect the checkstyle rules. Thought it might be useful to report it as it's

[hibernate-dev] Fix for the Eclipse formatter

2014-03-28 Thread Guillaume Smet
Hi, Here is a fix for the Eclipse formatter posted on the community site. Currently, it changes: x.foo(); to x. 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 __