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
Reflexion Mapping: Parenting 85ee1e47-53c9-45fa-a430-17cd9ad88329 onto Main failed: Given Edge '(argument.h [File]) --(Source_Dependency)-> (argument.c [File])' must be contained in the Architecture graph!
The error from #822 occurred because the method AddChildInArchitecture calls the AssertNotRedundant method when checking the incoming edges, which in turn examines an implementation ede in the IsRedundantIn function. This caused an exception to be thrown by the IsSpecified method. By changing the order of the conditions, the IsSpecified method is no longer called, when a implementation edge is examined.
I found a bug that occurs when a new node is added, then mapped some other nodes, and afterward the new node is attempted to be moved.
Steps:
Video
https://github.com/user-attachments/assets/fe9e8fe9-f7b6-4e38-83a0-c90f2609549c
Error message:
The text was updated successfully, but these errors were encountered: