Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

API elements should only be mapped if their parents are mapped #1230

@Aclrian

Description

@Aclrian

Is your feature request related to a problem?

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.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

Labels

enhancement 💡New feature or requestmigrationMigration of annotation to a new API versionreleasedIncluded in a release

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions