Maven Eclipse Java Formatter and Checkslyle

2015-01-20 Thread Dan Tran
The current maven java formatter [1] keeps fluent statement in one line with size larger than the limit 120 This case where I had to do a few manual hacks to make checkstyle happy for PMD maven plugin Should we fix the formatter? Thanks -D [1] http://maven.apache.org/developers/maven-eclips

Re: Maven Eclipse Java Formatter and Checkslyle

2015-01-20 Thread Igor Fedorenko
I think we should. I also noticed the current formatter and checkstyle disagree about explicit type parameters like in Collections.emptyList() I'd be happy to test the new formatter configuration. -- Regards, Igor On 2015-01-20 15:19, Dan Tran wrote: The current maven java formatter [1] k

Re: Maven Eclipse Java Formatter and Checkslyle

2015-01-20 Thread Kristian Rosenvold
Yes, we should fix the code style for this 2015-01-20 21:19 GMT+01:00 Dan Tran : > The current maven java formatter [1] keeps fluent statement in one line > with size larger than the limit 120 > > This case where I had to do a few manual hacks to make checkstyle happy for > PMD maven plugin > > Sh

Re: Maven Eclipse Java Formatter and Checkslyle

2015-01-20 Thread Hervé BOUTEMY
+1 if someone can fix this 120 limit Le mardi 20 janvier 2015 15:23:02 Igor Fedorenko a écrit : > I think we should. I also noticed the current formatter and checkstyle > disagree about explicit type parameters like in > > Collections.emptyList() this one is already fixed in http://svn.apach