Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 732 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 732 Bytes

java-code-diff

Java file tokenized diff based on myers algorithm. (see myers introduction)
It ignores the changes of

  • empty lines
  • any blank character
  • any comment(because it does not make sense)