Automated refactoring to the Strategy design pattern

  • Authors:
  • Aikaterini Christopoulou;E. A. Giakoumakis;Vassilis E. Zafeiris;Vasiliki Soukara

  • Affiliations:
  • Department of Informatics, Athens University of Economics and Business, 76 Patission Str., Athens 104 34, Greece;Department of Informatics, Athens University of Economics and Business, 76 Patission Str., Athens 104 34, Greece;Department of Informatics, Athens University of Economics and Business, 76 Patission Str., Athens 104 34, Greece;Information Society S.A., 2-4 Ilioupoleos Str., Ymittos 172 37, Greece

  • Venue:
  • Information and Software Technology
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

Context: The automated identification of code fragments characterized by common design flaws (or ''code smells'') that can be handled through refactoring, fosters refactoring activities, especially in large code bases where multiple developers are engaged without a detailed view on the whole system. Automated refactoring to design patterns enables significant contributions to design quality even from developers with little experience on the use of the required patterns. Objective: This work targets the automated identification of refactoring opportunities to the Strategy design pattern and the elimination through polymorphism of respective ''code smells'' that are related to extensive use of complex conditional statements. Method: An algorithm is introduced for the automated identification of refactoring opportunities to the Strategy design pattern. Suggested refactorings comprise conditional statements that are characterized by analogies to the Strategy design pattern, in terms of the purpose and selection mode of strategies. Moreover, this work specifies the procedure for refactoring to Strategy the identified conditional statements. For special cases of these statements, a technique is proposed for total replacement of conditional logic with method calls of appropriate concrete Strategy instances. The identification algorithm and the refactoring procedure are implemented and integrated in the JDeodorant Eclipse plug-in. The method is evaluated on a set of Java projects, in terms of quality of the suggested refactorings and run-time efficiency. The relevance of the identified refactoring opportunities is verified by expert software engineers. Results: The identification algorithm recalled, from the projects used during evaluation, many of the refactoring candidates that were identified by the expert software engineers. Its execution time on projects of varying size confirmed the run-time efficiency of this method. Conclusion: The proposed method for automated refactoring to Strategy contributes to simplification of conditional statements. Moreover, it enhances system extensibility through the Strategy design pattern.