DiffMyers.java | 374 int line0 = i0, line1 = i1; local 381 script = new change(line0, line1, i0 - line0, i1 - line1, script); 408 int line0 = i0, line1 = i1; local 415 script = new change(i0, i1, line0 - i0, line1 - i1, script); 471 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 475 If DELETED is 0 then LINE0 is the number of the line before 486 public final int line0; field in class:DiffMyers.change 491 LINE0 and LINE1 are the first affected lines in the two files (origin 0). 495 If DELETED is 0 then LINE0 is the number of the line befor [all...] |