Commit 8f967b6
Prevent NPE in LaunchConfigurationTabGroupViewer.handleApplyPressed
Add a null check for fOriginal in
LaunchConfigurationTabGroupViewer.handleApplyPressed to prevent a
NullPointerException when switching between launch configurations.
Fixes : #25711 parent 535b055 commit 8f967b6
1 file changed
Lines changed: 5 additions & 2 deletions
File tree
- debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
1513 | 1513 | | |
1514 | 1514 | | |
1515 | 1515 | | |
1516 | | - | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
1517 | 1520 | | |
1518 | 1521 | | |
1519 | 1522 | | |
| |||
0 commit comments