You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the variant baselining feature always uses standard FilterParams. If the application project uses specific handlers for copying, renaming etc., then there is no way to configure this.
Thus, variant baselining does not work correctly in applications which use specific FilterParams. Expected: It should be possible to provide specific FilterParams for variant baselining.
See implementation of method VariantBaselineUtil.apply100Percent as a starting point.