Searched refs:bestZone (Results 1 – 1 of 1) sorted by relevance
416 final String bestZone = metazoneToRegionToZone.get(mzone).get("001"); in checkExemplars() local417 if (bestZone == null) { in checkExemplars()435 if (bestZone != null && !zoneToRanges.keySet().contains(bestZone)) { in checkExemplars()436 zoneToRanges.keySet().contains(bestZone); in checkExemplars()437 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()448 if (zone.equals(bestZone) && !isComplete) { in checkExemplars()449 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()