redhat-developer / redhat-developer/vscode-java

Additional source directories are not put on classpath

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

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

主要言語
TypeScript
スター
2.3k
フォーク
546
平均マージ
20時間 1分
マージ済み PR(30日)
11

説明

Additional source directories that are included using the build-helper-maven-plugin in a Maven project seem to not be made available to the language server, and are thus not picked up by for instance Go To Declaration and Find References.

Consider the attached example project, consisting of three leaf projects: Child1, Child2 and Child3, organized in two parent projects: ParentA and ParentB, where Child3 has a dependency on Child2, and Child2 has a dependency on Child1.

In the first iteration, stored in before/, Child1 and Child2 is organized under ParentA, and Child 3 is organized under ParentB. In the second iteration, stored in after/, Child2 is merged with Child3, but to avoid changes in the project history, the files are still kept under ParentA's directory and included in Child3 using build-helper-maven-plugin.

Environment
  • Operating System: Ubuntu Focal (20.04)
  • JDK version: OpenJDK 17.0.10
  • Visual Studio Code version: 1.87.2
  • Java extension version: 1.28.1
Steps To Reproduce
  1. Observe that the project in the directory before/ can be successfully compiled with mvn --also-make --batch-mode without any warnings.
  2. Start code before/project.code-workspace
  3. Navigate to parentB/child3/src/main/java/com/example/Qux.java
  4. Put the caret on the declaration of Bar b, right-click and select Go to definition.
  5. The file Bar.java opens
  6. Observe that the project in the directory after/ can be successfully compiled with mvn --also-make --batch-mode without any warnings.
  7. Start code after/project.code-workspace
  8. Navigate to parentB/child3/src/main/java/com/example/Qux.java
  9. Put the caret on the declaration of Bar b.
  10. Notice that it now gives the problem "Bar cannot be resolved to a type".
Current Result

In step 10, the class Bar cannot be found.

Expected Result

Step 10 should be like step 5, that the file Bar.java was opened when Go to definition was invoked.

Additional Information

issue-3544.zip

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

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

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず issue-3544.zip を展開し、before/ と after/ の Maven ワークスペースプロジェクトを比較します。記載された mvn コマンドを実行し、その後、各ワークスペースで Qux.java から Bar に対する Go to definition を再現します。完了条件は、after/ プロジェクトが before/ と同様に Bar を解決し、Bar.java を開くことです。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
java
領域
developer-experience, tooling
issue の種類
バグ
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
32/100

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

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