Commit b1b8226
Refactor launch configuration filtering to reuse preference store
Cache the preference store in
doLaunchConfigurationFiltering(ILaunchConfiguration) instead of
repeatedly calling getDefault().getPreferenceStore(). This improves
readability and reduces redundant method calls without changing existing
behavior.1 parent a877760 commit b1b8226
1 file changed
Lines changed: 5 additions & 4 deletions
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
1416 | 1416 | | |
1417 | 1417 | | |
1418 | 1418 | | |
1419 | | - | |
| 1419 | + | |
| 1420 | + | |
1420 | 1421 | | |
1421 | 1422 | | |
1422 | | - | |
| 1423 | + | |
1423 | 1424 | | |
1424 | 1425 | | |
1425 | | - | |
| 1426 | + | |
1426 | 1427 | | |
1427 | 1428 | | |
1428 | 1429 | | |
| |||
0 commit comments