3 papers
cs.SE2026
FuncDroid: Towards Inter-Functional Flows for Comprehensive Mobile App GUI Testing
Jinlong He, Changwei Xia, Binru Huang +3
The paper introduces FuncDroid, a GUI testing tool for mobile apps that builds a Functional Flow Graph to model and explore interactions between functional units, achieving higher…
cs.SE2025
Co-Evolution of Types and Dependencies: Towards Repository-Level Type Inference for Python Code
Shuo Sun, Shixin Zhang, Jiwei Yan +2
Python's dynamic typing mechanism, while promoting flexibility, is a significant source of runtime type errors that plague large-scale software, which inspires the automatic type i…
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.…