2 papers
cs.SE2025
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
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…