Uses of Class
org.apache.wicket.util.diff.DifferentiationFailedException
Packages that use DifferentiationFailedException
Package
Description
The
diff
package implements
the differencing engine that JRCS uses.
The
diff.myers
package
implements Gene Myers'
differencing algorithm.-
Uses of DifferentiationFailedException in org.apache.wicket.util.diff
Methods in org.apache.wicket.util.diff that throw DifferentiationFailedExceptionModifier and TypeMethodDescriptioncompute the difference between the original and a revision.static Revision
compute the difference between an original and a revision.static Revision
Diff.diff
(Object[] orig, Object[] rev, DiffAlgorithm algorithm) compute the difference between an original and a revision.Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object. -
Uses of DifferentiationFailedException in org.apache.wicket.util.diff.myers
Methods in org.apache.wicket.util.diff.myers that throw DifferentiationFailedExceptionModifier and TypeMethodDescriptionstatic PathNode
Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object.