110 citations · 148 across the 11 of their papers we have counts for
8 papers · 1 filter
Spotting Setting-Related UI Display Bugs in Android Apps
Huaxun Huang, Wu Liu, Jiahao Gu +1
Android provides a wide range of system settings that allow users to control the runtime behaviors of apps, such as screen rotation and UI display. However, setting-related bugs oc…
LDMDroid: Leveraging LLMs for Detecting Data Manipulation Errors in Android Apps
Xiangyang Xiao, Huaxun Huang, Rongxin Wu
Android apps rely heavily on Data Manipulation Functionalities (DMFs) for handling app-specific data through CRUDS operations, making their correctness vital for reliability. Howev…
Enhancing LLM-Based Bug Reproduction for Android Apps via Pre-Assessment of Visual Effects
Xiangyang Xiao, Huaxun Huang, Rongxin Wu
In the development and maintenance of Android apps, the quick and accurate reproduction of user-reported bugs is crucial to ensure application quality and improve user satisfaction…
Duplicate-sensitivity Guided Transformation Synthesis for DBMS Correctness Bug Detection
Yushan Zhang, Peisen Yao, Rongxin Wu +1
Database Management System (DBMS) plays a core role in modern software from mobile apps to online banking. It is critical that DBMS should provide correct data to all applications.…
Improving Code Summarization with Block-wise Abstract Syntax Tree Splitting
Chen Lin, Zhichao Ouyang, Junqing Zhuang +3
Automatic code summarization frees software developers from the heavy burden of manual commenting and benefits software development and maintenance. Abstract Syntax Tree (AST), whi…
Will Dependency Conflicts Affect My Program's Semantics?
Ying Wang, Rongxin Wu, Chao Wang +6
Java projects are often built on top of various third-party libraries. If multiple versions of a library exist on the classpath, JVM will only load one version and shadow the other…