luc.maison...@free.fr wrote:
> - "Phil Steitz" a écrit :
>
>> I would like to add checks for
>>
>> 1) System.out.println() statements in the code
>> 2) Trailing spaces
>> 3) Files that do not end with newline characters
>>
>> Currently 1) generates no errors, but 2) and 3) generate quite a fe
- "Phil Steitz" a écrit :
> I would like to add checks for
>
> 1) System.out.println() statements in the code
> 2) Trailing spaces
> 3) Files that do not end with newline characters
>
> Currently 1) generates no errors, but 2) and 3) generate quite a few.
>
> I will fix the errors in curr
- Original Message -
From: "Phil Steitz"
To: "Commons Developers List"
Sent: Thursday, August 27, 2009 6:18 PM
Subject: [math] new checkstyle rules
I would like to add checks for
1) System.out.println() statements in the code
2) Trailing spaces
3) Files
I would like to add checks for
1) System.out.println() statements in the code
2) Trailing spaces
3) Files that do not end with newline characters
Currently 1) generates no errors, but 2) and 3) generate quite a few.
I will fix the errors in current sources and add the checks if others
are OK w