Class Diff.Change

java.lang.Object
com.day.util.diff.Diff.Change
Enclosing class:
Diff

public static class Diff.Change extends Object
The result of the diff.
  • Field Details

    • nextChange

      public Diff.Change nextChange
      Previous or next edit command.
    • inserted

      public final int inserted
      # lines of file 1 changed here.
    • deleted

      public final int deleted
      # lines of file 0 changed here.
    • line0

      public final int line0
      Line number of 1st deleted line.
    • line1

      public final int line1
      Line number of 1st inserted line.