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 voidprotected voidprotected voidprotected voidprotected voidApply this patch to the given targetvoidConflictOutput.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.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