shiftedChunks.add((long) originalOldLength + oldCommentLength - suffixLength);
shiftedChunks.add((long) originalOldLength + oldCommentLength);
shiftedChunks.add((long) originalNewLength + newCommentLength + prefixLength + suffixLength);
return new TextualDiff() {
@Override
public List<Long> getChunks() {
return shiftedChunks;
}
};