This repository was archived by the owner on Dec 27, 2024. It is now read-only.
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
ConstraintSet.clone does not clone custom constraints #861
When using
ConstraintSet.cloneto clone an existingConstraintSet, its properties are cloned, but custom constraints aren't, whereas other "copy" methods likereadFallbackdo copy custom attributes. Is there a reason for that ?