Home
last modified time | relevance | path

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

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