• Media type: Text; E-Article; Electronic Conference Proceeding
  • Title: Finding Failure Inducing Changes in Java Programs using Change Classification
  • Contributor: Stärzer, Maximilian [Author]; Ryder, Barbara [Author]; Ren, Xiaoxia [Author]; Tip, Frank [Author]
  • Published: Association for Computing Machinery, 2006-01-01
  • Language: English
  • ISBN: 1-59593-468-5
  • Keywords: DATA processing & computer science
  • Origination:
  • Footnote: Diese Datenquelle enthält auch Bestandsnachweise, die nicht zu einem Volltext führen.
  • Description: Testing and code editing are interleaved activities during program development. When tests fail unexpectedly, the changes that caused the failure(s) are not always easy to find. We explore how change classification can focus programmer attention on failure-inducing changes by automatically labeling changes Red, Yellow, or Green, indicating the likelihood that they have contributed to a test failure. We implemented our change classification tool JUnit/CIA as an extension to the JUnit component within Eclipse, and evaluated its effectiveness in two case studies. Our results indicate that change classification is an effective technique for finding failure-inducing changes.