Commit 99692ac
committed
Ignore additional parameter
Currently if one passes more parameters as the command accepts (e.g. a
parameter was removed from the command), this suddenly leads to commands
no longer being found as null is returned.
Instead now ignore additional parameters and simply continue the loop
over the map.1 parent 769d5d1 commit 99692ac
File tree
1 file changed
+1
-1
lines changed- bundles/org.eclipse.core.commands/src/org/eclipse/core/commands
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments