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()
227 methodDiff.oldExceptions_ = removedMethod.exceptions_; in mergeMultipleMethods()
DHTMLReportGenerator.java1608 memberDiff.oldExceptions_ != null && in emitChanges()
1610 memberDiff.oldExceptions_.compareTo(memberDiff.newExceptions_) != 0) { in emitChanges()
1616 int spaceInOld = memberDiff.oldExceptions_.indexOf(" "); in emitChanges()
1617 if (memberDiff.oldExceptions_.compareTo("no exceptions") == 0) in emitChanges()
1624 emitException(memberDiff.oldExceptions_); in emitChanges()
1634 StringTokenizer stOld = new StringTokenizer(memberDiff.oldExceptions_, ", "); in emitChanges()
1658 if (!memberDiff.oldExceptions_.startsWith(newException) && in emitChanges()
1659 !(memberDiff.oldExceptions_.indexOf(", " + newException) != -1)) { in emitChanges()
DAPIComparator.java383 memberDiff.oldExceptions_ = oldCtor.exceptions_; in compareAllCtors()
628 methodDiff.oldExceptions_ = oldMethod.exceptions_; in compareMethods()