Searched refs:newComments (Results 1 – 2 of 2) sorted by relevance
380 Comments newComments) { in writeFile() argument384 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() argument446 int idx = Collections.binarySearch(newComments.commentsList_, oldComment); in noteDifferences()450 newComments.commentsList_.add(oldComment); in noteDifferences()
123 Comments newComments = reporter.getNewComments(); in startGeneration() local124 Comments.noteDifferences(existingComments, newComments); in startGeneration()129 Comments.writeFile(commentsFileName, newComments); in startGeneration()