collaborators
Showing cs.SEShow all

5 papers · 1 filter

cs.SE2026

FuncDroid: Towards Inter-Functional Flows for Comprehensive Mobile App GUI Testing

Jinlong He, Changwei Xia, Binru Huang +3

As mobile application (app) functionalities grow increasingly complex and their iterations accelerate, ensuring high reliability presents significant challenges. While functionalit…

cs.SE2024

Write Your Own CodeChecker: An Automated Test-Driven Checker Development Approach with LLMs

Jun Liu, Yuanyuan Xie, Jiwei Yan +3

With the rising demand for code quality assurance, developers are not only utilizing existing static code checkers but also seeking custom checkers to satisfy their specific needs.…

cs.SE2024

Better Debugging: Combining Static Analysis and LLMs for Explainable Crashing Fault Localization

Jiwei Yan, Jinhao Huang, Chunrong Fang +2

Nowadays, many applications do not exist independently but rely on various frameworks or libraries. The frequent evolution and the complex implementation of framework APIs induce m…

cs.SE2024

Fix the Tests: Augmenting LLMs to Repair Test Cases with Static Collector and Neural Reranker

Jun Liu, Jiwei Yan, Yuanyuan Xie +2

During software evolution, it is advocated that test code should co-evolve with production code. In real development scenarios, test updating may lag behind production code changin…

cs.SE2024

Exception-aware Lifecycle Model Construction for Framework APIs

Jiwei Yan, Jinhao Huang, Hengqin Yang +1

The implementation of complex software systems usually depends on low-level frameworks or third-party libraries. During their evolution, the APIs adding and removing behaviors may…