Code Hot Spot: A tool for extraction and analysis of code change history

  • Authors:
  • Will Snipes;Brian Robinson;Emerson Murphy-Hill

  • Affiliations:
  • Industrial Software Systems, ABB Corporate Research, Raleigh, NC USA;Industrial Software Systems, ABB Corporate Research, Raleigh, NC USA;North Carolina State University, Department of Computer Science, Raleigh, USA

  • Venue:
  • ICSM '11 Proceedings of the 2011 27th IEEE International Conference on Software Maintenance
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Commercial software development teams have limited time available to focus on improvements to their software. These teams need a way to quickly identify areas of the source code that would benefit from improvement, as well as quantifiable data to defend the selected improvements to management. Past research has shown that mining configuration management systems for change information can be useful in determining faulty areas of the code. We present a tool named Code Hot Spot, which mines change records out of Microsoft's TFS configuration management system and creates a report of hot spots. Hot spots are contiguous areas of the code that have higher values of metrics that are indicators of faulty code. We present a study where we use this tool to study projects at ABB to determine areas that need improvement. The resulting data have been used to prioritize areas for additional code reviews and unit testing, as well as identifying change prone areas in need of refactoring.