Searched refs:possibleMatches (Results 1 – 1 of 1) sorted by relevance
176 List<String> possibleMatches = new ArrayList<>(); in missingImplementationWithHint() local210 possibleMatches.add(match); in missingImplementationWithHint()213 if (possibleMatches.size() > MAX_RELATED_TYPES_REPORTED) { in missingImplementationWithHint()220 if ((possibleMatches.size() > 0) && (possibleMatches.size() <= MAX_RELATED_TYPES_REPORTED)) { in missingImplementationWithHint()222 for (String possibleMatch : possibleMatches) { in missingImplementationWithHint()231 && possibleMatches.isEmpty() in missingImplementationWithHint()