Skip to content

Search for references: potential matches? #935

@mauromol

Description

@mauromol

Consider this:

package test53
import groovy.transform.CompileStatic
@CompileStatic
class MyBean {
	String foo	
}

and this:

package test53
import groovy.transform.CompileStatic
@CompileStatic
class Test53 {
	
	void doSomething() {
		def b = new MyBean()
		b.foo = 'foo'
	}
}

Go to MyBean.foo and hit Ctrl+Shift+G (search for references). Greclipse finds b.foo in b.foo = 'foo' in Test53, but marks it as a potential match: why potential?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions