Class PotentialMergeProblemDescription


  • public class PotentialMergeProblemDescription
    extends Object
    Description of a potential merge problem.
    • Constructor Detail

      • PotentialMergeProblemDescription

        public PotentialMergeProblemDescription​(String shortDescription,
                                                String fullDescription)
        Creates instance.
        Parameters:
        shortDescription - the short description, cannot be null or empty
        fullDescription - the full description, cannot be null or empty
    • Method Detail

      • getShortDescription

        public String getShortDescription()
        Returns short compact description of the merge problem.
        Returns:
        the short description, never null
      • getFullDescription

        public String getFullDescription()
        Returns full detailed description of the merge problem.
        Returns:
        the short description, never null