Searched refs:notSentSummary (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java103 static StringBuffer notSentSummary = new StringBuffer(); field in class:ExceptionEvents
219 if (notSentSummary.length() > 0) {
221 notSentSummary.toString());
351 notSentSummary.append(description);

Completed in 62 milliseconds