Hi, On 7/21/06, Nicolas <[EMAIL PROTECTED]> wrote:
I don't find any tabs in my code. Can you please indicate me where you find some (or explain me how to check :p)?
Look at your latest patch (patch-backup-060719.txt), I'm counting 159 tabs in it (perl -pe 's/[^\t]//g' patch-backup-060719.txt | wc -c). Checkstyle is good in finding tabs and other formatting issues, I'm using the Eclipse Checkstyle plugin extensively (it's a bit hard to set up though, you need to override some properties used in checkstyle.xml in Jackrabbit). BR, Jukka Zitting -- Yukatan - http://yukatan.fi/ - [EMAIL PROTECTED] Software craftsmanship, JCR consulting, and Java development
