Home | History | Annotate | Download | only in jdiff

Lines Matching refs:Comments

19     /** The Comments object for existing comments. */
20 private Comments existingComments_ = null;
23 * The Comments object for freshly regenerated comments.
25 * and should be like existingComments_ but with unused comments
27 * the new comments are written out to the comments file.
29 private Comments newComments_ = null;
32 * Accessor method for the freshly generated Comments object.
33 * The list of comments is sorted before the object is returned.
35 public Comments getNewComments() {
41 public void generate(APIComparator comp, Comments existingComments) {
46 // May be null if no comments file exists yet
48 // Where the new comments will be placed
49 newComments_ = new Comments();
1984 * list of new comments. The first instance of the string "@first" in
2011 possibleComment = (String)Comments.allPossibleComments.get(commentID);
2020 String comment = Comments.getComment(existingComments_, commentID);
2021 if (comment.compareTo(Comments.placeHolderText) == 0) {
2030 reportFile.println(" <TD VALIGN=\"TOP\">" + Comments.convertAtLinks(comment, "", null, null) + "</TD>");
2092 * If set, then do not suggest comments for removals from the first
2098 * If set, then do not suggest comments for additions from the first
2104 * If set, then do not suggest comments for changes from the first
2110 * If set, then report changes in documentation (Javadoc comments)
2137 * The destination directory for comments files (if not specified, uses outputDir)