##### Steps To Reproduce - create a Java class ``` package pckg; public class C { private String s; void x() { s = ""; } } ``` - call the "Remove 's', keep assigments with side effects" code action - you will see "MISSING COMMAND" for the "x" method The issue is similar to https://github.com/redhat-developer/vscode-java/issues/266
Steps To Reproduce
The issue is similar to #266