redhat-developer / redhat-developer/quarkus-ls

Some providers may not work on Gradle projects

Open
#281 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
50
Forks
18
Avg merge
22h 11m
Merged PRs (30d)
3

Description

Some providers (ex FaultTolerance provider) needs to access the JavaDoc for classes that may be in the project class path. So source JAR needs to be downloaded. This is implemented through the IJDTUtils.discoverSource method which delegate to JDT-LS IBuildSupport which is a no-op for Gradle projects. Then corresponding source JAR will not be downloaded and the documentation will be empty.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with IJDTUtils.discoverSource and follow its delegation to JDT-LS IBuildSupport for Gradle projects. Compare this path with provider usage such as FaultTolerance, then verify that the required source JAR is downloaded and the generated documentation is no longer empty for classes on the project class path.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.