scispace - formally typeset
D

Dongsun Kim

Researcher at University of Luxembourg

Publications -  53
Citations -  2528

Dongsun Kim is an academic researcher from University of Luxembourg. The author has contributed to research in topics: Software system & Software construction. The author has an hindex of 20, co-authored 49 publications receiving 1664 citations. Previous affiliations of Dongsun Kim include Kyungpook National University & Sogang University.

Papers
More filters
Proceedings ArticleDOI

Automatic patch generation learned from human-written patches

TL;DR: A novel patch generation approach, Pattern-based Automatic program Repair (Par), using fix patterns learned from existing human-written patches to generate program patches automatically, which is more acceptable than GenProg.
Journal ArticleDOI

Where Should We Fix This Bug? A Two-Phase Recommendation Model

TL;DR: A two-phase prediction model that uses bug reports' contents to suggest the files likely to be fixed and compared it with three other prediction models: the Usual Suspects, the one-phase model, and BugScout to find the best prediction performance.
Proceedings ArticleDOI

TBar: Revisiting Template-based Automated Program Repair

TL;DR: It is demonstrated that TBar correctly fixes 43 bugs from Defects4J, an unprecedented performance in the literature (including all approaches, i.e., template-based, stochastic mutation-based or synthesis-based APR).
Proceedings ArticleDOI

FaCoY: a code-to-code search engine

TL;DR: FaCoY is proposed, a novel approach for statically finding code fragments which may be semantically similar to user input code which is more effective than online code-to-code search engines and can be useful in code/patch recommendation.
Proceedings ArticleDOI

TBar: revisiting template-based automated program repair

TL;DR: TBar as mentioned in this paper is a template-based APR tool that systematically applies these fix patterns to program bugs and finds that, assuming a perfect fault localization, TBar correctly/plausibly fixes 74/101 bugs.