When comparing a Java file to a similar C# file, and there are corresponding lines that contain "false" or "true", BC seems to mark that "false" or "true" as a difference, even though the lines are identical. This mostly happens on lines that are just some whitespace then "return false;" (identical in both files).
This is somewhat annoying when I compare a Java file to the C# port of that file to spot differences, and I'd like those lines to not be marked as differences... Am I doing something wrong here?
I am using BC 3.3.12 (build 18414) on Windows 7.
I have attached a pair of files that trigger this problem.
This is somewhat annoying when I compare a Java file to the C# port of that file to spot differences, and I'd like those lines to not be marked as differences... Am I doing something wrong here?
I am using BC 3.3.12 (build 18414) on Windows 7.
I have attached a pair of files that trigger this problem.
Comment