Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rule to detect and fix removed WrapperArray methods #3

Open
snoozbuster opened this issue Jun 17, 2022 · 0 comments
Open

Add rule to detect and fix removed WrapperArray methods #3

snoozbuster opened this issue Jun 17, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@snoozbuster
Copy link
Collaborator

VTU 2 removed its custom WrapperArray implementation and instead has findAll() and findAllComponents() return a simple array. It would be great to add a no-deprecated-wrapper-array rule (or enhance an existing rule) which runs when the version is VTU 2 and can detect and replace these WrapperArray functions, similar to no-deprecated-wrapper-functions.

@snoozbuster snoozbuster added enhancement New feature or request help wanted Extra attention is needed labels Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant