Searched refs:commentID (Results 1 – 3 of 3) sorted by relevance
227 String commentID = null; in addTextToComments() local231 commentID = api_.currPkg_.name_; in addTextToComments()235 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_; in addTextToComments()238 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()241 commentID = commentID + ")"; in addTextToComments()243 commentID = commentID + api_.currCtor_.getSignature() + ")"; in addTextToComments()246 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()251 commentID = api_.currPkg_.name_ + "." + api_.currClass_.name_ + in addTextToComments()256 if (createGlobalComments_ && commentID != null) { in addTextToComments()264 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 …]
1083 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local1087 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorTableEntry()1129 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()1143 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local1146 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeCtorChangedTableEntry()1199 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()1218 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local1222 reportFile.println(" <A NAME=\"" + commentID + "\"></A>"); // Named anchor in writeMethodTableEntry()1272 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()1287 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local[all …]