Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java308 if (reportDocChanges && pkgDiff.documentationChange_ != null) { in reportChangedPackage()
319 pkgDiff.documentationChange_ += "<A HREF=\"" + oldPkgRef + in reportChangedPackage()
322 pkgDiff.documentationChange_ += "<font size=\"+1\"><code>old</code></font> to "; in reportChangedPackage()
323 pkgDiff.documentationChange_ += "<A HREF=\"" + newPkgRef + in reportChangedPackage()
325 writeText(pkgDiff.documentationChange_); in reportChangedPackage()
502 if (reportDocChanges && classDiff.documentationChange_ != null) { in reportChangedClass()
516 classDiff.documentationChange_ += "<A HREF=\"" + oldClassRef + in reportChangedClass()
519 classDiff.documentationChange_ += "<font size=\"+1\"><code>old</code></font> to "; in reportChangedClass()
520 classDiff.documentationChange_ += "<A HREF=\"" + classRef + in reportChangedClass()
522 writeText(classDiff.documentationChange_); in reportChangedClass()
[all …]
DPackageDiff.java26 public String documentationChange_ = null; field in PackageDiff
DMergeChanges.java107 …ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_… in mergeRemoveAddCtor()
167 …methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.… in mergeSingleMethods()
245 …methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedMethod.… in mergeMultipleMethods()
325 …fieldDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedField.do… in mergeRemoveAddField()
DMemberDiff.java43 public String documentationChange_ = null; field in MemberDiff
DAPIComparator.java218 …pkgDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, null, oldPkg.doc_, newPkg.doc_, id… in comparePackages()
283 classDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, in compareClasses()
398 memberDiff.documentationChange_ = Diff.saveDocDiffs( in compareAllCtors()
645 …methodDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldMethod.doc_… in compareMethods()
759 …memberDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, oldField.doc_,… in compareAllFields()
DClassDiff.java28 public String documentationChange_ = null; field in ClassDiff