Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork209
Home
Tobias edited this pageOct 16, 2022 ·13 revisions
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: to calculate patches and deltasUnifiedDiffUtils: to process UnifiedDiff files (import / create)text/DiffRowGenerator: to provide a difference set in a readable formunifieddiff/: contains the new implementation of UnifiedDiff parser toolsUnifiedDiffReader.parseUnifiedDiff
To look at the examples, I put it all into thetest/examples folder of diffutils.
SearchExamples for more.