Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 575150

Summary: [select] cannot select CompletionEngine.findMethods()
Product: [Eclipse Project] JDT Reporter: Stephan Herrmann <stephan.herrmann>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: CLOSED MOVED QA Contact:
Severity: normal    
Priority: P3 CC: simeon.danailov.andreev
Version: 4.21   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=577508
Whiteboard:

Description Stephan Herrmann CLA 2021-07-31 13:57:17 EDT
Build id: I20210719-1800

In CompletionEngine.java as of today's HEAD, in line 3205 the call to findMethods cannot be selected (no F3, no Find References, Call Hierarchy opens on enclosing method), but copy qualified name correctly gives:

org.eclipse.jdt.internal.codeassist.CompletionEngine.findMethods(char[], TypeBinding[], TypeBinding[], ReferenceBinding, Scope, ObjectVector, boolean, boolean, InvocationSite, Scope, boolean, boolean, boolean, Binding[], int[], int[], boolean, char[], int, int)
Comment 1 Simeon Andreev CLA 2023-03-16 16:43:11 EDT
Opened: https://github.com/eclipse-jdt/eclipse.jdt.core/issues/848