Searched refs:totalErrors (Results 1 – 1 of 1) sorted by relevance
120 Set<Exception> totalErrors = new LinkedHashSet<Exception>(); in showRepertoire() local138 totalErrors.add(new IllegalArgumentException(keyboardId, error)); in showRepertoire()145 …totalErrors.add(new IllegalArgumentException("Non-canonical id: " + id.locale + "\t=>\t" + canonic… in showRepertoire()155 if (totalErrors.size() != 0) { in showRepertoire()156 …System.out.println("Errors\t" + CollectionUtilities.join(totalErrors, System.lineSeparator() + "\t… in showRepertoire()