public static class DiffCorrection.UnitEquals extends java.lang.Object implements DiffCorrection, DiffCorrection.FragmentProcessor<DiffCorrection.FragmentBuffer>
DiffCorrection.BaseFragmentRunner<ActualRunner extends DiffCorrection.BaseFragmentRunner>, DiffCorrection.ChangedSpace, DiffCorrection.ConcatenateSingleSide, DiffCorrection.ConnectSingleSideToChange, DiffCorrection.FragmentBuffer, DiffCorrection.FragmentProcessor<Collector>, DiffCorrection.FragmentsCollector, DiffCorrection.Normalize, DiffCorrection.TrueLineBlocks, DiffCorrection.UnitEquals
Modifier and Type | Field and Description |
---|---|
static DiffCorrection |
INSTANCE |
Constructor and Description |
---|
UnitEquals() |
Modifier and Type | Method and Description |
---|---|
DiffFragment[] |
correct(DiffFragment[] fragments) |
void |
process(DiffFragment fragment,
DiffCorrection.FragmentBuffer buffer) |
public static final DiffCorrection INSTANCE
public DiffFragment[] correct(DiffFragment[] fragments) throws FilesTooBigForDiffException
correct
in interface DiffCorrection
FilesTooBigForDiffException
public void process(DiffFragment fragment, DiffCorrection.FragmentBuffer buffer)
process
in interface DiffCorrection.FragmentProcessor<DiffCorrection.FragmentBuffer>