redhat-developer / redhat-developer/vscode-java

Detect classes with same named members

Open
#2,458 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

diagnostics enhancement upstream
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.