redhat-developer / redhat-developer/vscode-java
Project folders are not compiled by Java LS.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Environment
- Operating System: MAC OS Ventura
- JDK version: 1.8
- Visual Studio Code version: May 2023 (1.79)
- Java extension version: 1.20
- Maven for java: 0.41.0
- Project Manager for Java: 0.23
Steps To Reproduce
- Import a maven project with a huge set of files (+9K).
- Check the Java Projects Panel and search for missing folders
- Check problems panel to check for errors
Current Result
- Folders listed in the pom.xml are not listed in step 2
- There are packages not even recognized which results in compilation errors,
Expected Result
- It's expected to see a package gov.projudi.client between the packages gov.projudi.anotation and gov.projudi.entity
- No problems in the panel.
Additional Informations
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
Reproduce the issue with a large Maven project on the listed Java and VS Code versions, then inspect the Java Projects Panel and Problems panel for missing folders and packages. Done means the package gov.projudi.client appears between the neighboring packages and the compilation errors no longer appear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, vscode
- Domain
- build-system, devtools
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100