Searched refs:matchFailCount (Results 1 – 1 of 1) sorted by relevance
337 private final int matchFailCount; field in RegexLogger.RegexKeyWithCount348 this.matchFailCount = bean.failedMatchSet.count(key); in RegexKeyWithCount()358 this.matchFailCount, in RegexKeyWithCount()390 return matchFailCount; in getNumberOfMatchFailures()408 if (matchFailCount != other.matchFailCount) { in equals()437 … return new Integer(matchFailCount + matchMatchCount + findFailCount + findMatchCount).compareTo( in compareTo()