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

Content assist missing proposals for indirect static members #837

Closed
eric-milles opened this issue Mar 17, 2019 · 0 comments
Closed

Content assist missing proposals for indirect static members #837

eric-milles opened this issue Mar 17, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@eric-milles
Copy link
Member

eric-milles commented Mar 17, 2019

Consider the following:

package foo
abstract class Bar {
  public static String field
  public static String method() {}
}
class Baz extends Bar {
}
import static foo.Baz.*
f|
m|

Content assist (Ctrl+Space) proposals at f| are missing Bar.field and proposals at m| are missing Bar.method. Same goes for replacing the static import with an import favorite.

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

No branches or pull requests

1 participant