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
fix(bulk-model-sync): exception in IdentityPreservingNodeAssociation: Cannot associate ... with ...
There was an inconsistency between the implementations of `associate` and `matches` in
`IdentityPreservingNodeAssociation`. Now they use the same logic.
Copy file name to clipboardExpand all lines: bulk-model-sync-lib/src/commonMain/kotlin/org/modelix/model/sync/bulk/IdentityPreservingNodeAssociation.kt
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,26 @@ class IdentityPreservingNodeAssociation(
0 commit comments