You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New diff implementation (courtesy of Randy Watler)
* Mark old diff implementation as deprecated
Francis Galiegue (26):
Announce version 1.1
Merge pull request #1 from rwatler/factorizing-diff
Update copyrights
Changes to pom.xml: add contributors
JsonFactorizingDiff: modify a little
JsonFactorizingDiff: modify more code
JsonFactorizingDiff: more modifications
JsonFactorizingDiff: replace Integer.MAX_VALUE with -1 for "not array index"
JsonFactorizingDiff: more changes
JsonFactorizingDiff: more changes
JsonFactorizingDiff: refactor DiffOperation
Add comments in DiffOperation
JsonFactorizingDiff: implement .toString() on Diff{,Operation}
JsonDiff: some code simplification
JsonFactorizingDiff: take advantage of ArrayNode's properties
JsonFactorizingDiff: refactor getLCSDiffs a little
Update README
Update README again
Merge pull request #2 from rwatler/master
Merge pull request #3 from rwatler/master
JsonFactorizingDiff: add comments
Move JsonFactorizingDiff into its own package
Add javadoc to new JsonDiff implementation; obsolete old one.
Schedule old JSON diff removal for 1.3, not 1.4
pom.xml: remove unused javadoc link
1.2
Randy Watler (3):
Add proposed Factorizing JSON Diff implementation
Revise factorizing implementation and test cases to cover multiple overlapping add/remove diff array index adjustments
Add factorizing support for converting duplicate add to copy operations
0 commit comments