it's unbelivable the amount of comment spam that this site gets
99.4 % of the comments are spam. Thank god that Akismet takes care of it
99.4 % of the comments are spam. Thank god that Akismet takes care of it
I met some difficulties dealing with the default eclipse java compare. I got involved on a project where everybody likes to commit code to CVS formatted their way, so comparing between CVS revisions is almost impossible. So I decided to start investigating about Eclipse plugin development to make a Java Compare Viewer that not only ignores whitespace but also all java formatting changes. The result is the following *Before *ignore java formatting plugin: ...