Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLIndexes.java618 String commentID = className + ".ctor_removed(" + type + ")"; in emitCtorIndexEntry() local
623 String commentID = className + ".ctor_added(" + type + ")"; in emitCtorIndexEntry() local
628 String commentID = className + ".ctor_changed(" + type + ")"; in emitCtorIndexEntry() local
716 … String commentID = className + "." + meth.name_ + "_removed(" + type + ")"; in emitMethodIndexEntry() local
727 … String commentID = className + "." + meth.name_ + "_added(" + type + ")"; in emitMethodIndexEntry() local
738 … String commentID = className + "." + meth.name_ + "_changed(" + type + ")"; in emitMethodIndexEntry() local
834 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
843 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
852 String commentID = className + "." + fld.name_; in emitFieldIndexEntry() local
DHTMLReportGenerator.java1262 String commentID = fqName + ".ctor_" + lt + "(" + type + ")"; in writeCtorTableEntry() local
1322 String commentID = fqName + ".ctor_changed(" + newSignature + ")"; in writeCtorChangedTableEntry() local
1397 String commentID = fqName + "." + methodName + "_" + lt + "(" + signature + ")"; in writeMethodTableEntry() local
1466 String commentID = fqName + "." + memberName + "_changed(" + newSignature + ")"; in writeMethodChangedTableEntry() local
1559 String commentID = fqName + "." + fieldName; in writeFieldTableEntry() local
1619 String commentID = fqName + "." + memberName; in writeFieldChangedTableEntry() local
1993 public void emitComment(String commentID, String possibleComment, in emitComment()
DAPIHandler.java226 String commentID = null; in addTextToComments() local