Re: Code Convention: Eclipse formatter

2018-03-07 Thread Jongyoul Lee
Hi, Those formatters are not fully compatible. So Incompatibility always happens. I think fixing format through checkstyle would be better. Thanks, JL On Thu, Mar 1, 2018 at 2:07 PM, Gokulakannan Muralidharan < go...@sentienz.com> wrote: > Thanks Jeff, tried importing it in eclipse it is not wo

Re: Code Convention: Eclipse formatter

2018-02-28 Thread Gokulakannan Muralidharan
Thanks Jeff, tried importing it in eclipse it is not working. Looks like eclipse code formatter can be imported in intellij using *eclipse formatter plugin* for intellij and not vice versa https://intellij-support.jetbrains.com/hc/en-us/community/posts/206575559-How-to-Export-Code-Formatting-Confi

Re: Code Convention: Eclipse formatter

2018-02-28 Thread Jeff Zhang
I use intellij which can specify the checkstyle file for project. I think eclipse should able be able to do that. https://github.com/apache/zeppelin/blob/master/_tools/checkstyle.xml Gokulakannan Muralidharan 于2018年2月28日周三 下午1:45写道: > Hi, > > Google code style format >

Code Convention: Eclipse formatter

2018-02-27 Thread Gokulakannan Muralidharan
Hi, Google code style format for Java is not working for Zeppelin project as mentioned in the docs , getting checkstyle errors when trying