Commit 577446f
authored
Update NoGuavaRefaster expected output for upstream static-import change (#1171)
The 2026-07-20 openrewrite/rewrite snapshot changed NoGuavaRefaster so that
Preconditions.checkNotNull(obj, description) now migrates to
requireNonNull(obj, valueOf(description)) with a static import of
java.lang.String.valueOf, rather than String.valueOf(description).
Aligns the expected output in
preconditionsCheckNotNullToObjectsRequireNonNullTwoArgumentsSecondObject
with current behavior.
CI: https://github.com/openrewrite/rewrite-migrate-java/actions/runs/297699568221 parent 9b7a874 commit 577446f
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments