Uses of Class
com.github.difflib.patch.PatchFailedException
Packages that use PatchFailedException
Package
Description
This is the new implementation of UnifiedDiff Tools.
-
Uses of PatchFailedException in com.github.difflib
Methods in com.github.difflib that throw PatchFailedException -
Uses of PatchFailedException in com.github.difflib.patch
Methods in com.github.difflib.patch that throw PatchFailedExceptionModifier and TypeMethodDescriptionPatch.applyFuzzy
(List<T> target, int maxFuzz) protected void
AbstractDelta.applyFuzzyToAt
(List<T> target, int fuzz, int position) Apply patch fuzzy.protected void
ChangeDelta.applyFuzzyToAt
(List<T> target, int fuzz, int position) protected abstract void
protected void
protected void
protected void
protected void
Apply this patch to the given targetprivate int
Patch.findPositionFuzzy
(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta) private int
Patch.findPositionWithFuzz
(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz) private int
Patch.findPositionWithFuzzAndMoreDelta
(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz, int moreDelta) void
ConflictOutput.processConflict
(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result) protected VerifyChunk
AbstractDelta.verifyAntApplyTo
(List<T> target) Chunk.verifyChunk
(List<T> target) Verifies that this chunk's saved text matches the corresponding text in the given sequence.Chunk.verifyChunk
(List<T> target, int fuzz, int position) Verifies that this chunk's saved text matches the corresponding text in the given sequence.protected VerifyChunk
AbstractDelta.verifyChunkToFitTarget
(List<T> target) Verify the chunk of this delta, to fit the target. -
Uses of PatchFailedException in com.github.difflib.unifieddiff
Methods in com.github.difflib.unifieddiff that throw PatchFailedException