TitlePrioritizing warnings by analyzing software history
Publication TypeConference Paper
Year of Publication2007
AuthorsKim S, Ernst MD
Conference NameMSR 2007: International Workshop on Mining Software Repositories
Pagination27–30
Date or Month PublishedMay
Conference LocationMinneapolis, MN, USA
AbstractAutomatic bug finding tools tend to have high false positive rates: most warnings do not indicate real bugs. Usually bug finding tools prioritize each warning category (such as the priority of ``overflow'' is 1 or the priority of ``jumbled incremental'' is 3), but the tools' prioritization is not very effective. \par In this paper, we prioritize warning categories by analyzing the software change history. The underlying intuition is that if warnings from a category are resolved quickly by developers, the warnings in the category are important. Experiments with three bug finding tools (FindBugs, Jlint, and PMD) and two open source projects (Columba and jEdit) indicate that different warning categories have very different lifetimes. Based on that observation, we propose a preliminary algorithm for warning category prioritizing.
Downloadshttps://homes.cs.washington.edu/~mernst/pubs/prioritize-warnings-msr2007... PDF
Citation KeyKimE2007:MSR2007