Commit 3a2614a
authored
Allow instanceof to pattern matching cleanup to check inner ifs (eclipse-jdt#2108)
- fix PatternMatchingForInstanceofFixCore to continue parsing inner
ifs
- add new tests to CleanUpTest16
- fixes eclipse-jdt#21051 parent 31c8e0d commit 3a2614a
File tree
2 files changed
+43
-1
lines changed- org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix
- org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix
2 files changed
+43
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
634 | 657 | | |
635 | 658 | | |
636 | 659 | | |
| |||
712 | 735 | | |
713 | 736 | | |
714 | 737 | | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
715 | 757 | | |
716 | 758 | | |
717 | 759 | | |
| |||
0 commit comments