Commit e17b9ad
committed
SONARJAVA-4682 Fix quickfix edits parsing
Fix a problem where the expectations parser would pick the first pair of
closing accolades "}}" in the edit as the end of the quick fix edit preventing the
use of these characters as part of the edits.1 parent eca46bd commit e17b9ad
2 files changed
Lines changed: 18 additions & 1 deletion
File tree
- java-checks-testkit/src
- main/java/org/sonar/java/checks/verifier/internal
- test/java/org/sonar/java/checks/verifier/internal
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
645 | 645 | | |
646 | 646 | | |
647 | 647 | | |
648 | | - | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
649 | 657 | | |
650 | 658 | | |
651 | 659 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
377 | 386 | | |
378 | 387 | | |
379 | 388 | | |
| |||
0 commit comments