FISCO-BCOS / FISCO-BCOS/console

控制台生成的asset.java无法运行,在gradle时报错,检查发现与github提供的例子工程文件内容存在不一致

Open
#501 0 comments 0 reactions 0 assignees View on GitHub
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。
![image](https://user-images.githubusercontent.com/30840540/140374049-e49b2dc8-7fda-4e8e-abf0-cce431044f3c.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.