Home
last modified time | relevance | path

Searched refs:newComments (Results 1 – 2 of 2) sorted by relevance

/external/jdiff/src/jdiff/
DComments.java382 Comments newComments) { in writeFile() argument
386 newComments.emitXMLHeader(outputFileName); in writeFile()
387 newComments.emitComments(); in writeFile()
388 newComments.emitXMLFooter(); in writeFile()
437 public static void noteDifferences(Comments oldComments, Comments newComments) { in noteDifferences() argument
448 int idx = Collections.binarySearch(newComments.commentsList_, oldComment); in noteDifferences()
452 newComments.commentsList_.add(oldComment); in noteDifferences()
DJDiff.java123 Comments newComments = reporter.getNewComments(); in startGeneration() local
124 Comments.noteDifferences(existingComments, newComments); in startGeneration()
129 Comments.writeFile(commentsFileName, newComments); in startGeneration()