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

Don't redeclare EnumSet as Set #183

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

Bananeweizen
Copy link
Contributor

That changes the type of the generic, potentially breaking iterators.

Fixes #179

What's changed?

Exclude EnumSet from the recipe.

Anything in particular you'd like reviewers to focus on?

I've not commented in the recipe but rather created a unit test to verify that EnumSet doesn't get back into the recipe on accident.

Checklist

  • I've added unit tests to cover both positive and negative cases

That changes the type of the generic, potentially breaking iterators.

Fixes openrewrite#179
@timtebeek timtebeek merged commit 9e9b5dc into openrewrite:main Oct 2, 2023
1 check passed
@timtebeek
Copy link
Contributor

Thanks again! Really helpful all these fixes left and right.

@timtebeek timtebeek added the bug Something isn't working label Oct 2, 2023
@Bananeweizen Bananeweizen deleted the enumset branch October 2, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

UseCollectionInterfaces breaks EnumSet iteration
2 participants