Several Jakarta projects have adopted the integration of Checkstyle
(checkstyle.sourceforge.net) into their builds - which can optionally
fail the build if coding standards are violated.
I highly recommend it!
Erik
Otis Gospodnetic wrote:
> Good IDE :) Spaces are healthier.
> We should standardize and require that, actually.
>
> Otis
>
> --- Clemens Marschner <[EMAIL PROTECTED]> wrote:
>
>>>Please submit diffs.
>>
>>Yeah, I'll do that on the weekend, have to get the latest from CVS
>>(no fast
>>Internet connection today).
>>My IDE converts tabs to spaces when saving. Severe?
>>
>>
>>>@@ -151,7 +151,7 @@
>>> Term term = enum.term();
>>> if (term != null && term.field() == testField)
>>> {
>>>- if (!checkLower ||
>>
>>term.text().compareTo(lowerText) > 0)
>>
>>>+ if (!checkLower ||
>>
>>term.text().compareTo(lowerText) > 0)
>>
>>> {
>>> checkLower = false;
>>> if (upperTerm != null)
>>
>>--C.
>>
>>
>>--
>>To unsubscribe, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>For additional commands, e-mail:
>><mailto:[EMAIL PROTECTED]>
>>
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! News - Today's headlines
> http://news.yahoo.com
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>