So I am using Beyond Compare 4.0.7 and am comparing two folders containing different versions of a Java project. I want to find how many lines have been changed to class files in the newest project.
So I filter by *.class files, view differences where the newer project contains class files that are also newer, and then I expand all and select files. This selects all class files as I expect. Then I go to Actions -> File Compare Report... and I generate a summary. However this summary only shows the byte differences in the files. I want to know the line number differences (preferably just the grand total of lines changed rather than for each class). Is there a setting I am missing?