Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

jycr/java-diff-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

75 Commits

Repository files navigation

A fork of java-diff-utils

Changelog

2.0.0

  • Change groupId and artifactId to prevent conflit 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 null for 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

1.5.0

  • make Equalizer configurable. (pull #1)

1.4.1

  • bugfix: parse method should be public

1.4.0

  • 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 fork of https://code.google.com/p/java-diff-utils/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 83.1%
  • Shell 13.6%
  • HTML 3.3%

AltStyle によって変換されたページ (->オリジナル) /