Class ResourceAttachmentChangeConflictSearch.Delete

    • Constructor Detail

      • Delete

        public Delete​(ResourceAttachmentChange diff,
                      ComparisonIndex index,
                      Monitor monitor)
        Constructor.
        Parameters:
        diff - The diff to search for conflicts
        index - Comparison index, must not be null
        monitor - the monitor to report progress to, must not be null
    • Method Detail

      • isDanglingRootDeletion

        protected boolean isDanglingRootDeletion()
        Indicate whether the current diff represents the deletion of a 'dangling' root of a resource. A dangling root is an EObject that had no parent in the model.
        Returns:
        true if the current diff is a deletion of a dangling root EObject.