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.
After changes to an API we still want to use most of the @rename annotations. Only when an API element was renamed, too, do we need to check whether the @rename annotation still makes sense.
Desired solution
Migrate @rename annotations from elements of the old API to elements of the new API that are mapped together. This should include
classes,
functions,
parameters.
If the element was renamed in the new API, the annotations should still be migrated but marked as unsure. In the end a new annotations.json file should be created for the new API after the migrate command is run.
Open question: If a function is split into many others, should the @rename annotation even be migrated?