| Newline Character not treated as a whitespace in file compare [message #637908] |
Tue, 09 November 2010 05:21  |
Amardeep Messages: 1 Registered: November 2010 |
Junior Member |
|
|
I am currently running eclipse 3.2.2 Build ID - M20070212-1330. While comparing two JAVA files using the inbuilt eclipse file comparator, I observe that the tool, does not treat newline character as a whitespace character. Due to this reason
Object obj = new Object();
and
Object obj =
new Object();
gets treated as two different lines, which they are not. I have enabled "Ignore White space" option under Window > Preferences > General > Compare/Patch > General (Tab). Inspite of this, eclipse does not treat newline as a whitespace. Any suggestions or help ?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01575 seconds