Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1178 emitComment(pkgName, possibleComment, linkType); in writePackageTableEntry()
1244 emitComment(fqName, possibleComment, linkType); in writeClassTableEntry()
1308 emitComment(commentID, possibleComment, linkType); in writeCtorTableEntry()
1378 emitComment(commentID, null, 2); in writeCtorChangedTableEntry()
1451 emitComment(commentID, possibleComment, linkType); in writeMethodTableEntry()
1541 emitComment(commentID, null, 2); in writeMethodChangedTableEntry()
1604 emitComment(commentID, possibleComment, linkType); in writeFieldTableEntry()
1686 emitComment(commentID, null, 2); in writeFieldChangedTableEntry()
1993 public void emitComment(String commentID, String possibleComment, in emitComment() method in HTMLReportGenerator