Lines Matching refs:oldExceptions_
1746 memberDiff.oldExceptions_ != null &&
1748 memberDiff.oldExceptions_.compareTo(memberDiff.newExceptions_) != 0) {
1754 int spaceInOld = memberDiff.oldExceptions_.indexOf(" ");
1755 if (memberDiff.oldExceptions_.compareTo("no exceptions") == 0)
1762 emitException(memberDiff.oldExceptions_);
1772 StringTokenizer stOld = new StringTokenizer(memberDiff.oldExceptions_, ", ");
1796 if (!memberDiff.oldExceptions_.startsWith(newException) &&
1797 !(memberDiff.oldExceptions_.indexOf(", " + newException) != -1)) {