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 voidAbstractDelta.applyFuzzyToAt(List<T> target, int fuzz, int position) Apply patch fuzzy.protected voidChangeDelta.applyFuzzyToAt(List<T> target, int fuzz, int position) protected abstract voidprotected voidprotected voidprotected voidprotected voidApply this patch to the given targetprivate intPatch.findPositionFuzzy(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta) private intPatch.findPositionWithFuzz(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz) private intPatch.findPositionWithFuzzAndMoreDelta(Patch.PatchApplyingContext<T> ctx, AbstractDelta<T> delta, int fuzz, int moreDelta) voidConflictOutput.processConflict(VerifyChunk verifyChunk, AbstractDelta<T> delta, List<T> result) protected VerifyChunkAbstractDelta.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 VerifyChunkAbstractDelta.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