redhat-developer / redhat-developer/vscode-java
Peek/Go To Implementations points to method with same name
オープン
まだ誰も着手していません。
navigation
upstream
- 主要言語
- TypeScript
- スター
- 2.3k
- フォーク
- 546
- 平均マージ
- 20時間 1分
- マージ済み PR(30日)
- 11
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
JavaClientConnection.java と JavaLanguageClient インターフェースから始め、sendActionableNotification と、再現手順で説明されている Go To Implementations の動作に焦点を当てます。報告された結果を、実際のインターフェースと実装の関係と比較します。JavaClientConnection が JavaLanguageClient を実装していない場合に、ナビゲーションで JavaClientConnection 内の同名のメソッドが選択されなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java, typescript, vscode
- 領域
- developer-experience, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100