I20220221-0600
Enter There are two different methods LinkedNodeFinder.findByNode(root, nameNode) and the difference is in the argument type - Name vs SimpleName. Previous refactoring changed "SimpleName nameNode" to "Name nameNode" and that caused different implementation to be used. Change-Id: I526c87c24e2e431319868508ac7eb14657f26773 Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.ui/+/190938 Tested-by: JDT Bot <jdt-bot@eclipse.org> Reviewed-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>