redhat-developer / redhat-developer/vscode-java
gradle - import to class in testFixtures cannot be resolved.
未关闭
还没有人认领这个 Issue。
Gradle
upstream
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 547
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
I have a project where I depend on some testFixtures from another project. The import to a class within the testFixtures source set cannot be resolved.
implementation project(':core')
implementation testFixtures(project(":core"))
implementation project(':tests:e2e-base')
Environment
- Operating System: Ubuntu 19.10
- JDK version: 11
- Visual Studio Code version: 1.44.2
- Java extension version: 0.61.0
P.s.:
I'm amazed on the progress you guys made on supporting Java in VSCode. Nice work!
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定任何仓库文件、测试或入口点。首先使用 issue 中显示的 Gradle 依赖项,在指定的 Java 和 VS Code 版本上重现未解析的 import;当 testFixtures source set 中的类能够正确解析时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100