RAISEDAL / RAISEReadingList

This repository contains a reading list of Software Engineering papers and articles!
0 stars 0 forks source link

A Large-Scale Empirical Study of Just-in-Time Quality Assurance #8

Open parvezmrobin opened 3 years ago

parvezmrobin commented 3 years ago

Publication: IEEE Transactions on Software Engineering Authors: Yasutaka Kamei; Emad Shihab; Bram Adams; Ahmed E. Hassan; Audris Mockus; Anand Sinha; Naoyasu Ubayashi

Summary

This paper aims to develop a defect prediction model at the change (i.e. commit) level. They gathered 14 important change measures mentioned in previous works and built a defect prediction model based on that. They utilized 5 open source systems and 6 commercial systems as their dataset. SZZ algorithm was used to identify the defect inducing change for the OSS projects. For the commercial projects, they utilized a root-cause analysis database provided by the vendors to identify mark the defect inducing change. As the prediction model, they used logistic regression.

Contribution