3 papers
cs.SE2025
Evaluating Generated Commit Messages with Large Language Models
Qunhong Zeng, Yuxia Zhang, Zexiong Ma +5
Commit messages are essential in software development as they serve to document and explain code changes. Yet, their quality often falls short in practice, with studies showing sig…
cs.SE2025
Recommending Variable Names for Extract Local Variable Refactorings
Taiming Wang, Hui Liu, Yuxia Zhang +1
Extract local variable is one of the most popular refactorings, and most IDEs and refactoring tools provide automated support for this refactoring. However, we find approximately 7…
cs.SE2025
Deep Learning-Based Identification of Inconsistent Method Names: How Far Are We?
Taiming Wang, Yuxia Zhang, Lin Jiang +3
Concise and meaningful method names are crucial for program comprehension and maintenance. However, method names may become inconsistent with their corresponding implementations, c…