Searched refs:commentID (Results 1 – 3 of 3) sorted by relevance
229 String commentID = null; in addTextToComments() local233 commentID = api_.currPkg_.name_; in addTextToComments()237 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_; in addTextToComments()240 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()243 commentID = commentID + ")"; in addTextToComments()245 commentID = commentID + api_.currCtor_.getSignature() + ")"; in addTextToComments()248 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()253 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()258 if (createGlobalComments_ && commentID != null) { in addTextToComments()266 String ctOld = (String)(Comments.allPossibleComments.put(commentID, ct)); in addTextToComments()[all …]
614 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local615 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()619 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local620 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()624 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local625 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()712 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local714 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitMethodIndexEntry()717 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitMethodIndexEntry()723 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local[all …]
1124 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local1128 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorTableEntry()1170 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()1184 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local1187 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorChangedTableEntry()1240 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()1259 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local1263 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeMethodTableEntry()1313 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()1328 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local[all …]