Commit baddec0
committed
Use rewrite-java-25 test runtime, revert preview-feature unnamed lambda parameters
`_` unnamed variables are still a preview feature when compiled
without `--enable-preview`, so the recipe-best-practices run that
introduced `_ ->` broke `compileTestJava`. Revert those two lambda
parameters back to `cu ->` and bump the test runtime parser to
rewrite-java-25.1 parent b2fed83 commit baddec0
3 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/test/java/org/openrewrite/staticanalysis
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
0 commit comments