-
Notifications
You must be signed in to change notification settings - Fork 130
Modeler_audit_rules_R1540
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
A BindableInstance's RepresentedFeatures must not reference themselves, directly or indirectly.
For example, if we have three BindableInstances ‘A’, ‘B’ and ‘C’, where ‘A’ represents ‘B’, ‘B’ represents ‘C’ and ‘C’ represents ‘A’, in the end ‘A’ indirectly represents ‘C’ and ‘C’ represents ‘A’, which is wrong.