Searched refs:newSecond (Results 1 – 1 of 1) sorted by relevance
1429 T newWinner = null, newSecond = null; // only adjust votes for first and second place in promoteSuperiorAnnotationSuperset() local1434 … } else if (newSecond == null) { // TODO: fix redundant null check: newSecond can only be null in promoteSuperiorAnnotationSuperset()1435 newSecond = value; in promoteSuperiorAnnotationSuperset()1436 …voteCount.put(newSecond, voteCount.get(oldWinner) + 1); // more than oldWinner, less than newWinner in promoteSuperiorAnnotationSuperset()