Skip to content

Editor quick assist "Exchange left and right operands" fails for static compiler optimizations #1518

@eric-milles

Description

@eric-milles

Consider the following:

@CompileStatic
void test(item) {
  if (null != item) {
  }
}

Placing the cursor over != and pressing Ctrl+1 presents "Exchange left and right operands" but the assist fails.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions