Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork201
Fizzy apply#125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Fizzy apply#125
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
a52a951
add applyFuzzyTo and restoreFuzzy
anatawa128368f28
implement applyFuzzyTo and restoreFuzzy for EqualDelta
anatawa1256c6898
add verifyChunk with fuzzy and delta
anatawa12045a3f6
implement fuzzy apply and add tests
anatawa12857278e
fix style
anatawa12b135dc2
extract method
anatawa1265a9e15
fix: assign lastPatchDelta and lastPatchEnd
anatawa12c1c0a98
fix use explict import
anatawa12bea97f2
document EqualDelta#applyFuzzyToAt
anatawa126ea0e4d
set access modifiers
anatawa120487735
change test method name
anatawa127ea7f97
document empty method
anatawa124a8fa6e
apply from first
anatawa12f82262f
add more tests
anatawa12eb38347
Merge remote-tracking branch 'origin/master' into fizzy-apply
anatawa12fba1509
add more documentation about fuzz parameter
anatawa122f10732
fix documentation about fizzy patch
anatawa12File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
13 changes: 13 additions & 0 deletionsjava-diff-utils/src/main/java/com/github/difflib/patch/AbstractDelta.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletionsjava-diff-utils/src/main/java/com/github/difflib/patch/ChangeDelta.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
22 changes: 20 additions & 2 deletionsjava-diff-utils/src/main/java/com/github/difflib/patch/Chunk.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletionsjava-diff-utils/src/main/java/com/github/difflib/patch/EqualDelta.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
111 changes: 111 additions & 0 deletionsjava-diff-utils/src/main/java/com/github/difflib/patch/Patch.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.