Searched refs:commentID (Results 1 – 3 of 3) sorted by relevance
226 String commentID = null; in addTextToComments() local230 commentID = api_.currPkg_.name_; in addTextToComments()234 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_; in addTextToComments()237 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()240 commentID = commentID + ")"; in addTextToComments()242 commentID = commentID + api_.currCtor_.type_ + ")"; in addTextToComments()245 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()250 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()255 if (createGlobalComments_ && commentID != null) { in addTextToComments()263 String ctOld = (String)(Comments.allPossibleComments.put(commentID, ct)); in addTextToComments()[all …]
618 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local619 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()623 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local624 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()628 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local629 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()716 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local718 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitMethodIndexEntry()721 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitMethodIndexEntry()727 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local[all …]
1262 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local1266 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorTableEntry()1308 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()1322 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local1325 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorChangedTableEntry()1378 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()1397 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local1401 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeMethodTableEntry()1451 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()1466 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local[all …]