Uses of Class
org.apache.wicket.util.diff.DifferentiationFailedException
-
Packages that use DifferentiationFailedException Package Description org.apache.wicket.util.diff Thediffpackage implements the differencing engine that JRCS uses.org.apache.wicket.util.diff.myers Thediff.myerspackage implements Gene Myers' differencing algorithm. -
-
Uses of DifferentiationFailedException in org.apache.wicket.util.diff
Methods in org.apache.wicket.util.diff that throw DifferentiationFailedException Modifier and Type Method Description RevisionDiff. diff(Object[] rev)compute the difference between the original and a revision.static RevisionDiff. diff(Object[] orig, Object[] rev)compute the difference between an original and a revision.static RevisionDiff. diff(Object[] orig, Object[] rev, DiffAlgorithm algorithm)compute the difference between an original and a revision.RevisionDiffAlgorithm. diff(Object[] orig, Object[] rev)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 DifferentiationFailedException Modifier and Type Method Description static PathNodeMyersDiff. buildPath(Object[] orig, Object[] rev)Computes the minimum diffpath that expresses de differences between the original and revised sequences, according to Gene Myers differencing algorithm.RevisionMyersDiff. diff(Object[] orig, Object[] rev)Computes the difference between the original sequence and the revised sequence and returns it as a org.suigeneris.jrcs.diff.Revision Revision object.
-