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
{{ message }}
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
By migrating of APIs with different versions, init function will be mapped together, because their names are the same.
Desired solution
Therefore, API elements should only be mapped together if their parents also are mapped together. For example, two init functions should only be mapped together if their related classes are mapped together, too. Functions, Results, and Attributes should be mapped so. To implement this, a new differ class that filters all the non-appropriate mapping out should be implemented.