FISCO-BCOS / FISCO-BCOS/console
控制台生成的asset.java无法运行,在gradle时报错,检查发现与github提供的例子工程文件内容存在不一致
Open
- Dominant language
- Shell
- Stars
- 96
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
控制台版本2.8.0
33行的代码使用控制台脚本生成的文件调用了一个未import的包,org.fisco.bcos.sdk.utils.StringUtils.joinALL,报错,无法运行。从github直接下载的工程文件里面,此处是String.join。

Contributor guide
Research direction
Inspect the console 2.8.0-generated asset.java at line 33 and compare it with the GitHub example project, focusing on the StringUtils.joinALL versus String.join call. Run the generated Gradle project to reproduce the error. Done means the generated project matches the runnable example and Gradle completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100