Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DComments.java380 Comments newComments) { in writeFile() argument
384 newComments.emitXMLHeader(outputFileName); in writeFile()
385 newComments.emitComments(); in writeFile()
386 newComments.emitXMLFooter(); in writeFile()
435 public static void noteDifferences(Comments oldComments, Comments newComments) { in noteDifferences() argument
446 int idx = Collections.binarySearch(newComments.commentsList_, oldComment); in noteDifferences()
450 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()