Class MergeProblem

    • Constructor Detail

      • MergeProblem

        public MergeProblem​(String message)
        Creates a new instance.
        Parameters:
        message - the merge problem message, may be null
      • MergeProblem

        public MergeProblem​(ComparisonNode node,
                            String message)
        Creates a new instance.
        Parameters:
        node - the comparison node, cannot be null
        message - the merge problem message, cannot be null
    • Method Detail

      • getMessage

        public String getMessage()
        Returns the merge problem message.
        Returns:
        the merge problem message, may be null
      • getNodeId

        public Long getNodeId()
        Returns the identifier of the node with the merge problem.
        Returns:
        the identifier of the node with the merge problem, may be null