Home
last modified time | relevance | path

Searched refs:newExceptions_ (Results 1 – 4 of 4) sorted by relevance

/external/jdiff/src/jdiff/
DMemberDiff.java38 public String newExceptions_ = null; field in MemberDiff
DMergeChanges.java94 ctorDiff.newExceptions_ = addedCtor.exceptions_; in mergeRemoveAddCtor()
150 methodDiff.newExceptions_ = addedMethod.exceptions_; in mergeSingleMethods()
227 methodDiff.newExceptions_ = addedMethod.exceptions_; in mergeMultipleMethods()
DHTMLReportGenerator.java1747 memberDiff.newExceptions_ != null && in emitChanges()
1748 memberDiff.oldExceptions_.compareTo(memberDiff.newExceptions_) != 0) { in emitChanges()
1757 int spaceInNew = memberDiff.newExceptions_.indexOf(" "); in emitChanges()
1758 if (memberDiff.newExceptions_.compareTo("no exceptions") == 0) in emitChanges()
1764 emitException(memberDiff.newExceptions_); in emitChanges()
1775 if (!memberDiff.newExceptions_.startsWith(oldException) && in emitChanges()
1776 !(memberDiff.newExceptions_.indexOf(", " + oldException) != -1)) { in emitChanges()
1793 StringTokenizer stNew = new StringTokenizer(memberDiff.newExceptions_, ", "); in emitChanges()
DAPIComparator.java386 memberDiff.newExceptions_ = newCtor.exceptions_; in compareAllCtors()
629 methodDiff.newExceptions_ = newMethod.exceptions_; in compareMethods()