Prioritizing warnings by analyzing software history

Download: PDF.

“Prioritizing warnings by analyzing software history” by Sunghun Kim and Michael D. Ernst. In MSR 2007: International Workshop on Mining Software Repositories, (Minneapolis, MN, USA), May 2007, pp. 27-30.

Abstract

Automatic 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.

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.

Download: PDF.

BibTeX entry:

@inproceedings{KimE2007:MSR2007,
   author = {Sunghun Kim and Michael D. Ernst},
   title = {Prioritizing warnings by analyzing software history},
   booktitle = {MSR 2007: International Workshop on Mining Software
	Repositories},
   pages = {27--30},
   address = {Minneapolis, MN, USA},
   month = may,
   year = {2007}
}

(This webpage was created with bibtex2web.)

Back to Michael Ernst's publications.