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.

Consider the following:
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.