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

  /external/jdiff/src/jdiff/
APIComparator.java 384 ConstructorAPI newCtor = (ConstructorAPI)(newClass.ctors_.get(0));
385 memberDiff.newType_ = newCtor.type_;
386 memberDiff.newExceptions_ = newCtor.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_);
422 ConstructorAPI newCtor = (ConstructorAPI)(iter.next());
423 int idx = Collections.binarySearch(oldClass.ctors_, newCtor);
428 classDiff.ctorsAdded.add(newCtor);
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 40 milliseconds