Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLIndexes.java614 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local
619 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local
624 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local
712 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local
723 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local
734 … String commentID = className + "." + meth.name_ + "_changed(" + type + ")"; in emitMethodIndexEntry() local
829 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
838 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
847 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
DHTMLReportGenerator.java1083 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local
1143 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local
1218 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local
1287 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local
1380 String commentID = fqName + "." + fieldName; in writeFieldTableEntry() local
1440 String commentID = fqName + "." + memberName; in writeFieldChangedTableEntry() local
1814 public void emitComment(String commentID, String possibleComment, in emitComment()
DAPIHandler.java227 String commentID = null; in addTextToComments() local