public static class Diff.change
extends java.lang.Object
line0
and line1
are the first affected lines in the two files (origin 0).
deleted
is the number of lines deleted here from file 0.
inserted
is the number of lines inserted here in file 1.
If deleted
is 0 then line0
is the number of the line before
which the insertion was done; vice versa for inserted
and line1
.public Diff.change link
public final int inserted
public final int deleted
public final int line0
public final int line1
Copyright © 2016, 2017, 2018, 2019, 2023 Herve Girod. All Rights Reserved. Documentation and source under the MIT licence