arextest / arex-agent-java

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

[Bug] jdbc查询结果为null,导致空指针异常 #484

Closed harvey-xu1981 closed 1 month ago

harvey-xu1981 commented 1 month ago

Search before asking

AREX Test Service

AREX Java Agent (arextest/arex-agent-java)

Current Behavior

当数据库查询结果返回空时,程序报空指针异常 a42f74ef9eafab376d4c7849eb660a5 74adb754277b66bfaf3f4092826ef50

Expected Behavior

Steps To Reproduce

  1. 数据库查询结果返回空
  2. 程序报空指针异常

Anything else

No response

Are you willing to submit a pull request to fix on your own?