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 with this.

The reason that I want to add 2) and 3) is to make it easier / less noisy when creating or applying patches when using editors that strip trailing spaces and/or expect source files to end with newlines.

Any objections?

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to