Searched refs:placeHolderText (Results 1 – 5 of 5) sorted by relevance
189 public static final String placeHolderText = "InsertCommentsHere"; field in Comments197 return placeHolderText; in getComment()201 return placeHolderText; in getComment()
134 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
219 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
818 rct.indexOf(Comments.placeHolderText) == -1 && in addDocumentation()927 rct.indexOf(Comments.placeHolderText) == -1 && in addPkgDocumentation()
2021 if (comment.compareTo(Comments.placeHolderText) == 0) { in emitComment()