Hi James,
After googling with the "IntelliJ Checkstyle" , I found there are lots
of Checkstyle plugins for IDE[1].
Maybe checkstyle-idea[2] is an option for you :)
[1]http://checkstyle.sourceforge.net/
[2]http://code.google.com/p/checkstyle-idea/
Willem
James Strachan wrote:
I've suffered heaps of pain with servicemix and cxf as often the
checkstyle rules only work with eclipse and I use IntelliJ
So I'd be -1 from making these mandatory - until we figure out an easy
way to configure *both* eclipse and IntelliJ.
Also I'm with Claus on the 80 character limitation which is from a few
decades ago. 160 is fine :)
2008/4/30 Willem Jiang <[EMAIL PROTECTED]>:
Hi Team,
I'd like to enable the CheckStyle when build the camel code.
There are lots of benefits which we can get from CheckStyle:
1.Finding out if we are missing the ASF header in the java file.
2 Making our codes more consistent ( not including any tab character which
will cause bad formate).
3.Excluding the useless import package.
...
All you have to do is install the CheckStyle pluging in Eclipse , and it
should be same with the Intellij :)
Any thought?
Willem