Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java999 emitComment(pkgName, possibleComment, linkType); in writePackageTableEntry()
1065 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()
1129 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()
1199 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()
1272 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()
1362 emitComment(commentID, null, 2); in writeMethodChangedTableEntry()
1425 emitComment(commentID, possibleComment, linkType); in writeFieldTableEntry()
1507 emitComment(commentID, null, 2); in writeFieldChangedTableEntry()
1814 public void emitComment(String commentID, String possibleComment, in emitComment() method in HTMLReportGenerator