-
Notifications
You must be signed in to change notification settings - Fork 101
Add InstanceOfPatternMatch
recipe to java-version-17.yml
#179
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 InstanceOfPatternMatch
recipe to java-version-17.yml
#179
Conversation
@timtebeek Is this the right place to add the recipe? |
@timtebeek Also, I don't know if this can be integrated before a new release has been made. Is the CI using the released version or SNAPSHOT builds? |
I'm not sure of your intentions with the |
I just added a test to make sure that the new recipe is also being used. If the |
Looks like the recipe wasn't applied properly. Makes me wonder why the test didn't fail before I modified it. Shouldn't it complain if it can't find the recipe? I could debug that. |
It should; surprised it didn't. Thanks for troubleshooting either way; it's good to uncover these cross-repository issues this way. Likely wouldn't have registered if it was indeed in the same repository. |
Actually, my test is wrong. I will fix it. |
507f67d
to
6353b41
Compare
The problem with the test was that the I will add an issue for support of IntelliJ's |
Related: openrewrite/rewrite#2690