Home | History | Annotate | Download | only in jdiff

Lines Matching refs:exceptions_

383                     memberDiff.oldExceptions_ = oldCtor.exceptions_;
386 memberDiff.newExceptions_ = newCtor.exceptions_;
628 methodDiff.oldExceptions_ = oldMethod.exceptions_;
629 methodDiff.newExceptions_ = newMethod.exceptions_;
630 if (oldMethod.exceptions_.compareTo(newMethod.exceptions_) != 0) {