mirror of
https://gitee.com/BDWare/cp.git
synced 2026-01-29 01:29:27 +00:00
optimize build.gradle
This commit is contained in:
@@ -5,7 +5,6 @@ import com.google.gson.JsonPrimitive;
|
||||
import com.google.gson.JsonSyntaxException;
|
||||
import com.google.gson.reflect.TypeToken;
|
||||
import com.google.gson.stream.MalformedJsonException;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.logging.log4j.Level;
|
||||
import org.apache.logging.log4j.core.config.Configurator;
|
||||
import org.bdware.analysis.BasicBlock;
|
||||
@@ -472,7 +471,7 @@ public class ContractProcess {
|
||||
List<FunctionNode> functionNodes = cn.getFunctions();
|
||||
LOGGER.debug(
|
||||
"functionNodes jointInfo: "
|
||||
+ StringUtils.join(
|
||||
+ JsonUtil.toPrettyJson(
|
||||
functionNodes.stream()
|
||||
.map(
|
||||
x -> {
|
||||
@@ -481,8 +480,7 @@ public class ContractProcess {
|
||||
? "null"
|
||||
: joinInfo;
|
||||
})
|
||||
.toArray(),
|
||||
" "));
|
||||
.toArray()));
|
||||
injectHandlers();
|
||||
|
||||
this.contract.setYjsType(cn.getYjsType());
|
||||
|
||||
Reference in New Issue
Block a user