Adapting a fault prediction model to allow inter languagereuse

  • Authors:
  • Shinya Watanabe;Haruhiko Kaiya;Kenji Kaijiri

  • Affiliations:
  • Shinshu University, Nagano, Japan;Shinshu University, Nagano, Japan;Shinshu University, Nagano, Japan

  • Venue:
  • Proceedings of the 4th international workshop on Predictor models in software engineering
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

An important step in predicting error prone modules in a project is to construct the prediction model by using training data of that project, but the resulting prediction model depends on the training data. Therefore it is difficult to apply the model to other projects. The training data consists of metrics data and bug data, and these data should be prepared for each project. Metrics data can be computed by using metric tools, but it is not so easy to collect bug data. In this paper, we try to reuse the generated prediction model. By using the metrics and bug data which are computed from C++ and Java projects, we have evaluated the possibility of applying the prediction model, which is generated based on one project, to other projects, and have proposed compensation techniques for applying to other projects. We showed the evaluation result based on open source projects.