Commit 1d7f2e9
committed
Link to Navigate to First Variable Declaration from duplicates
This commit adds support in the Quick Fix hover and dialog to navigate
directly to the original Variable Declaration when a duplicate
declaration error is show1 parent 028ff06 commit 1d7f2e9
8 files changed
Lines changed: 303 additions & 9 deletions
File tree
- org.eclipse.jdt.core.manipulation/common/org/eclipse/jdt/internal/ui/text/correction
- org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix
- org.eclipse.jdt.ui
- icons/full/obj16
- ui/org/eclipse/jdt/internal/ui
- text
- correction
- proposals
- java/hover
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
518 | 519 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
7763 | 7764 | | |
7764 | 7765 | | |
7765 | 7766 | | |
7766 | | - | |
| 7767 | + | |
7767 | 7768 | | |
7768 | 7769 | | |
7769 | 7770 | | |
| |||
7788 | 7789 | | |
7789 | 7790 | | |
7790 | 7791 | | |
7791 | | - | |
| 7792 | + | |
7792 | 7793 | | |
7793 | 7794 | | |
7794 | 7795 | | |
| |||
7815 | 7816 | | |
7816 | 7817 | | |
7817 | 7818 | | |
7818 | | - | |
| 7819 | + | |
7819 | 7820 | | |
7820 | 7821 | | |
7821 | 7822 | | |
| |||
7843 | 7844 | | |
7844 | 7845 | | |
7845 | 7846 | | |
7846 | | - | |
| 7847 | + | |
7847 | 7848 | | |
7848 | 7849 | | |
7849 | 7850 | | |
| |||
7872 | 7873 | | |
7873 | 7874 | | |
7874 | 7875 | | |
7875 | | - | |
| 7876 | + | |
7876 | 7877 | | |
7877 | 7878 | | |
7878 | 7879 | | |
| |||
7900 | 7901 | | |
7901 | 7902 | | |
7902 | 7903 | | |
7903 | | - | |
| 7904 | + | |
7904 | 7905 | | |
7905 | 7906 | | |
7906 | 7907 | | |
| |||
13558 | 13559 | | |
13559 | 13560 | | |
13560 | 13561 | | |
| 13562 | + | |
| 13563 | + | |
| 13564 | + | |
| 13565 | + | |
| 13566 | + | |
| 13567 | + | |
| 13568 | + | |
| 13569 | + | |
| 13570 | + | |
| 13571 | + | |
| 13572 | + | |
| 13573 | + | |
| 13574 | + | |
| 13575 | + | |
| 13576 | + | |
| 13577 | + | |
| 13578 | + | |
| 13579 | + | |
13561 | 13580 | | |
Loading
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
534 | 536 | | |
535 | 537 | | |
536 | 538 | | |
| |||
546 | 548 | | |
547 | 549 | | |
548 | 550 | | |
| 551 | + | |
549 | 552 | | |
550 | 553 | | |
551 | 554 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
452 | 454 | | |
453 | 455 | | |
454 | 456 | | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
455 | 461 | | |
456 | 462 | | |
457 | 463 | | |
| |||
0 commit comments