Home
last modified time | relevance | path

Searched refs:oldComment (Results 1 – 1 of 1) sorted by relevance

/external/jdiff/src/jdiff/
DComments.java447 SingleComment oldComment = (SingleComment)(iter.next()); in noteDifferences() local
448 int idx = Collections.binarySearch(newComments.commentsList_, oldComment); in noteDifferences()
450 … System.out.println("Warning: comment \"" + oldComment.id_ + "\" is no longer used."); in noteDifferences()
451 oldComment.isUsed_ = false; in noteDifferences()
452 newComments.commentsList_.add(oldComment); in noteDifferences()