HomeSort by relevance Sort by last modified time
    Searched defs:newComments (Results 1 - 2 of 2) sorted by null

  /external/jdiff/src/jdiff/
Comments.java 378 * @param newComments The new comments on the changed APIs.
382 Comments newComments) {
386 newComments.emitXMLHeader(outputFileName);
387 newComments.emitComments();
388 newComments.emitXMLFooter();
437 public static void noteDifferences(Comments oldComments, Comments newComments) {
448 int idx = Collections.binarySearch(newComments.commentsList_, oldComment);
452 newComments.commentsList_.add(oldComment);
JDiff.java 123 Comments newComments = reporter.getNewComments();
124 Comments.noteDifferences(existingComments, newComments);
129 Comments.writeFile(commentsFileName, newComments);

Completed in 73 milliseconds