4 citations · 4 across the 3 of their papers we have counts for
3 papers
cs.SE2022
A Quick Repair Facility for Debugging
Steven P. Reiss, Qi Xin
Modern development environments provide a widely used auto-correction facility for quickly repairing syntactic errors. Auto-correction cannot deal with semantic errors, which are m…
cs.SE2019★ 4 cited
Revisiting ssFix for Better Program Repair
Qi Xin, Steven P. Reiss
A branch of automated program repair (APR) techniques look at finding and reusing existing code for bug repair. ssFix is one of such techniques that is syntactic search-based: it s…
cs.SE2017
Learning Program Component Order
Steven P. Reiss, Qi Xin
Successful programs are written to be maintained. One aspect to this is that programmers order the components in the code files in a particular way. This is part of programming sty…