Searched refs:newComments (Results 1 - 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
H A DComments.java378 * @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) { argument
448 int idx = Collections.binarySearch(newComments.commentsList_, oldComment);
452 newComments.commentsList_.add(oldComment);
381 writeFile(String outputFileName, Comments newComments) argument
H A DJDiff.java123 Comments newComments = reporter.getNewComments();
124 Comments.noteDifferences(existingComments, newComments);
129 Comments.writeFile(commentsFileName, newComments);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 97 milliseconds