Skip to content

Fix code hover for bean-style reference to static import method #1020

@eric-milles

Description

@eric-milles

Consider the following:

package a
class B {
  static getX() {
  }
}
import static a.B.getX
x // hover or F2 this

Code hover (F2) on single-character, bean-style reference to static method getX fails to display information on the method. Code select (F3) works properly.

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions