Community
Participate
Working Groups
1. WARNING in /Eclipse UI/org/eclipse/ui/internal/keys/BindingPersistence.java (at line 569): } else if (viewParameter != null) { HashMap parms = new HashMap(); parms.put(ShowViewMenu.VIEW_ID_PARM, viewParameter); parameterizedCommand = ParameterizedCommand.generateCommand(command, parms); } else { Dead code Not sure whether we could just remove the dead code along with 'viewParameter' or whether 'viewParameter' should get properly initialized.
Paul, can you take a look?
That definitely looks like dead code, from the time where we offered free open keybindings for views. I will remove it. PW
(In reply to comment #2) > That definitely looks like dead code, from the time where we offered free > open keybindings for views. I will remove it. > > PW Fixed with http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=84a3c101312c88f7c0bc50a8404e6b98b5381898
In 4.4.0.I20130916-2330 PW