redhat-developer / redhat-developer/vscode-java
Project manager should warn when two projects share the same groupId and artifactId
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
Is your feature request related to a problem? Please describe.
I have a workspace of multiple Java projects. When two projects share the same groupId and artifactId, one of them do not get recognized by Project Manager, and thus not able to get built and debugged.
Describe the solution you'd like
In the case, project manager should either support it or throw error about it, instead of silently doing nothing.
Describe alternatives you've considered
I have to remove one of the projects from the same workspace to get the other loading.
Additional context
Add any other context or screenshots about the feature request here.
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 by locating the Project Manager logic in the vscode-java repository that identifies projects by groupId and artifactId, then reproduce the issue with two Java projects sharing both values in one workspace. Done means the projects are supported together or the Project Manager presents an explicit error instead of silently ignoring one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100