Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate content assist proposals for GroovyObject members #735

Closed
eric-milles opened this issue Sep 28, 2018 · 0 comments
Closed

Duplicate content assist proposals for GroovyObject members #735

eric-milles opened this issue Sep 28, 2018 · 0 comments
Assignees

Comments

@eric-milles
Copy link
Member

Noticed especially within a script -- groovy.lang.Script extends groovy.lang.GroovyObjectSupport -- there are duplicate content assist proposals for methods like getMetaClass. DefaultGroovyMethods and GroovyObjectSupport are both offering a method.

getmetaclass

In cases such as this (especially for 0 parameter methods), category method proposals should be suppressed. I think DefaultGroovyMethods.getMetaClass is there for non-Groovy types that did not get GroovyObject interface at compile time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant