Searched refs:existingComments (Results 1 – 2 of 2) sorted by relevance
113 Comments existingComments = Comments.readFile(commentsFileName); in startGeneration() local114 if (existingComments == null) in startGeneration()119 reporter.generate(comp, existingComments); in startGeneration()124 Comments.noteDifferences(existingComments, newComments); in startGeneration()
41 public void generate(APIComparator comp, Comments existingComments) { in generate() argument47 existingComments_ = existingComments; in generate()