This repository was archived by the owner on Nov 12, 2019. It is now read-only.
forked fromjycr/java-diff-utils
- Notifications
You must be signed in to change notification settings - Fork4
java-diff-utils/java-diff-utils-jycr
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A fork ofjava-diff-utils
- Removes the dependency on Guava
- Change groupId and artifactId to prevent conflict with origin library: now 'com.github.java-diff-utils:java-diff-utils' instead of 'jp.skypencil.java-diff-utils:diffutils'
- Adds the ability to differentiate the inserted and deleted tags and class-names in inline-diff
- Default class-name is now
nullfor deleted and inserted data, and "change" for change data - Default tag for deleted data is
del - Default tag for inserted data is
ins - can now customize diff algorithm in
DiffRowGenerator.Builder - fix "equal" lines when lines isn't really equals (when Equalizer return equals on different strings)
- fix imbrication tag bug in lineDiff (when inline is on a multi-line chunk)
- Adds tha ability to skip data
- make Equalizer configurable. (pull #1)
- bugfix: parse method should be public
- switch from JDK5 to JDK7
- add Guava to dependency
- let user uses other string to represent line which does not exist
- implement event based parser like SAX (in difflib.event package)
About
A library for computing diffs, applying patches, generation side-by-side view in Java
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Java88.6%
- Shell8.2%
- HTML3.2%