redhat-developer / redhat-developer/vscode-java
Detect classes with same named members
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
This is a request coming from stack overflow. OP said the project he used is creating API's from wsdl, so they need to use xjc to generate the classes from the wsdl. In this process, xjc generate classes with sames attributes and different names.
He wants a extension or maybe a new function to solove it.
He didn't provide a simplest example. Here is the link.
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 reading the issue and its linked Stack Overflow example, then investigate how xjc-generated Java classes are represented by the VS Code Java extension. The request needs a concrete example and a decision between an extension or a new function; done would mean detecting classes with same-named members and exposing the agreed behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript
- Domain
- devtools, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100