Searched refs:conflictingKeys (Results 1 – 1 of 1) sorted by relevance
81 Set conflictingKeys = r.returnScope.intersection(r.parameterScope); in checkForRuleArgumentAndReturnValueConflicts() local82 if (conflictingKeys!=null) { in checkForRuleArgumentAndReturnValueConflicts()83 for (Iterator it = conflictingKeys.iterator(); it.hasNext();) { in checkForRuleArgumentAndReturnValueConflicts()