redhat-developer / redhat-developer/vscode-java
Detect classes with same named members
未关闭
还没有人认领这个 Issue。
diagnostics
enhancement
upstream
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
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.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 issue 及其链接的 Stack Overflow 示例,然后调查 VS Code Java extension 如何表示 xjc 生成的 Java 类。该请求需要一个具体示例,并需要在 extension 和新函数之间作出选择;完成的标准是能够检测出具有同名成员的类,并提供约定的行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript
- 领域
- devtools, tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100