Searched refs:bestZone (Results 1 – 1 of 1) sorted by relevance
419 final String bestZone = metazoneToRegionToZone.get(mzone).get("001"); in checkExemplars() local420 if (bestZone == null) { in checkExemplars()438 if (bestZone != null && !zoneToRanges.keySet().contains(bestZone)) { in checkExemplars()439 zoneToRanges.keySet().contains(bestZone); in checkExemplars()440 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()451 if (zone.equals(bestZone) && !isComplete) { in checkExemplars()452 … errorLog.println("The 'best zone' (" + showZone(bestZone) + ") for the metazone <" + mzone in checkExemplars()