Searched refs:placeHolderText (Results 1 – 5 of 5) sorted by relevance
187 public static final String placeHolderText = "InsertCommentsHere"; field in Comments195 return placeHolderText; in getComment()199 return placeHolderText; in getComment()
134 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
220 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
819 rct.indexOf(Comments.placeHolderText) == -1 && in addDocumentation()928 rct.indexOf(Comments.placeHolderText) == -1 && in addPkgDocumentation()
1842 if (comment.compareTo(Comments.placeHolderText) == 0) { in emitComment()