Re: [math] new checkstyle rules

2009-08-30 Thread Phil Steitz
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

Re: [math] new checkstyle rules

2009-08-28 Thread luc . maisonobe
- "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

Re: [math] new checkstyle rules

2009-08-27 Thread Bill Barker
- 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

[math] new checkstyle rules

2009-08-27 Thread Phil Steitz
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