Searched refs:documentationChange_ (Results 1 - 7 of 7) sorted by last modified time

/external/jdiff/src/jdiff/
H A DAPIComparator.java218 pkgDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, null, oldPkg.doc_, newPkg.doc_, id, title);
283 classDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_,
398 memberDiff.documentationChange_ = Diff.saveDocDiffs(
645 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldMethod.doc_, newMethod.doc_, id, title);
759 memberDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldField.doc_, newField.doc_, id, title);
H A DClassDiff.java28 public String documentationChange_ = null; field in class:ClassDiff
H A DHTMLReportGenerator.java312 if (reportDocChanges && pkgDiff.documentationChange_ != null) {
323 pkgDiff.documentationChange_ += "<A HREF=\"" + oldPkgRef +
326 pkgDiff.documentationChange_ += "<font size=\"+1\"><tt>old</tt></font> to ";
327 pkgDiff.documentationChange_ += "<A HREF=\"" + newPkgRef +
329 writeText(pkgDiff.documentationChange_);
506 if (reportDocChanges && classDiff.documentationChange_ != null) {
520 classDiff.documentationChange_ += "<A HREF=\"" + oldClassRef +
523 classDiff.documentationChange_ += "<font size=\"+1\"><tt>old</tt></font> to ";
524 classDiff.documentationChange_ += "<A HREF=\"" + classRef +
526 writeText(classDiff.documentationChange_);
[all...]
H A DMemberDiff.java43 public String documentationChange_ = null; field in class:MemberDiff
H A DMergeChanges.java107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
167 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
244 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
324 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title);
H A DPackageDiff.java26 public String documentationChange_ = null; field in class:PackageDiff
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 246 milliseconds