Uses of Class
difflib.myers.DifferentiationFailedException

Packages that use DifferentiationFailedException
difflib.myers The diff.myers package implements Gene Myers' differencing algorithm. 
 

Uses of DifferentiationFailedException in difflib.myers
 

Methods in difflib.myers that throw DifferentiationFailedException
static PathNode MyersDiff.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.
 



Copyright © 2009-2011. All Rights Reserved.