Community
Participate
Working Groups
BETA_JAVA8: I am unable to control+click or use F3 to jump to declaration from the method reference. Constructor reference may also be broken: // --- interface I { String foo(String x); } public class X { public String goo(String x) { return null; } void foo() { X x = new X(); I i = x::goo; // control+click/F3 on goo. } }
Fix and tests released here: http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/commit/?h=BETA_JAVA8&id=757f19ed428d31dbfa31c00cff42cd33fb3902ce