microsoft / microsoft/vscode-java-dependency
Source code from dependency with classifier cannot be found
未关闭
还没有人认领这个 Issue。
bug
upstream
- 主要语言
- TypeScript
- 星标
- 199
- 派生
- 105
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 27
描述
If an app depends on a jar with a classifier then the sources cannot be found and you get the (rubbish) disassembler results. E.g.
<dependency>
<groupId>com.example</groupId>
<artifactId>mylibrary</artifactId>
<version>1.0.0-SNAPSHOT</version>
<classifier>func</classifier>
</dependency>
might have many classes, and source code, but none of them can be browsed.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用 issue 中显示的带 classifier 的依赖项复现问题,并检查 extension 针对 Java 依赖项的源代码查找路径。完成的标准是,带 classifier 的 JAR 中的类能够提供其源代码以供浏览,而不只是提供反汇编器输出。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100