Commit d7b0867
authored
UseLombokGetter recipe: fix
* fix IndexOutOfBoundsException
* fix typo
---------
Co-authored-by: zakaria-shahen <[email protected]>IndexOutOfBoundsException that occurs when visiting record compact constructor method (#956)1 parent c24a7a6 commit d7b0867
File tree
2 files changed
+19
-1
lines changed- src
- main/java/org/openrewrite/java/migrate/lombok
- test/java/org/openrewrite/java/migrate/lombok
2 files changed
+19
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
563 | 580 | | |
564 | 581 | | |
565 | 582 | | |
| |||
0 commit comments