Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DAPIHandler.java229 String commentID = null; in addTextToComments() local
233 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 …]
DHTMLIndexes.java614 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local
615 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
619 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local
620 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
624 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local
625 …h_.writeText("<nobr><A HREF=\"" + memberRef + h_.reportFileExt + "#" + commentID + "\" class=\"hid… in emitCtorIndexEntry()
712 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local
714 …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 …]
DHTMLReportGenerator.java1124 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local
1128 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() local
1187 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() local
1263 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 …]