Abstract
In the lifetime of a software product, development costs are only the tip of the iceberg. Nearly 90% of the cost is maintenance due to error correction, adoptation and mainly enhancements. As Belady and Lehman (Lehman and Belady, 1985) state that software will become increasingly unstructured as it is changed. One way to overcome this problem is refactoring. Refactoring is an approach which reduces the software complexity by incrementally improving internal software quality. Our motivation in this research is to detect the classes that need to be rafactored by analyzing the code complexity. We propose a machine learning based model to predict classes to be refactored. We use Weighted Naïve Bayes with InfoGain heuristic as the learner and we conducted experiments with metric data that we collected from the largest GSM operator in Turkey. Our results showed that we can predict 82% of the classes that need refactoring with 13% of manual inspection effort on the average.
Original language | English |
---|---|
Title of host publication | 2nd International Workshop on Architectures, Concepts and Technologies for Service Oriented Computing, ACT4SOC 2008 - In Conjunction with the 3rd International Conference on Software and Data Technologies, ICSOFT 2008 |
Pages | 289-292 |
Number of pages | 4 |
Volume | SE |
Edition | GSDCA/M/- |
Publication status | Published - 22 Dec 2008 |
Externally published | Yes |
Event | International Workshop on Architectures, Concepts and Technologies for Service Oriented Computing 2008 - Porto, Portugal Duration: 5 Jul 2008 → 8 Jul 2008 Conference number: 2nd |
Workshop
Workshop | International Workshop on Architectures, Concepts and Technologies for Service Oriented Computing 2008 |
---|---|
Abbreviated title | ACT4SOC 2008 |
Country/Territory | Portugal |
City | Porto |
Period | 5/07/08 → 8/07/08 |
Keywords
- Defect prediction
- Naïve Bayes
- Refactor prediction
- Refactoring
- Software metrics
- Weighted Naïve Bayes