OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 19 milliseconds