Friday, December 18, 2015

Crowdsourced Bug Triaging: Leveraging Q&A Platforms for Bug Assignment

[Download Pdf]

Type: Publication (accepted)

Venue: 19th International Conference on Fundamental Approaches to Software Engineering (FASE)
April 2-8, 2016, Eindhoven, The Netherlands

Authors: Ali Sajedi Badashian, Abram Hindle, Eleni Stroulia
Department of Computing Science, University of Alberta, Canada

Abstract
Bug triaging, i.e., assigning a bug report to the “best” person to address it, involves identifying a list of developers that are qualified to understand and address the bug report, and then ranking them according to their expertise. Most research in this area examines the description of the bug report and the developers’ prior development and bug-fixing activities. In this paper, we propose a novel method that exploits a new source of evidence for the developers’ expertise, namely their contributions in Stack Overflow, the popular software Question and Answer (Q&A) platform. The key intuition of our method is that the questions a developer asks and answers in Stack Overflow, or more generally in software Q&A platforms, can potentially be an excellent indicator of his/her expertise. Motivated by this idea, our method uses the bug-report description as a guide for selecting relevant Stack Overflow contributions on the basis of which to identify developers with the necessary expertise to close the bug under examination. We evaluated this method in the context of the 20 largest GitHub projects, considering 7144 bug reports. Our results demonstrate that our method exhibits superior accuracy to other state-of-the-art methods.

Keywords:
Bug triaging, bug assignment, crowdsourcing, GitHub, Stack Overflow

No comments:

Post a Comment