Searched refs:rightExactMatch (Results 1 – 1 of 1) sorted by relevance
418 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes()); in compare() local419 if (leftExactMatch != rightExactMatch) { in compare()