We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The main purpose of java-diff-utils was and is to provide an easy to use toolset to handle diffs of some kind.
This library, at least this fork, does rely on Java 8 and later. Sorry, if you have to stick with older versions.
There are three main entry classes into this library:
DiffUtils
UnifiedDiffUtils
text/DiffRowGenerator
unifieddiff/
UnifiedDiffReader.parseUnifiedDiff
To look at the examples, I put it all into the test/examples folder of diffutils.
Search Examples for more.