arextest / arex-agent-java

Lightweight Java agent for traffic capture and replay, enhancing testing and debugging.
https://doc.arextest.com/
Apache License 2.0
418 stars 84 forks source link

fix: buildSkipInfos error when fieldName is empty #521

Open llkkk opened 5 days ago

llkkk commented 5 days ago

问题描述

序列化忽略配置,没有指定字段名时,解析配置时数组越界异常:

image image

查看代码发现没有做判断: image

解决方式

添加数组长度判断即可。 image

mr3 commented 5 days ago

LGTM

sonarcloud[bot] commented 3 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
72.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud