Class RemovedOperationError

  • All Implemented Interfaces:
    DiffEvaluator

    public final class RemovedOperationError
    extends AbstractDiffEvaluator
    Emits a warning when an error is removed from an operation.
    • Constructor Detail

      • RemovedOperationError

        public RemovedOperationError()
    • Method Detail

      • evaluate

        public java.util.List<ValidationEvent> evaluate​(Differences differences)
        Description copied from interface: DiffEvaluator
        Returns validation events given two models and the detected differences between them.
        Parameters:
        differences - Detected differences.
        Returns:
        Returns validation events that are relative to the new model.