Improve test coverage for LombokValToFinalVar - #1230
Merged
greg-at-moderne merged 1 commit intoSep 2, 2026
Conversation
sullis
force-pushed
the
ss-lombok-val-to-final-var-sept1
branch
from
September 1, 2026 21:20
708c2d0 to
3ef9ffc
Compare
sullis
force-pushed
the
ss-lombok-val-to-final-var-sept1
branch
from
September 2, 2026 12:42
3ef9ffc to
c077b8c
Compare
Contributor
Author
|
CI is green. Ready for review / feedback @greg-at-moderne |
greg-at-moderne
approved these changes
Sep 2, 2026
greg-at-moderne
left a comment
Contributor
There was a problem hiding this comment.
Thanks for coming up with this one.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a test covering
lombok.valinside a nested lambda, where the lambda parameter shadows a field of the same name.The recipe correctly rewrites
val key = ...tofinal var key = ...and removes the now-unusedlombok.valimport, leaving the shadowing lambda parameter untouched.Recipe
https://docs.openrewrite.org/recipes/java/migrate/lombok/lombokvaltofinalvar
🤖 Generated with Claude Code