Searched refs:almostMatches (Results 1 – 3 of 3) sorted by relevance
25 public final List<ApiComponents> almostMatches; field in MultipleAlternativesFoundWarning28 List<ApiComponents> almostMatches) { in MultipleAlternativesFoundWarning() argument30 this.almostMatches = almostMatches; in MultipleAlternativesFoundWarning()37 + Joiner.on(", ").join(almostMatches); in toString()
93 List<ApiComponents> almostMatches = mPotentialPublicAlternatives.stream() in resolvePublicAlternatives() local96 if (almostMatches.size() == 0) { in resolvePublicAlternatives()98 } else if (almostMatches.size() > 1) { in resolvePublicAlternatives()99 throw new MultipleAlternativesFoundWarning(alternative, almostMatches); in resolvePublicAlternatives()
74 assertThat(e.almostMatches).containsExactly( in testFindPublicAlternativeWarnsOnMultipleParameterTypes()