Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java1595 String oldException = stOld.nextToken(); in emitChanges() local
1596 if (!memberDiff.newExceptions_.startsWith(oldException) && in emitChanges()
1597 !(memberDiff.newExceptions_.indexOf(", " + oldException) != -1)) { in emitChanges()
1604 emitException(oldException); in emitChanges()