Commit 9d6981f
committed
Fix NPE in UndoManager2.addUndo fixes eclipse-platform#2004
TriggeredOperations.getTriggeringOperation() can return null after
TriggeredOperations.remove()
eclipse-platform#20041 parent d6c128e commit 9d6981f
File tree
2 files changed
+8
-6
lines changed- bundles
- org.eclipse.core.commands/src/org/eclipse/core/commands/operations
- org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/internal/core/refactoring
2 files changed
+8
-6
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
300 | 299 | | |
301 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
302 | 303 | | |
303 | 304 | | |
304 | 305 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
0 commit comments