HomeSort by relevance Sort by last modified time
    Searched refs:documentationChange_ (Results 1 - 8 of 8) sorted by null

  /external/jdiff/src/jdiff/
PackageDiff.java 26 public String documentationChange_ = null;
MemberDiff.java 43 public String documentationChange_ = null;
HTMLReportGenerator.java 312 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...]
ClassDiff.java 28 public String documentationChange_ = null;
MergeChanges.java 107 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);
245 methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.doc_, addedMethod.doc_, id, title);
325 fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.doc_, addedField.doc_, id, title);
APIComparator.java 218 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);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 584 milliseconds