Skip to content

Find declarations on Groovy property results in spurious matches for accessor methods #1089

@eric-milles

Description

@eric-milles

Consider the following:

class A {
  def xyz
}
class B {
  def xyz
}
public class C {
    public Object getXyz() {
    }
}

Find Declarations (Ctrl+G) on either "xyz" results in 3 hits. The declaration in C should not be included.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions