Description
Martin Hesse:
I think there is a "bug" in the MemberExecutorServiceDefault, in the method setOrClearProperty the parameter final @NonNull ManagedObject newValueAdapter is called with a null argument from the PropertySetterOrClearFacetForDomainEventAbstract:
return setOrClearProperty(EditingVariant.CLEAR,
owningProperty, targetAdapter, /newValueAdapter/ null, interactionInitiatedBy);
I don't think it needs the @NonNull annotation, as far as I can see the unwrapping can handle null