HomeSort by relevance Sort by last modified time
    Searched full:ctordiff (Results 1 - 2 of 2) sorted by null

  /external/jdiff/src/jdiff/
MergeChanges.java 90 MemberDiff ctorDiff = new MemberDiff(classDiff.name_);
91 ctorDiff.oldType_ = removedCtor.type_;
92 ctorDiff.newType_ = addedCtor.type_; // Should be the same as removedCtor.type
93 ctorDiff.oldExceptions_ = removedCtor.exceptions_;
94 ctorDiff.newExceptions_ = addedCtor.exceptions_;
95 ctorDiff.addModifiersChange(removedCtor.modifiers_.diff(addedCtor.modifiers_));
98 String type = ctorDiff.newType_;
107 ctorDiff.documentationChange_ = Diff.saveDocDiffs(pkgDiff.name_, classDiff.name_, removedCtor.doc_, addedCtor.doc_, id, title);
109 classDiff.ctorsChanged.add(ctorDiff);
113 if (trace && ctorDiff.modifiersChange_ != null
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 395 milliseconds