Searched refs:consecutiveErrors (Results 1 – 1 of 1) sorted by relevance
50 int consecutiveErrors = 0; in testErrorNames() local63 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()65 consecutiveErrors = 0; in testErrorNames()72 consecutiveErrors++; in testErrorNames()75 if (consecutiveErrors > 0) { in testErrorNames()76 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()