Home
last modified time | relevance | path

Searched refs:possibleMatches (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DErrors.java176 List<String> possibleMatches = new ArrayList<>(); in missingImplementationWithHint() local
210 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()