Skip to content

Search for read or write references finds incorrect property accessor matches #1458

@eric-milles

Description

@eric-milles

Consider the following:

class C {
  String s
}
new C(s: "").getS()

Searching for read accesses of property "s" includes match for "s" in constructor call. Searching for write accesses of property "s" includes match for "getS()" and misses match for "s" in constructor call.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions