Skip to content

Peek/Go To Implementations points to method with same name #3823

@mamilic

Description

@mamilic

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
  1. Clone https://github.com/eclipse-jdtls/eclipse.jdt.ls
  2. Go to JavaClientConnection.java
  3. Navigate to sendActionableNotification of the interface JavaLanguageClient line 59
  4. Try to Go To Implementations, it will point to method in wrapper class JavaClientConnection line 159, however the JavaClientConnection does not implement JavaLanguageClient

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions