Just in case people didn't know,
diff does have a number of options
to modify white space behavior,
such that you can check in a massive
whitespace cleanup patch but still
view a clean diff which ignores
blank lines, crlf/lf and
leading/trailing whitespace, etc...
So really its not that bad. With
the right options.
AS FOR STYLE, I THINK ALL UNNECESSARY
WHITESPACE SHOULD BE BANNED AND TABS
MADE ILLEGAL, THEY JUST INCREASE
FILE SIZE TOO MUCH AND MY COMMODORE
64 JUST CAN'T HANDLE SOME OF THOSE
LARGE SOURCE FILES ALL IN ONE GO.
PLEASE WRITE YOUR JAVA LIKE THIS:
public class Foobar{private String
NAME;public void Foobar(){}public
String getName(){return this.NAME;
public void setName(String NAME){
this.NAME=NAME;}
Darryl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]