3 papers
cs.SE2025
Finding the Needle in the Crash Stack: Industrial-Scale Crash Root Cause Localization with AutoCrashFL
Sungmin Kang, Sumi Yun, Jingun Hong +2
Fault Localization (FL) aims to identify root causes of program failures. FL typically targets failures observed from test executions, and as such, often involves dynamic analyses…
cs.SE2025
Identifying Bug Inducing Commits by Combining Fault Localisation and Code Change Histories
Gabin An, Jinsu Choi, Jingun Hong +2
A Bug Inducing Commit (BIC) is a code change that introduces a bug into the codebase. Although the abnormal or unexpected behavior caused by the bug may not manifest immediately, i…
cs.SE2025
METAMON: Finding Inconsistencies between Program Documentation and Behavior using Metamorphic LLM Queries
Hyeonseok Lee, Gabin An, Shin Yoo
Code documentation can, if written precisely, help developers better understand the code they accompany. However, unlike code, code documentation cannot be automatically verified v…