Searched refs:newWinner (Results 1 – 1 of 1) sorted by relevance
1274 T newWinner = null, newSecond = null; // only adjust votes for first and second place in promoteSuperiorAnnotationSuperset() local1276 if (newWinner == null) { in promoteSuperiorAnnotationSuperset()1277 newWinner = value; in promoteSuperiorAnnotationSuperset()1278 … voteCount.put(newWinner, voteCount.get(oldWinner) + 2); // more than oldWinner and newSecond in promoteSuperiorAnnotationSuperset()