Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementers is Broken for Class Files #10337

Closed
tsmaeder opened this issue Jul 10, 2018 · 1 comment
Closed

Implementers is Broken for Class Files #10337

tsmaeder opened this issue Jul 10, 2018 · 1 comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. target/branch Indicates that a PR will be merged into a branch other than master.

Comments

@tsmaeder
Copy link
Contributor

Search for implementers is broken in jdt.ls branch:

  1. Open Runnable.class
  2. Put the cursor in the class name
  3. Select "Assistant->Implementations" menu
  4. Observe: no results.
@tsmaeder tsmaeder added kind/bug Outline of a bug - must adhere to the bug report template. target/branch Indicates that a PR will be merged into a branch other than master. team/languages labels Jul 10, 2018
@tsmaeder
Copy link
Contributor Author

A cursory inspection reveals that the uri cannot be correctly parsed in org.eclipse.che.jdt.ls.extension.core.internal.navigation.FindImplementersHandler: the field "authority" is null, where it should parse to "contents"

@tsmaeder tsmaeder mentioned this issue Jul 30, 2018
12 tasks
@tsmaeder tsmaeder mentioned this issue Sep 7, 2018
19 tasks
vrubezhny added a commit to vrubezhny/che that referenced this issue Sep 26, 2018
tsmaeder pushed a commit that referenced this issue Sep 27, 2018
tsmaeder pushed a commit that referenced this issue Oct 1, 2018
tsmaeder pushed a commit that referenced this issue Oct 5, 2018
tsmaeder pushed a commit that referenced this issue Oct 12, 2018
tsmaeder pushed a commit that referenced this issue Oct 16, 2018
tsmaeder pushed a commit that referenced this issue Oct 17, 2018
tsmaeder pushed a commit that referenced this issue Oct 17, 2018
tsmaeder pushed a commit that referenced this issue Oct 17, 2018
tsmaeder pushed a commit that referenced this issue Oct 17, 2018
tsmaeder pushed a commit that referenced this issue Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template. target/branch Indicates that a PR will be merged into a branch other than master.
Projects
None yet
Development

No branches or pull requests

1 participant