Interface IMerger.Registry2

    • Method Detail

      • getMergersByRankDescending

        Iterator<IMerger> getMergersByRankDescending​(Diff diff,
                                                     IMergeCriterion criterion)
        Provide the merger with the highest ranking among those that:
        • Are compatible with the given diff;
        • Match the given non-null criterion.
        Parameters:
        diff - The diff
        criterion - The criterion
        Returns:
        The best merger found, should never be null (throw an exception if no merger found)