Skip to content

Content assist missing proposals for indirect static members #837

@eric-milles

Description

@eric-milles

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions