Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks for the previous merge. I thought I had provided a valid bug scenario, as this is not being replaced by the recipe in my production project. Furthermore, the test worked locally as expected. I could execute it, and it passed. When the new test for "chained method args" was added, it was failing positively locally. Disabling it caused the whole test suite to pass again, so I was quite sure I had identified a bug.
However, as you merged it, it seems it was not an issue. Maybe let's check this one. The lambda method bodies are not being replaced correctly in production, so perhaps I have now provided a valid test case demonstrating an issue in the recipe.
Somehow, even though the last PR worked locally, I cannot run the project—even with a fresh checkout from the
main
branch without any changes. Do you have any idea what I can do to resolve this issue?Fresh Checkout:
Java 17: