0

I generated java class files using ant tool for a .wsdl file and after using clean up from Eclipse, I noticed some of the files had only moved code elements.

How to enable structure comparison in Beyond Compare? In other words, how to check/compare moved code element between two files?

Please advise.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Hari
  • 441
  • 6
  • 15

1 Answers1

1

Beyond Compare can't detect moved code elements and show them as a match. It will always show them as inserted and deleted code.

Chris Kennedy
  • 2,639
  • 12
  • 11
  • Any recommendations for the other tools? – Hari Apr 16 '20 at 14:16
  • I don't have a specific tool to recommend. The generic workaround for Beyond Compare is to use a source code formatter/beautifier on both files, then compare the formatted output. – Chris Kennedy Apr 17 '20 at 15:12