Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DMemberDiff.java34 public String oldExceptions_ = null; field in MemberDiff
DMergeChanges.java93 ctorDiff.oldExceptions_ = removedCtor.exceptions_; in mergeRemoveAddCtor()
149 methodDiff.oldExceptions_ = removedMethod.exceptions_; in mergeSingleMethods()
226 methodDiff.oldExceptions_ = removedMethod.exceptions_; in mergeMultipleMethods()
DHTMLReportGenerator.java1746 memberDiff.oldExceptions_ != null && in emitChanges()
1748 memberDiff.oldExceptions_.compareTo(memberDiff.newExceptions_) != 0) { in emitChanges()
1754 int spaceInOld = memberDiff.oldExceptions_.indexOf(" "); in emitChanges()
1755 if (memberDiff.oldExceptions_.compareTo("no exceptions") == 0) in emitChanges()
1762 emitException(memberDiff.oldExceptions_); in emitChanges()
1772 StringTokenizer stOld = new StringTokenizer(memberDiff.oldExceptions_, ", "); in emitChanges()
1796 if (!memberDiff.oldExceptions_.startsWith(newException) && in emitChanges()
1797 !(memberDiff.oldExceptions_.indexOf(", " + newException) != -1)) { in emitChanges()
DAPIComparator.java383 memberDiff.oldExceptions_ = oldCtor.exceptions_; in compareAllCtors()
628 methodDiff.oldExceptions_ = oldMethod.exceptions_; in compareMethods()