Title :
Refactoring Practice: How it is and How it Should be Supported - An Eclipse Case Study
Author :
Xing, Zhenchang ; Stroulia, Eleni
Author_Institution :
Dept. of Comput. Sci., Alberta Univ., Edmonton, Alta.
Abstract :
Refactoring is an important activity in the evolutionary development of object-oriented software systems. Yet, several questions about the practice of refactoring remain unanswered, such as what fraction of code modifications are refactorings and what are the most frequent types of refactorings. To gain some insight in this matter, we conducted a detailed case study on the structural evolution of Eclipse, an integrated-development environment (IDE) and a plugin-based framework. Our study indicates that: 1) about 70% of structural changes may be due to refactorings; 2) for about 60% of these changes, the references to the affected entities in a component-based application can be automatically updated by a refactoring-migration tool if the relevant information of refactored components can be gathered through the refactoring engine; and 3) state-of-the-art IDEs, such as Eclipse, support only a subset of commonly applied low-level refactorings and lack support for more complex ones, which are also frequent. Based on our findings, we draw some conclusions on high-level design requirements for a refactoring-based development environment
Keywords :
object-oriented programming; software libraries; software tools; Eclipse case study; component-based application; evolutionary development; integrated-development environment; object-oriented software systems; plugin-based framework; refactored components; refactoring engine; refactoring-based development environment; refactoring-migration tool; software refactoring practice; Algorithm design and analysis; Application software; Costs; Documentation; Engines; Large-scale systems; Object oriented modeling; Software design; Software packages; Software systems;
Conference_Titel :
Software Maintenance, 2006. ICSM '06. 22nd IEEE International Conference on
Conference_Location :
Philadelphia, PA
Print_ISBN :
0-7695-2354-4
DOI :
10.1109/ICSM.2006.52