[研究発表] Mediating Turf Battles! Prioritizing Shared Modules in Locating Multiple Features

小林研 M2の中野 真明貴さんが、イタリアのトリノで開催された IEEE 41st Annual Computer Software and Applications Conference (COMPSAC 2017) にて研究成果を発表しました。

著者: Maaki Nakano, Kunihiro Noda, Shinpei Hayashi, and Takashi Kobayashi (TokyoTech)
題目: Mediating Turf Battles! Prioritizing Shared Modules in Locating Multiple Features
掲載誌: Proc. COMPSAC 2017, pp.363-368, Torino, Italy, 4-8 Jul. 2017
概要:

Dynamic feature location techniques (DFLTs), which use execution profiles of scenarios that trigger a feature, are a promising approach to locating features in the source code. A sufficient set of scenarios is key to obtaining highly accurate results; however, its preparation is laborious and difficult in practice. In most cases, a scenario exercises not only the desired feature but also other features. We focus on the relationship between a module and multiple features that can be calculated with no extra scenarios, to improve the accuracy of locating the desired feature in the source code. In this paper, we propose a DFLT using the odds ratios of the multiple relationships between modules and features. We use the similarity coefficient, which is used in fault localization techniques, as a relationship. Our DFLT better orders shared modules compared with an existing DFLT. To reduce developer costs in our DFLT, we also propose a filtering technique that uses formal concept analysis. We evaluate our DFLT on the features of an open source software project with respect to developer costs and show that our DFLT outperforms the existing approach; the average cost of our DFLT is almost half that of the state-of-the-art DFLT.