Abstract
Restructuring an object-oriented software system into a component-based one allows for a better understanding of the software system and facilitates its future maintenance. A component-based architecture structures a software system in terms of components and interactions where each component refers to a set of classes. In reverse engineering, identifying components is crucial and challenging for recovering the component-based architecture. In this paper, we propose a general framework to facilitate the identification of components from software execution data. This framework is instantiated for various community detection algorithms, e.g., the Newman's spectral algorithm, Louvain algorithm, and smart local moving algorithm. The proposed framework has been implemented in the open source (Pro)cess (M)ining toolkit ProM. Using a set of software execution data containing around 1.000.000 method calls generated from four real-life software systems, we evaluated the quality of components identified by different community detection algorithms. The empirical evaluation results demonstrate that our approach can identify components with high quality, and the identified components can be further used to facilitate future software architecture recovery tasks.
Original language | English |
---|---|
Title of host publication | ENASE 2019 - Proceedings of the 14th International Conference on Evaluation of Novel Approaches to Software Engineering |
Editors | George Spanoudakis, Ernesto Damiani, Leszek Maciaszek, Leszek Maciaszek |
Publisher | SciTePress Digital Library |
Pages | 234-241 |
Number of pages | 8 |
ISBN (Electronic) | 9789897583759 |
DOIs | |
Publication status | Published - 5 May 2019 |
Event | 14th International Conference on Evaluation of Novel Approaches to Software Engineering, (ENASE2019) - Heraklion, Crete, Greece Duration: 4 May 2019 → 5 May 2019 http://www.enase.org/?y=2019 |
Conference
Conference | 14th International Conference on Evaluation of Novel Approaches to Software Engineering, (ENASE2019) |
---|---|
Abbreviated title | ENASE2019 |
Country/Territory | Greece |
City | Heraklion, Crete |
Period | 4/05/19 → 5/05/19 |
Internet address |
Keywords
- Community Detection
- Component Identification
- Empirical Evaluation
- Software Execution Data