Skip to content

SC: Mark Occurrences misses property-style access to accessor method #986

@eric-milles

Description

@eric-milles

Consider the following:

@groovy.transform.CompileStatic
class Foo {
  def getBar() {}
  void doBaz() {
    bar
    "$bar"
  }
}

Bean-style references to getBar within doBaz are not highlighted by Mark Occurrences (Alt+Shift+O).

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions