redhat-developer / redhat-developer/vscode-java

Peek/Go To Implementations points to method with same name

オープン
#3,823 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

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
  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

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. 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

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。