Ivy checkstyle errors fixed

2008-03-02 Thread Xavier Hanin
Hi, Last june we started applying checkstyle, with a number of errors we managed to decrease to 1600 errors with eclipse code formatter [1]. 9 months later, I'm pleased to announce that we have finally managed to fix the 1600 errors, and now have a clean code base according to our current checkst

Re: IVY Checkstyle

2008-01-02 Thread Xavier Hanin
Hi Markus, Thanks a lot for your contribution. For the style fixes, could you attach the patch to this issue: https://issues.apache.org/jira/browse/IVY-511 It would clear out copyright issue. For the checkstyle configuration change, it's very difficult to review your change since the whole file

IVY Checkstyle

2007-12-29 Thread Markus M. May
Hello, I thought it is wothwhile to checkout some checkstlye stuff in Ivy. I de-activated the "Hide default constructor in Util Classes", because I got far too many false positives. Furthermore I activated the JAVADoc check, since I find Javadocs very helpful, if you are new to code. Furht