JDF: detecting duplicate bug reports in Jazz.

Yoonki Song,Xiaoyin Wang,Tao Xie,Lu Zhang,Hong Mei
DOI: https://doi.org/10.1145/1810295.1810368
2010-01-01
Abstract:Both developers and users submit bug reports to a bug repository. These reports can help reveal defects and improve software quality. As the number of bug reports in a bug repository increases, the number of the potential duplicate bug reports increases. Detecting duplicate bug reports helps reduce development efforts in fixing defects. However, it is challenging to manually detect all potential duplicates because of the large number of existing bug reports. This paper presents JDF (representing Jazz Duplicate Finder), a tool that helps users to find potential duplicates of bug reports on Jazz, which is a team collaboration platform for software development and process management. JDF finds potential duplicates for a given bug report using natural language and execution information.
What problem does this paper attempt to address?