该论文来自ICSE2012,点击下载该论文《Where should the bugs be fixed? More accurate information retrieval-based bug localization based on bug reports》
这篇Papper使用信息检索的方法来实现file level的BUG定位。那么BUG定位到底如何理解呢?举个列子来说,对于某个Project,突然上报了一个Bug Report,那么我们就要去找这个Bug Report中描述的问题到底是出在哪个/哪几个code file里呢?这就是所谓的Bug定位。关键问题就在于如何定位?