redhat-developer / redhat-developer/quarkus-ls
Some providers may not work on Gradle projects
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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