Home
last modified time | relevance | path

Searched refs:commentID (Results 1 – 3 of 3) sorted by relevance

/external/jdiff/src/jdiff/
DAPIHandler.java226 String commentID = null; in addTextToComments() local
230 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 …]
DHTMLIndexes.java618 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local
619 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
623 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local
624 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
628 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local
629 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
716 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local
718 …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 …]
DHTMLReportGenerator.java1262 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local
1266 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() local
1325 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() local
1401 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 …]