Predicting stability of classes in an object-oriented system

  • Authors:
  • D. Azar;H. Harmanani;R. Korkmaz

  • Affiliations:
  • Department of Computer Science and Mathematics, Lebanese American University, Byblos 1401 2010, Lebanon;Department of Computer Science and Mathematics, Lebanese American University, Byblos 1401 2010, Lebanon;Department of Computer Science and Mathematics, Lebanese American University, Byblos 1401 2010, Lebanon

  • Venue:
  • Journal of Computational Methods in Sciences and Engineering - Special Supplement Issue in Section A and B: Selected Papers from the ISCA International Conference on Software Engineering and Data Engineering, 2009
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The stability of a class in object-oriented system is one software quality characteristic that is important to assess at the early development stages. However, a direct measure of this software quality characteristic is not possible. Nonetheless, it can be predicted based on other measurable software attributes such as cohesion, coupling, and complexity. Many metrics have been proposed to assess these software attributes and for this purpose, prediction models have been widely used. However, in almost all cases, these models were not efficient when used to predict the quality characteristics (stability or other) of new unseen software as their prediction accuracy decreases significantly. In this paper, we present a heuristic approach that relies on the adaptation and recombination of already built predictive models to new unseen software.The predictive models are all rule-based models and the approach is tested on the stability of classes in an object-oriented software system. We compare our results to the machine learning algorithm C4.5, and we show that our approach out-beats it.