3 papers
cs.SE2021
Migrating Client Code without Change Examples
Hao Zhong, Na Meng
API developers evolve software libraries to fix bugs, add new features, or refactor code. To benefit from such library evolution, the programmers of client projects have to repetit…
cs.SE2021
Locating Faulty Methods with a Mixed RNN and Attention Model
Shouliang Yang, Junming Cao, Hushuang Zeng +2
IR-based fault localization approaches achieves promising results when locating faulty files by comparing a bug report with source code. Unfortunately, they become less effective t…
cs.SE2021
Investigating and Recommending Co-Changed Entities for JavaScript Programs
Zijian Jiang, Hao Zhong, Na Meng
JavaScript (JS) is one of the most popular programming languages due to its flexibility and versatility, but maintaining JS code is tedious and error-prone. In our research, we con…