Skip to content

<<MISSING COMMAND>> when calling code actions for unused private field #288

@snjeza

Description

@snjeza
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 #266

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions