vscode-java
vscode-java copied to clipboard
[Bug] - Peek/Go To Implementations points to method with same name
When I try to navigate to implementations of a method it will point me to a method with same name in wrapper class, but that wrapper class does not implement the interface of that method.
Environment
- Operating System: Windows 11
- JDK version: 21
- Visual Studio Code version: 1.94.2
- Java extension version: 1.35.1
Steps To Reproduce
- Clone https://github.com/eclipse-jdtls/eclipse.jdt.ls
- Go to JavaClientConnection.java
- Navigate to sendActionableNotification of the interface JavaLanguageClient line 59
- Try to Go To Implementations, it will point to method in wrapper class JavaClientConnection line 159, however the JavaClientConnection does not implement JavaLanguageClient