How do you get BC3 toignore newlines? You would think that Beyond Compare would be able to handle this, but apparently it cannot. For example, the following code snippet:
for (int defectCount = 1; resultSet1.next(); defectCount++)
{
And this code snippet:
for (int defectCount = 1; resultSet1.next(); defectCount++) {
count as chages
for (int defectCount = 1; resultSet1.next(); defectCount++)
{
And this code snippet:
for (int defectCount = 1; resultSet1.next(); defectCount++) {
count as chages
Comment