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

  /external/jdiff/src/jdiff/
APIComparator.java 373 ConstructorAPI oldCtor = (ConstructorAPI)(iter.next());
374 int idx = Collections.binarySearch(newClass.ctors_, oldCtor);
382 memberDiff.oldType_ = oldCtor.type_;
383 memberDiff.oldExceptions_ = oldCtor.exceptions_;
388 if (docChanged(oldCtor.doc_, newCtor.doc_)) {
399 pkgDiff.name_, classDiff.name_, oldCtor.doc_, newCtor.doc_, id, title);
401 String modifiersChange = oldCtor.modifiers_.diff(newCtor.modifiers_);
413 classDiff.ctorsRemoved.add(oldCtor);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 124 milliseconds