On Friday 25 January 2002 11:13, Stefano Mazzocchi wrote: > . . . > Currently we have 13000 style errors? I personally don't care.
I agree - from the feature list at http://checkstyle.sourceforge.net/, I find only two that (IMHO) can have a real influence on code quality, that is -Detecting variables that are not declared as private or protected. -Methods/Constructors are not longer than a specified number of lines. And even these can be counterproductive at times - writing good code takes much more than having spaces before typecasts or not. The rest could influence the "reading comfort" according to your personals tastes, but IMHO is not relevant to the actual code quality. Besides, good tools (netbeans for example) will reformat source code to fit one's personals tastes. My 2 cents. -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web technologies consultant - OO, Java, XML, C++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]