collaborators

5 papers

cs.SE2025

LogiAgent: Automated Logical Testing for REST Systems with LLM-Based Multi-Agents

Ke Zhang, Chenxi Zhang, Chong Wang +6

Automated testing for REST APIs has become essential for ensuring the correctness and reliability of modern web services. While existing approaches primarily focus on detecting ser…

cs.SE2025

LLMs Meet Library Evolution: Evaluating Deprecated API Usage in LLM-based Code Completion

Chong Wang, Kaifeng Huang, Jian Zhang +4

Large language models (LLMs), pre-trained or fine-tuned on large code corpora, have shown effectiveness in generating code completions. However, in LLM-based code completion, LLMs…

cs.SE2024

LLM Based Input Space Partitioning Testing for Library APIs

Jiageng Li, Zhen Dong, Chong Wang +4

Automated library APIs testing is difficult as it requires exploring a vast space of parameter inputs that may involve objects with complex data types. Existing search based approa…

cs.SE2024

Towards Trustworthy LLMs for Code: A Data-Centric Synergistic Auditing Framework

Chong Wang, Zhenpeng Chen, Tianlin Li +2

LLM-powered coding and development assistants have become prevalent to programmers' workflows. However, concerns about the trustworthiness of LLMs for code persist despite their wi…

cs.SE2024

Boosting Static Resource Leak Detection via LLM-based Resource-Oriented Intention Inference

Chong Wang, Jianan Liu, Xin Peng +2

Resource leaks, caused by resources not being released after acquisition, often lead to performance issues and system crashes. Existing static detection techniques rely on mechanic…