Searched refs:lastError (Results 1 – 1 of 1) sorted by relevance
51 String lastError = null; in testErrorNames() local61 if (lastError != null && in testErrorNames()62 (errorName != null || (error != null && !lastError.equals(error)))) { in testErrorNames()63 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()64 lastError = null; in testErrorNames()71 lastError = error; in testErrorNames()76 System.out.println(consecutiveErrors + " times " + lastError); in testErrorNames()