6 papers
Runtime Failure Hunting for Physics Engine Based Software Systems: How Far Can We Go?
Shuqing Li, Qiang Chen, Xiaoxue Ren +1
Physics Engines (PEs) are fundamental software frameworks that simulate physical interactions in applications ranging from entertainment to safety-critical systems. Despite their i…
DISTINCT: A Description-Guided Branch-Consistency Analysis Framework for Non-Regressive Test Case Generation
Pengyu Xue, Yuxiang Zhang, Zhen Yang +5
Automated test-generation research overwhelmingly assumes the correctness of focal methods, yet practitioners routinely face non-regression scenarios where the focal method may be…
AdaCoder: An Adaptive Planning and Multi-Agent Framework for Function-Level Code Generation
Yueheng Zhu, Chao Liu, Xuan He +4
Recently, researchers have proposed many multi-agent frameworks for function-level code generation, which aim to improve software development productivity by automatically generati…
Issue Localization via LLM-Driven Iterative Code Graph Searching
Zhonghao Jiang, Xiaoxue Ren, Meng Yan +3
Issue solving aims to generate patches to fix reported issues in real-world code repositories according to issue descriptions. Issue localization forms the basis for accurate issue…
FlexFL: Flexible and Effective Fault Localization with Open-Source Large Language Models
Chuyang Xu, Zhongxin Liu, Xiaoxue Ren +3
Due to the impressive code comprehension ability of Large Language Models (LLMs), a few studies have proposed to leverage LLMs to locate bugs, i.e., LLM-based FL, and demonstrated…
Fixing Function-Level Code Generation Errors for Foundation Large Language Models
Hao Wen, Yueheng Zhu, Chao Liu +3
Function-level code generation leverages foundation Large Language Models (LLMs) to automatically produce source code with expected functionality. It has been widely investigated a…