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

Error computing hover: **/package-summary.html not found in JavaDoc jar #248

Closed
rubin55 opened this issue Jun 27, 2017 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@rubin55
Copy link

rubin55 commented Jun 27, 2017

In some cases (see attached, example with Apache Commons CLI 1.4) it seems that a javadoc.jar does not contain a package-summary.html which the code seems to assume must exist. This causes spurious backtraces in the console.

Environment
  • Operating System: Windows 10
  • JDK version: 1.8.131
  • Visual Studio Code version: 1.13.1
  • Java extension version: 0.6.0
Steps To Reproduce
  1. Open a maven project with a dependency on apache-commons-cli-1.4
  2. Hover around some code that uses commons-cli
  3. See backtrace in Output tab
Current Result

Backtraces when using a library with a javadoc.jar that's missing a package-summary.html file.

Expected Result

Silence! What can I do about it? at most I would expect a WARN message if it impacts my ability to auto-complete or somesuch.

Sample Project and Attached backtrace.txt

https://github.com/rubin55/silver
backtrace.txt

@fbricon fbricon added the bug label Jun 27, 2017
@fbricon fbricon added this to the End June 2017 milestone Jun 27, 2017
@fbricon fbricon self-assigned this Jun 27, 2017
fbricon added a commit to fbricon/eclipse.jdt.ls that referenced this issue Jun 30, 2017
fbricon added a commit to fbricon/eclipse.jdt.ls that referenced this issue Jun 30, 2017
fbricon added a commit to fbricon/eclipse.jdt.ls that referenced this issue Jun 30, 2017
fbricon added a commit to eclipse-jdtls/eclipse.jdt.ls that referenced this issue Jun 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants