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 TypeMethodDescriptionprotected abstract void
protected void
protected void
protected void
protected void
Apply this patch to the given targetvoid
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.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