Searched refs:MIN_FACTOR (Results 1 – 1 of 1) sorted by relevance
33 private static final double MIN_FACTOR = 2.5; field in CheckConsistentCasing281 } else if (countLower >= countUpper * MIN_FACTOR && countLower >= countOther) { in getSamples()283 } else if (countUpper >= countLower * MIN_FACTOR && countUpper >= countOther) { in getSamples()