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

/external/jdiff/src/jdiff/
H A DComments.java376 * @param newComments The new comments on the changed APIs.
380 Comments newComments) {
384 newComments.emitXMLHeader(outputFileName);
385 newComments.emitComments();
386 newComments.emitXMLFooter();
435 public static void noteDifferences(Comments oldComments, Comments newComments) { argument
446 int idx = Collections.binarySearch(newComments.commentsList_, oldComment);
450 newComments.commentsList_.add(oldComment);
379 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 ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 174 milliseconds